Searched refs:usConfig (Results 1 – 3 of 3) sorted by relevance
97 u16 usConfig = 0; in rtl92e_set_key() local126 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()
5172 u16 usConfig = 0; in setKey() local5183 usConfig |= BIT(15) | (KeyType << 2); in setKey()5185 usConfig |= BIT(15) | (KeyType << 2) | KeyIndex; in setKey()5195 (u32)usConfig; in setKey()
11152 u16 usConfig = 0; in HALBT_SetKey() local11159 usConfig = CAM_VALID | (CAM_AES << 2); in HALBT_SetKey()11160 rtl8723a_cam_write(padapter, pBtAssocEntry->HwCAMIndex, usConfig, in HALBT_SetKey()