Searched refs:TargetCommand (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/ |
D | rtl_cam.c | 105 u32 TargetCommand = 0; in setKey() local 140 TargetCommand = i + CAM_CONTENT_COUNT * EntryNo; in setKey() 141 TargetCommand |= BIT31|BIT16; in setKey() 149 write_nic_dword(dev, RWCAM, TargetCommand); in setKey() 156 write_nic_dword(dev, RWCAM, TargetCommand); in setKey() 161 write_nic_dword(dev, RWCAM, TargetCommand); in setKey()
|
/linux-4.1.27/drivers/staging/rtl8192u/ |
D | r8192U_core.c | 4867 u32 TargetCommand = 0; in setKey() local 4883 TargetCommand = i+CAM_CONTENT_COUNT*EntryNo; in setKey() 4884 TargetCommand |= BIT31|BIT16; in setKey() 4892 write_nic_dword(dev, RWCAM, TargetCommand); in setKey() 4899 write_nic_dword(dev, RWCAM, TargetCommand); in setKey() 4904 write_nic_dword(dev, RWCAM, TargetCommand); in setKey()
|