Searched refs:TargetCommand (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/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-4.4.14/drivers/staging/rtl8192u/ |
D | r8192U_core.c | 5170 u32 TargetCommand = 0; in setKey() local 5189 TargetCommand = i + CAM_CONTENT_COUNT * EntryNo; in setKey() 5190 TargetCommand |= BIT(31) | BIT(16); in setKey() 5198 write_nic_dword(dev, RWCAM, TargetCommand); in setKey() 5205 write_nic_dword(dev, RWCAM, TargetCommand); in setKey() 5210 write_nic_dword(dev, RWCAM, TargetCommand); in setKey()
|