Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/intel/ipw2x00/
H A Dipw2200.c2856 u32 current_cb_address = 0; in ipw_fw_dma_command_block_index() local
2860 current_cb_address = ipw_read_reg32(priv, IPW_DMA_I_CURRENT_CB); in ipw_fw_dma_command_block_index()
2862 current_cb_index = (current_cb_address - IPW_SHARED_SRAM_DMA_CONTROL) / in ipw_fw_dma_command_block_index()
2866 current_cb_index, current_cb_address); in ipw_fw_dma_command_block_index()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/ipw2x00/
H A Dipw2200.c2824 u32 current_cb_address = 0; in ipw_fw_dma_command_block_index() local
2828 current_cb_address = ipw_read_reg32(priv, IPW_DMA_I_CURRENT_CB); in ipw_fw_dma_command_block_index()
2830 current_cb_index = (current_cb_address - IPW_SHARED_SRAM_DMA_CONTROL) / in ipw_fw_dma_command_block_index()
2834 current_cb_index, current_cb_address); in ipw_fw_dma_command_block_index()

Completed in 26 milliseconds