Home
last modified time | relevance | path

Searched refs:TargetContent (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/staging/rtl8192e/rtl8192e/
Drtl_cam.c96 u32 TargetContent = 0; in rtl92e_set_key() local
136 TargetContent = (u32)(*(MacAddr+0)) << 16 | in rtl92e_set_key()
140 rtl92e_writel(dev, WCAMI, TargetContent); in rtl92e_set_key()
143 TargetContent = (u32)(*(MacAddr+2)) | in rtl92e_set_key()
147 rtl92e_writel(dev, WCAMI, TargetContent); in rtl92e_set_key()
/Linux-v4.19/drivers/staging/rtl8192u/
Dr8192U_core.c5090 u32 TargetContent = 0; in setKey() local
5112 TargetContent = (u32)(*(MacAddr + 0)) << 16 | in setKey()
5116 write_nic_dword(dev, WCAMI, TargetContent); in setKey()
5119 TargetContent = (u32)(*(MacAddr + 2)) | in setKey()
5123 write_nic_dword(dev, WCAMI, TargetContent); in setKey()