Searched refs:hwidx (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/
H A Dvwsnd.c1853 static void pcm_copy_in(vwsnd_port_t *rport, int swidx, int hwidx, int nb) argument
1855 char *src = rport->hwbuf + hwidx;
1859 DBGPV("swidx = %d, hwidx = %d\n", swidx, hwidx);
1863 ASSERT(swidx % 32 == 0 && hwidx % 32 == 0);
1865 ASSERT(hwidx >= 0 && hwidx + nb <= rport->hwbuf_size);
1878 static void pcm_copy_out(vwsnd_port_t *wport, int swidx, int hwidx, int nb) argument
1881 char *dst = wport->hwbuf + hwidx;
1887 ASSERT(swidx % 32 == 0 && hwidx
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dsb1250-mac.c1072 int hwidx; local
1105 hwidx = ((__raw_readq(d->sbdma_curdscr) & M_DMA_CURDSCR_ADDR) -
1115 if (curidx == hwidx)
1237 int hwidx; local
1248 hwidx = ((__raw_readq(d->sbdma_curdscr) & M_DMA_CURDSCR_ADDR) -
1271 if (curidx == hwidx)

Completed in 63 milliseconds