Searched refs:spare_reg (Results 1 – 2 of 2) sorted by relevance
786 u16 spare_reg; in wl128x_switch_tcxo_to_fref() local790 ret = wl12xx_top_reg_read(wl, WL_SPARE_REG, &spare_reg); in wl128x_switch_tcxo_to_fref()794 if (spare_reg == 0xFFFF) in wl128x_switch_tcxo_to_fref()796 spare_reg |= (BIT(3) | BIT(5) | BIT(6)); in wl128x_switch_tcxo_to_fref()797 ret = wl12xx_top_reg_write(wl, WL_SPARE_REG, spare_reg); in wl128x_switch_tcxo_to_fref()864 u16 spare_reg; in wl128x_configure_mcs_pll() local871 ret = wl12xx_top_reg_read(wl, WL_SPARE_REG, &spare_reg); in wl128x_configure_mcs_pll()875 if (spare_reg == 0xFFFF) in wl128x_configure_mcs_pll()877 spare_reg |= BIT(2); in wl128x_configure_mcs_pll()878 ret = wl12xx_top_reg_write(wl, WL_SPARE_REG, spare_reg); in wl128x_configure_mcs_pll()
290 ef4_oword_t spare_reg; /* 0x390 */ member