Searched refs:spare_reg (Results 1 – 2 of 2) sorted by relevance
804 u16 spare_reg; in wl128x_switch_tcxo_to_fref() local808 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() local889 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()
293 ef4_oword_t spare_reg; /* 0x390 */ member