Searched refs:spare_reg (Results 1 – 2 of 2) sorted by relevance
803 u16 spare_reg; in wl128x_switch_tcxo_to_fref() local807 ret = wl12xx_top_reg_read(wl, WL_SPARE_REG, &spare_reg); in wl128x_switch_tcxo_to_fref()811 if (spare_reg == 0xFFFF) in wl128x_switch_tcxo_to_fref()813 spare_reg |= (BIT(3) | BIT(5) | BIT(6)); in wl128x_switch_tcxo_to_fref()814 ret = wl12xx_top_reg_write(wl, WL_SPARE_REG, spare_reg); in wl128x_switch_tcxo_to_fref()881 u16 spare_reg; in wl128x_configure_mcs_pll() local888 ret = wl12xx_top_reg_read(wl, WL_SPARE_REG, &spare_reg); in wl128x_configure_mcs_pll()892 if (spare_reg == 0xFFFF) in wl128x_configure_mcs_pll()894 spare_reg |= BIT(2); in wl128x_configure_mcs_pll()895 ret = wl12xx_top_reg_write(wl, WL_SPARE_REG, spare_reg); in wl128x_configure_mcs_pll()
291 efx_oword_t spare_reg; /* 0x390 */ member