Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/ti/wl12xx/
Dmain.c804 u16 spare_reg; in wl128x_switch_tcxo_to_fref() local
808 ret = wl12xx_top_reg_read(wl, WL_SPARE_REG, &spare_reg); in wl128x_switch_tcxo_to_fref()
812 if (spare_reg == 0xFFFF) in wl128x_switch_tcxo_to_fref()
814 spare_reg |= (BIT(3) | BIT(5) | BIT(6)); in wl128x_switch_tcxo_to_fref()
815 ret = wl12xx_top_reg_write(wl, WL_SPARE_REG, spare_reg); in wl128x_switch_tcxo_to_fref()
882 u16 spare_reg; in wl128x_configure_mcs_pll() local
889 ret = wl12xx_top_reg_read(wl, WL_SPARE_REG, &spare_reg); in wl128x_configure_mcs_pll()
893 if (spare_reg == 0xFFFF) in wl128x_configure_mcs_pll()
895 spare_reg |= BIT(2); in wl128x_configure_mcs_pll()
896 ret = wl12xx_top_reg_write(wl, WL_SPARE_REG, spare_reg); in wl128x_configure_mcs_pll()
/Linux-v4.19/drivers/net/ethernet/sfc/falcon/
Dfalcon.c293 ef4_oword_t spare_reg; /* 0x390 */ member