Home
last modified time | relevance | path

Searched refs:EFUSE_SEL (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/staging/rtl8723bs/hal/
H A Drtl8723b_hal_init.c474 value32 = (value32 & ~EFUSE_SEL_MASK) | EFUSE_SEL(EFUSE_WIFI_SEL_0); in hal_EfuseSwitchToBank()
477 value32 = (value32 & ~EFUSE_SEL_MASK) | EFUSE_SEL(EFUSE_BT_SEL_0); in hal_EfuseSwitchToBank()
480 value32 = (value32 & ~EFUSE_SEL_MASK) | EFUSE_SEL(EFUSE_BT_SEL_1); in hal_EfuseSwitchToBank()
483 value32 = (value32 & ~EFUSE_SEL_MASK) | EFUSE_SEL(EFUSE_BT_SEL_2); in hal_EfuseSwitchToBank()
486 value32 = (value32 & ~EFUSE_SEL_MASK) | EFUSE_SEL(EFUSE_WIFI_SEL_0); in hal_EfuseSwitchToBank()
H A Dsdio_halinit.c1012 value32 = (value32 & ~EFUSE_SEL_MASK) | EFUSE_SEL(EFUSE_WIFI_SEL_0); in _EfuseCellSel()
/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Dhal_com_reg.h864 #define EFUSE_SEL(x) (((x) & 0x3) << 8) macro
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
H A Dreg.h2090 #define EFUSE_SEL(x) (((x) & 0x3) << 8) macro
H A Dhw.c1798 value32 = (value32 & ~EFUSE_SEL_MASK) | EFUSE_SEL(EFUSE_WIFI_SEL_0); in rtl8723e_read_eeprom_info()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dreg.h2366 #define EFUSE_SEL(x) (((x) & 0x3) << 8) macro
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A Dreg.h2266 #define EFUSE_SEL(x) (((x) & 0x3) << 8) macro