Home
last modified time | relevance | path

Searched refs:BIT_LDOE25_PON (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/dev/rtw88/
H A Drtw8822c.h179 #define BIT_LDOE25_PON BIT(0) macro
H A Drtw8822c.c2850 ldo_pwr = enable ? ldo_pwr | BIT_LDOE25_PON : ldo_pwr & ~BIT_LDOE25_PON; in rtw8822c_cfg_ldo25()