Home
last modified time | relevance | path

Searched refs:current_slot (Results 1 – 5 of 5) sorted by relevance

/drivers/net/wireless/b43legacy/
Ddma.c182 slot = next_slot(ring, ring->current_slot); in request_slot()
183 ring->current_slot = slot; in request_slot()
714 ring->current_slot = -1; in b43legacy_setup_dmaring()
1026 old_top_slot = ring->current_slot; in dma_tx_fragment()
1040 ring->current_slot = old_top_slot; in dma_tx_fragment()
1049 ring->current_slot = old_top_slot; in dma_tx_fragment()
1069 ring->current_slot = old_top_slot; in dma_tx_fragment()
1087 ring->current_slot = old_top_slot; in dma_tx_fragment()
1203 firstused = ring->current_slot - ring->used_slots + 1; in b43legacy_dma_handle_txstatus()
1406 int current_slot; in b43legacy_dma_rx() local
[all …]
Ddma.h138 int current_slot; member
/drivers/net/wireless/b43/
Ddma.c321 slot = next_slot(ring, ring->current_slot); in request_slot()
322 ring->current_slot = slot; in request_slot()
892 ring->current_slot = -1; in b43_setup_dmaring()
1271 old_top_slot = ring->current_slot; in dma_tx_fragment()
1284 ring->current_slot = old_top_slot; in dma_tx_fragment()
1292 ring->current_slot = old_top_slot; in dma_tx_fragment()
1314 ring->current_slot = old_top_slot; in dma_tx_fragment()
1324 ring->current_slot = old_top_slot; in dma_tx_fragment()
1497 firstused = ring->current_slot - ring->used_slots + 1; in b43_dma_handle_txstatus()
1730 int current_slot, previous_slot; in b43_dma_handle_rx_overflow() local
[all …]
Ddma.h244 int current_slot; member
/drivers/mmc/host/
Domap.c161 struct mmc_omap_slot *current_slot; member
217 if (host->current_slot != slot || !claimed) in mmc_omap_select_slot()
218 mmc_omap_fclk_offdelay(host->current_slot); in mmc_omap_select_slot()
220 if (host->current_slot != slot) { in mmc_omap_select_slot()
224 host->current_slot = slot; in mmc_omap_select_slot()
286 BUG_ON(new_slot == host->current_slot); in mmc_omap_release_slot()
379 if (host->current_slot->bus_mode == MMC_BUSMODE_OPENDRAIN) in mmc_omap_start_command()
434 struct mmc_omap_slot *slot = host->current_slot; in mmc_omap_send_stop_work()
463 mmc_omap_release_slot(host->current_slot, 1); in mmc_omap_xfer_done()
475 struct mmc_omap_slot *slot = host->current_slot; in mmc_omap_send_abort()
[all …]