Lines Matching refs:Addr
2176 u32 Addr[2]; in get_permanent_address() local
2185 Addr[0] = 0; in get_permanent_address()
2186 Addr[1] = 0; in get_permanent_address()
2198 Addr[0] = Control; in get_permanent_address()
2201 Addr[1] = Control; in get_permanent_address()
2216 *(u32 *) &EthAddr[2] = LONGSWAP(Addr[0]); in get_permanent_address()
2217 *(u16 *) &EthAddr[0] = SHORTSWAP(*(u16 *) &Addr[1]); in get_permanent_address()
2227 Addr[0] = 0; in get_permanent_address()
2228 Addr[1] = 0; in get_permanent_address()
2236 Addr[0] = Control; in get_permanent_address()
2238 Addr[1] = Control; in get_permanent_address()
2252 *(u32 *) &EthAddr[2] = LONGSWAP(Addr[0]); in get_permanent_address()
2253 *(u16 *) &EthAddr[0] = SHORTSWAP(*(u16 *)&Addr[1]); in get_permanent_address()
2259 Addr[0] = ATL2_READ_REG(hw, REG_MAC_STA_ADDR); in get_permanent_address()
2260 Addr[1] = ATL2_READ_REG(hw, REG_MAC_STA_ADDR + 4); 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()