Searched refs:curidx (Results 1 – 2 of 2) sorted by relevance
73 int curidx = 0, i; in bbc_i2c_getdev() local78 if (curidx == index) in bbc_i2c_getdev()81 curidx++; in bbc_i2c_getdev()85 if (curidx == index) in bbc_i2c_getdev()
1054 int curidx; in sbdma_rx_process() local1083 curidx = dsc - d->sbdma_dscrtable; in sbdma_rx_process()1086 prefetch(&d->sbdma_ctxtable[curidx]); in sbdma_rx_process()1098 if (curidx == hwidx) in sbdma_rx_process()1105 sb = d->sbdma_ctxtable[curidx]; in sbdma_rx_process()1106 d->sbdma_ctxtable[curidx] = NULL; in sbdma_rx_process()1219 int curidx; in sbdma_tx_process() local1246 curidx = d->sbdma_remptr - d->sbdma_dscrtable; in sbdma_tx_process()1254 if (curidx == hwidx) in sbdma_tx_process()1261 dsc = &(d->sbdma_dscrtable[curidx]); in sbdma_tx_process()[all …]