Searched refs:curidx (Results 1 – 2 of 2) sorted by relevance
128 int curidx = 0; in bbc_i2c_getdev() local137 if (curidx == index) in bbc_i2c_getdev()140 curidx++; in bbc_i2c_getdev()145 if (curidx == index) in bbc_i2c_getdev()
1165 int curidx; in sbdma_rx_process() local1183 curidx = d->sbdma_remptr - d->sbdma_dscrtable; in sbdma_rx_process()1193 if (curidx == hwidx) in sbdma_rx_process()1200 dsc = &(d->sbdma_dscrtable[curidx]); in sbdma_rx_process()1201 sb = d->sbdma_ctxtable[curidx]; in sbdma_rx_process()1202 d->sbdma_ctxtable[curidx] = NULL; in sbdma_rx_process()1290 int curidx; in sbdma_tx_process() local1310 curidx = d->sbdma_remptr - d->sbdma_dscrtable; in sbdma_tx_process()1320 if (curidx == hwidx) in sbdma_tx_process()1327 dsc = &(d->sbdma_dscrtable[curidx]); in sbdma_tx_process()[all …]