Searched refs:TargetCommand (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/drivers/staging/rtl8192e/rtl8192e/ |
D | rtl_cam.c | 84 u32 TargetCommand = 0; in rtl92e_set_key() local 121 TargetCommand = i + CAM_CONTENT_COUNT * EntryNo; in rtl92e_set_key() 122 TargetCommand |= BIT31|BIT16; in rtl92e_set_key() 130 rtl92e_writel(dev, RWCAM, TargetCommand); in rtl92e_set_key() 137 rtl92e_writel(dev, RWCAM, TargetCommand); in rtl92e_set_key() 142 rtl92e_writel(dev, RWCAM, TargetCommand); in rtl92e_set_key()
|
/Linux-v5.4/drivers/staging/rtl8192u/ |
D | r8192U_core.c | 4956 u32 TargetCommand = 0; in setKey() local 4975 TargetCommand = i + CAM_CONTENT_COUNT * EntryNo; in setKey() 4976 TargetCommand |= BIT(31) | BIT(16); in setKey() 4984 write_nic_dword(dev, RWCAM, TargetCommand); in setKey() 4991 write_nic_dword(dev, RWCAM, TargetCommand); in setKey() 4997 write_nic_dword(dev, RWCAM, TargetCommand); in setKey()
|