Searched refs:IWM_DBG_FW (Results 1 – 2 of 2) sorted by relevance
/linux-3.4.99/drivers/net/wireless/iwmc3200wifi/ |
D | fw.c | 84 IWM_DBG_FW(iwm, DBG, "FW: op_code: 0x%x, len: %d @ 0x%x\n", in iwm_fw_op_offset() 88 IWM_DBG_FW(iwm, DBG, "Reached INVALID op code\n"); in iwm_fw_op_offset() 117 IWM_DBG_FW(iwm, INFO, "Loading FW chunk: %d bytes @ 0x%x\n", in iwm_load_firmware_chunk() 139 IWM_DBG_FW(iwm, DBG, "\t%d bytes @ 0x%x\n", in iwm_load_firmware_chunk() 176 IWM_DBG_FW(iwm, INFO, "Start to load FW %s\n", img_name); in iwm_load_img() 286 IWM_DBG_FW(iwm, DBG, "Initial calibration timeout\n"); in iwm_init_calib() 290 IWM_DBG_FW(iwm, DBG, "Got calibration result. calib_done_map: " in iwm_init_calib()
|
D | debug.h | 71 #define IWM_DBG_FW(i, l, f, a...) IWM_DEBUG_MODULE(i, l, FW, f, ## a) macro
|