Searched refs:spare_reg (Results 1 – 2 of 2) sorted by relevance
790 u16 spare_reg; in wl128x_switch_tcxo_to_fref() local794 ret = wl12xx_top_reg_read(wl, WL_SPARE_REG, &spare_reg); in wl128x_switch_tcxo_to_fref()798 if (spare_reg == 0xFFFF) in wl128x_switch_tcxo_to_fref()800 spare_reg |= (BIT(3) | BIT(5) | BIT(6)); in wl128x_switch_tcxo_to_fref()801 ret = wl12xx_top_reg_write(wl, WL_SPARE_REG, spare_reg); in wl128x_switch_tcxo_to_fref()868 u16 spare_reg; in wl128x_configure_mcs_pll() local875 ret = wl12xx_top_reg_read(wl, WL_SPARE_REG, &spare_reg); in wl128x_configure_mcs_pll()879 if (spare_reg == 0xFFFF) in wl128x_configure_mcs_pll()881 spare_reg |= BIT(2); in wl128x_configure_mcs_pll()882 ret = wl12xx_top_reg_write(wl, WL_SPARE_REG, spare_reg); in wl128x_configure_mcs_pll()
290 ef4_oword_t spare_reg; /* 0x390 */ member