Home
last modified time | relevance | path

Searched refs:IPW_DEBUG_FW_INFO (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wireless/intel/ipw2x00/
H A Dipw2200.c2795 IPW_DEBUG_FW_INFO("Current CB is 0x%x\n", address); in ipw_fw_dma_dump_command_block()
2799 IPW_DEBUG_FW_INFO("IPW_DMA_I_DMA_CONTROL is 0x%x\n", register_value); in ipw_fw_dma_dump_command_block()
2804 IPW_DEBUG_FW_INFO("Current CB Control Field is 0x%x\n", register_value); in ipw_fw_dma_dump_command_block()
2808 IPW_DEBUG_FW_INFO("Current CB Source Field is 0x%x\n", register_value); in ipw_fw_dma_dump_command_block()
2812 IPW_DEBUG_FW_INFO("Current CB Destination Field is 0x%x\n", in ipw_fw_dma_dump_command_block()
2817 IPW_DEBUG_FW_INFO("Current CB Status Field is 0x%x\n", register_value); in ipw_fw_dma_dump_command_block()
2833 IPW_DEBUG_FW_INFO("Current CB index 0x%x address = 0x%X\n", in ipw_fw_dma_command_block_index()
2854 IPW_DEBUG_FW_INFO("src_address=0x%x dest_address=0x%x length=0x%x\n", in ipw_fw_dma_add_command_block()
2893 IPW_DEBUG_FW_INFO("nr=%d dest_address=0x%x len=0x%x\n", in ipw_fw_dma_add_buffer()
2903 IPW_DEBUG_FW_INFO(": Failed\n"); in ipw_fw_dma_add_buffer()
[all …]
H A Dipw2200.h1475 #define IPW_DEBUG_FW_INFO(f, a...) IPW_LL_DEBUG(IPW_DL_FW_INFO, f, ## a) macro