Home
last modified time | relevance | path

Searched refs:BIT_LDO25_EN (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/wireless/realtek/rtw88/
H A Drtw8723x.c386 ldo_pwr |= (BIT_LDO25_VOLTAGE_V25 << 4) | BIT_LDO25_EN; in __rtw8723x_cfg_ldo25()
388 ldo_pwr &= ~BIT_LDO25_EN; in __rtw8723x_cfg_ldo25()
H A Dreg.h68 #define BIT_LDO25_EN BIT(7) macro
H A Drtw8822b.c1018 ldo_pwr = enable ? ldo_pwr | BIT_LDO25_EN : ldo_pwr & ~BIT_LDO25_EN; in rtw8822b_cfg_ldo25()