Lines Matching refs:Addr
2221 u32 Addr[2]; in get_permanent_address() local
2230 Addr[0] = 0; in get_permanent_address()
2231 Addr[1] = 0; in get_permanent_address()
2243 Addr[0] = Control; in get_permanent_address()
2246 Addr[1] = Control; in get_permanent_address()
2261 *(u32 *) &EthAddr[2] = LONGSWAP(Addr[0]); in get_permanent_address()
2262 *(u16 *) &EthAddr[0] = SHORTSWAP(*(u16 *) &Addr[1]); in get_permanent_address()
2272 Addr[0] = 0; in get_permanent_address()
2273 Addr[1] = 0; in get_permanent_address()
2281 Addr[0] = Control; in get_permanent_address()
2283 Addr[1] = Control; in get_permanent_address()
2297 *(u32 *) &EthAddr[2] = LONGSWAP(Addr[0]); in get_permanent_address()
2298 *(u16 *) &EthAddr[0] = SHORTSWAP(*(u16 *)&Addr[1]); in get_permanent_address()
2304 Addr[0] = ATL2_READ_REG(hw, REG_MAC_STA_ADDR); in get_permanent_address()
2305 Addr[1] = ATL2_READ_REG(hw, REG_MAC_STA_ADDR + 4); in get_permanent_address()
2306 *(u32 *) &EthAddr[2] = LONGSWAP(Addr[0]); in get_permanent_address()
2307 *(u16 *) &EthAddr[0] = SHORTSWAP(*(u16 *) &Addr[1]); in get_permanent_address()