Searched refs:TargetContent (Results 1 – 2 of 2) sorted by relevance
85 u32 TargetContent = 0; in rtl92e_set_key() local125 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()
4957 u32 TargetContent = 0; in setKey() local4979 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()