Searched refs:hwidx (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/clocksource/ |
H A D | sh_cmt.c | 95 unsigned int hwidx; /* Real hardware index */ member 867 unsigned int hwidx, bool clockevent, in sh_cmt_setup_channel() 879 ch->hwidx = hwidx; in sh_cmt_setup_channel() 880 ch->timer_bit = hwidx; in sh_cmt_setup_channel() 889 ch->ioctrl = cmt->mapbase + 2 + ch->hwidx * 6; in sh_cmt_setup_channel() 893 ch->ioctrl = cmt->mapbase + 0x10 + ch->hwidx * 0x10; in sh_cmt_setup_channel() 897 ch->iostart = cmt->mapbase + ch->hwidx * 0x100; in sh_cmt_setup_channel() 903 value |= BIT(hwidx); in sh_cmt_setup_channel() 1062 unsigned int hwidx in sh_cmt_setup() local 866 sh_cmt_setup_channel(struct sh_cmt_channel *ch, unsigned int index, unsigned int hwidx, bool clockevent, bool clocksource, struct sh_cmt_device *cmt) sh_cmt_setup_channel() argument [all...] |
/kernel/linux/linux-6.6/drivers/clocksource/ |
H A D | sh_cmt.c | 94 unsigned int hwidx; /* Real hardware index */ member 877 unsigned int hwidx, bool clockevent, in sh_cmt_setup_channel() 889 ch->hwidx = hwidx; in sh_cmt_setup_channel() 890 ch->timer_bit = hwidx; in sh_cmt_setup_channel() 899 ch->ioctrl = cmt->mapbase + 2 + ch->hwidx * 6; in sh_cmt_setup_channel() 903 ch->ioctrl = cmt->mapbase + 0x10 + ch->hwidx * 0x10; in sh_cmt_setup_channel() 907 ch->iostart = cmt->mapbase + ch->hwidx * 0x100; in sh_cmt_setup_channel() 913 value |= BIT(hwidx); in sh_cmt_setup_channel() 1080 unsigned int hwidx in sh_cmt_setup() local 876 sh_cmt_setup_channel(struct sh_cmt_channel *ch, unsigned int index, unsigned int hwidx, bool clockevent, bool clocksource, struct sh_cmt_device *cmt) sh_cmt_setup_channel() argument [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/libcxgb/ |
H A D | libcxgb_ppm.c | 253 unsigned int hwidx; in cxgbi_ppm_ppods_reserve() local 275 hwidx = ppm->base_idx + idx; in cxgbi_ppm_ppods_reserve() 277 tag = cxgbi_ppm_make_ddp_tag(hwidx, pdata->color); in cxgbi_ppm_ppods_reserve()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/libcxgb/ |
H A D | libcxgb_ppm.c | 253 unsigned int hwidx; in cxgbi_ppm_ppods_reserve() local 275 hwidx = ppm->base_idx + idx; in cxgbi_ppm_ppods_reserve() 277 tag = cxgbi_ppm_make_ddp_tag(hwidx, pdata->color); in cxgbi_ppm_ppods_reserve()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/ |
H A D | sb1250-mac.c | 1057 int hwidx; in sbdma_rx_process() local 1090 hwidx = ((__raw_readq(d->sbdma_curdscr) & M_DMA_CURDSCR_ADDR) - in sbdma_rx_process() 1100 if (curidx == hwidx) in sbdma_rx_process() 1222 int hwidx; in sbdma_tx_process() local 1233 hwidx = ((__raw_readq(d->sbdma_curdscr) & M_DMA_CURDSCR_ADDR) - in sbdma_tx_process() 1256 if (curidx == hwidx) in sbdma_tx_process()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/ |
H A D | sb1250-mac.c | 1057 int hwidx; in sbdma_rx_process() local 1090 hwidx = ((__raw_readq(d->sbdma_curdscr) & M_DMA_CURDSCR_ADDR) - in sbdma_rx_process() 1100 if (curidx == hwidx) in sbdma_rx_process() 1222 int hwidx; in sbdma_tx_process() local 1233 hwidx = ((__raw_readq(d->sbdma_curdscr) & M_DMA_CURDSCR_ADDR) - in sbdma_tx_process() 1256 if (curidx == hwidx) in sbdma_tx_process()
|
Completed in 10 milliseconds