Lines Matching refs:Addr
2197 u32 Addr[2]; in get_permanent_address() local
2206 Addr[0] = 0; in get_permanent_address()
2207 Addr[1] = 0; in get_permanent_address()
2219 Addr[0] = Control; in get_permanent_address()
2222 Addr[1] = Control; in get_permanent_address()
2237 *(u32 *) &EthAddr[2] = LONGSWAP(Addr[0]); in get_permanent_address()
2238 *(u16 *) &EthAddr[0] = SHORTSWAP(*(u16 *) &Addr[1]); in get_permanent_address()
2248 Addr[0] = 0; in get_permanent_address()
2249 Addr[1] = 0; in get_permanent_address()
2257 Addr[0] = Control; in get_permanent_address()
2259 Addr[1] = Control; in get_permanent_address()
2273 *(u32 *) &EthAddr[2] = LONGSWAP(Addr[0]); in get_permanent_address()
2274 *(u16 *) &EthAddr[0] = SHORTSWAP(*(u16 *)&Addr[1]); in get_permanent_address()
2280 Addr[0] = ATL2_READ_REG(hw, REG_MAC_STA_ADDR); in get_permanent_address()
2281 Addr[1] = ATL2_READ_REG(hw, REG_MAC_STA_ADDR + 4); in get_permanent_address()
2282 *(u32 *) &EthAddr[2] = LONGSWAP(Addr[0]); in get_permanent_address()
2283 *(u16 *) &EthAddr[0] = SHORTSWAP(*(u16 *) &Addr[1]); in get_permanent_address()