Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/marvell/
H A Dmwl8k.c3105 u32 cca_cnt, rx_rdy; in mwl8k_update_survey() local
3117 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()