Lines Matching refs:Addr
2225 u32 Addr[2]; in get_permanent_address() local
2234 Addr[0] = 0; in get_permanent_address()
2235 Addr[1] = 0; in get_permanent_address()
2247 Addr[0] = Control; in get_permanent_address()
2250 Addr[1] = Control; in get_permanent_address()
2265 *(u32 *) &EthAddr[2] = LONGSWAP(Addr[0]); in get_permanent_address()
2266 *(u16 *) &EthAddr[0] = SHORTSWAP(*(u16 *) &Addr[1]); in get_permanent_address()
2276 Addr[0] = 0; in get_permanent_address()
2277 Addr[1] = 0; in get_permanent_address()
2285 Addr[0] = Control; in get_permanent_address()
2287 Addr[1] = Control; in get_permanent_address()
2301 *(u32 *) &EthAddr[2] = LONGSWAP(Addr[0]); in get_permanent_address()
2302 *(u16 *) &EthAddr[0] = SHORTSWAP(*(u16 *)&Addr[1]); in get_permanent_address()
2308 Addr[0] = ATL2_READ_REG(hw, REG_MAC_STA_ADDR); in get_permanent_address()
2309 Addr[1] = ATL2_READ_REG(hw, REG_MAC_STA_ADDR + 4); in get_permanent_address()
2310 *(u32 *) &EthAddr[2] = LONGSWAP(Addr[0]); in get_permanent_address()
2311 *(u16 *) &EthAddr[0] = SHORTSWAP(*(u16 *) &Addr[1]); in get_permanent_address()