Searched refs:TargetContent (Results 1 – 2 of 2) sorted by relevance
96 u32 TargetContent = 0; in rtl92e_set_key() local136 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()
5090 u32 TargetContent = 0; in setKey() local5112 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()