Searched refs:cca_cnt (Results 1 – 1 of 1) sorted by relevance
3105 u32 cca_cnt, rx_rdy; in mwl8k_update_survey() local3117 cca_cnt = ioread32(priv->regs + NOK_CCA_CNT_REG); in mwl8k_update_survey()3118 cca_cnt /= 1000; /* uSecs to mSecs */ in mwl8k_update_survey()3119 survey->time_busy = (u64) cca_cnt; in mwl8k_update_survey()