Searched defs:TargetContent (Results 1 - 2 of 2) sorted by relevance

/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_cam.c105 u32 TargetContent = 0; local
143 TargetContent = (u32)(*(MacAddr+0)) << 16 |
147 write_nic_dword(dev, WCAMI, TargetContent);
150 TargetContent = (u32)(*(MacAddr+2)) |
154 write_nic_dword(dev, WCAMI, TargetContent);
/drivers/staging/rtl8192u/
H A Dr8192U_core.c5992 u32 TargetContent = 0; local
6012 TargetContent = (u32)(*(MacAddr+0)) << 16|
6016 write_nic_dword(dev, WCAMI, TargetContent);
6021 TargetContent = (u32)(*(MacAddr+2)) |
6025 write_nic_dword(dev, WCAMI, TargetContent);

Completed in 39 milliseconds