Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/rtl8192e/rtl8192e/
Drtl_cam.c85 u32 TargetContent = 0; in rtl92e_set_key() local
125 TargetContent = (u32)(*(MacAddr+0)) << 16 | in rtl92e_set_key()
129 rtl92e_writel(dev, WCAMI, TargetContent); in rtl92e_set_key()
132 TargetContent = (u32)(*(MacAddr+2)) | in rtl92e_set_key()
136 rtl92e_writel(dev, WCAMI, TargetContent); in rtl92e_set_key()
/Linux-v5.4/drivers/staging/rtl8192u/
Dr8192U_core.c4957 u32 TargetContent = 0; in setKey() local
4979 TargetContent = (u32)(*(MacAddr + 0)) << 16 | in setKey()
4983 write_nic_dword(dev, WCAMI, TargetContent); in setKey()
4986 TargetContent = (u32)(*(MacAddr + 2)) | in setKey()
4990 write_nic_dword(dev, WCAMI, TargetContent); in setKey()