Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8192e/rtl8192e/
Drtl_cam.c97 u16 usConfig = 0; in rtl92e_set_key() local
126 usConfig |= BIT15 | (KeyType<<2); in rtl92e_set_key()
128 usConfig |= BIT15 | (KeyType<<2) | KeyIndex; in rtl92e_set_key()
138 (u32)usConfig; in rtl92e_set_key()
158 RT_TRACE(COMP_SEC, "=========>after set key, usconfig:%x\n", usConfig); in rtl92e_set_key()
/linux-4.4.14/drivers/staging/rtl8192u/
Dr8192U_core.c5172 u16 usConfig = 0; in setKey() local
5183 usConfig |= BIT(15) | (KeyType << 2); in setKey()
5185 usConfig |= BIT(15) | (KeyType << 2) | KeyIndex; in setKey()
5195 (u32)usConfig; in setKey()
/linux-4.4.14/drivers/staging/rtl8723au/hal/
Drtl8723a_bt-coexist.c11152 u16 usConfig = 0; in HALBT_SetKey() local
11159 usConfig = CAM_VALID | (CAM_AES << 2); in HALBT_SetKey()
11160 rtl8723a_cam_write(padapter, pBtAssocEntry->HwCAMIndex, usConfig, in HALBT_SetKey()