Home
last modified time | relevance | path

Searched refs:hwidx (Results 1 – 3 of 3) sorted by relevance

/drivers/clocksource/
Dsh_cmt.c90 unsigned int hwidx; /* Real hardware index */ member
839 unsigned int hwidx, bool clockevent, in sh_cmt_setup_channel() argument
850 ch->hwidx = hwidx; in sh_cmt_setup_channel()
851 ch->timer_bit = hwidx; in sh_cmt_setup_channel()
860 ch->ioctrl = cmt->mapbase + 2 + ch->hwidx * 6; in sh_cmt_setup_channel()
864 ch->ioctrl = cmt->mapbase + 0x10 + ch->hwidx * 0x10; in sh_cmt_setup_channel()
868 ch->iostart = cmt->mapbase + ch->hwidx * 0x100; in sh_cmt_setup_channel()
1024 unsigned int hwidx = ffs(mask) - 1; in sh_cmt_setup() local
1028 ret = sh_cmt_setup_channel(&cmt->channels[i], i, hwidx, in sh_cmt_setup()
1033 mask &= ~(1 << hwidx); in sh_cmt_setup()
/drivers/net/ethernet/chelsio/libcxgb/
Dlibcxgb_ppm.c254 unsigned int hwidx; in cxgbi_ppm_ppods_reserve() local
276 hwidx = ppm->base_idx + idx; in cxgbi_ppm_ppods_reserve()
278 tag = cxgbi_ppm_make_ddp_tag(hwidx, pdata->color); in cxgbi_ppm_ppods_reserve()
/drivers/net/ethernet/broadcom/
Dsb1250-mac.c1057 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()