Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl12xx/
H A Dmain.c816 u16 tcxo_detection; in wl128x_is_tcxo_valid() local
819 ret = wl12xx_top_reg_read(wl, TCXO_CLK_DETECT_REG, &tcxo_detection); in wl128x_is_tcxo_valid()
823 if (tcxo_detection & TCXO_DET_FAILED) in wl128x_is_tcxo_valid()
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wl12xx/
H A Dmain.c816 u16 tcxo_detection; in wl128x_is_tcxo_valid() local
819 ret = wl12xx_top_reg_read(wl, TCXO_CLK_DETECT_REG, &tcxo_detection); in wl128x_is_tcxo_valid()
823 if (tcxo_detection & TCXO_DET_FAILED) in wl128x_is_tcxo_valid()

Completed in 4 milliseconds