Searched refs:BIT_LDOE25_PON (Results 1 – 2 of 2) sorted by relevance
/drivers/net/wireless/realtek/rtw88/ | ||
D | rtw8822c.h | 154 #define BIT_LDOE25_PON BIT(0) macro |
D | rtw8822c.c | 1815 ldo_pwr = enable ? ldo_pwr | BIT_LDOE25_PON : ldo_pwr & ~BIT_LDOE25_PON; in rtw8822c_cfg_ldo25() |