Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_cam.c26 u8 SECR_value = 0x0; in rtl92e_enable_hw_security_config() local
30 SECR_value = SCR_TxEncEnable | SCR_RxDecEnable; in rtl92e_enable_hw_security_config()
34 SECR_value |= SCR_RxUseDK; in rtl92e_enable_hw_security_config()
35 SECR_value |= SCR_TxUseDK; in rtl92e_enable_hw_security_config()
39 SECR_value |= SCR_RxUseDK; in rtl92e_enable_hw_security_config()
40 SECR_value |= SCR_TxUseDK; in rtl92e_enable_hw_security_config()
46 SECR_value &= ~SCR_RxDecEnable; in rtl92e_enable_hw_security_config()
48 rtl92e_writeb(dev, SECR, SECR_value); in rtl92e_enable_hw_security_config()
H A Dr8192E_dev.c602 u8 SECR_value = 0x0; in rtl92e_start_adapter() local
604 SECR_value |= SCR_TxEncEnable; in rtl92e_start_adapter()
605 SECR_value |= SCR_RxDecEnable; in rtl92e_start_adapter()
606 SECR_value |= SCR_NoSKMC; in rtl92e_start_adapter()
607 rtl92e_writeb(dev, SECR, SECR_value); in rtl92e_start_adapter()
/openbmc/linux/drivers/staging/rtl8192u/
H A Dr8192U_core.c2478 u8 SECR_value = 0x0; in rtl8192_adapter_start() local
2559 SECR_value |= SCR_TxEncEnable; in rtl8192_adapter_start()
2560 SECR_value |= SCR_RxDecEnable; in rtl8192_adapter_start()
2561 SECR_value |= SCR_NoSKMC; in rtl8192_adapter_start()
4715 u8 SECR_value = 0x0; in EnableHWSecurityConfig8192() local
4721 SECR_value |= SCR_RxUseDK; in EnableHWSecurityConfig8192()
4722 SECR_value |= SCR_TxUseDK; in EnableHWSecurityConfig8192()
4724 SECR_value |= SCR_RxUseDK; in EnableHWSecurityConfig8192()
4725 SECR_value |= SCR_TxUseDK; in EnableHWSecurityConfig8192()
4739 SECR_value &= ~SCR_RxDecEnable; in EnableHWSecurityConfig8192()
[all …]