Searched refs:TargetCommand (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/staging/rtl8192e/rtl8192e/ |
D | rtl_cam.c | 95 u32 TargetCommand = 0; in rtl92e_set_key() local 132 TargetCommand = i + CAM_CONTENT_COUNT * EntryNo; in rtl92e_set_key() 133 TargetCommand |= BIT31|BIT16; in rtl92e_set_key() 141 rtl92e_writel(dev, RWCAM, TargetCommand); in rtl92e_set_key() 148 rtl92e_writel(dev, RWCAM, TargetCommand); in rtl92e_set_key() 153 rtl92e_writel(dev, RWCAM, TargetCommand); in rtl92e_set_key()
|
/Linux-v4.19/drivers/staging/rtl8192u/ |
D | r8192U_core.c | 5089 u32 TargetCommand = 0; in setKey() local 5108 TargetCommand = i + CAM_CONTENT_COUNT * EntryNo; in setKey() 5109 TargetCommand |= BIT(31) | BIT(16); in setKey() 5117 write_nic_dword(dev, RWCAM, TargetCommand); in setKey() 5124 write_nic_dword(dev, RWCAM, TargetCommand); in setKey() 5130 write_nic_dword(dev, RWCAM, TargetCommand); in setKey()
|