Searched refs:REG_MAC_STA_ADDR (Results 1 - 9 of 9) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/atheros/atl1e/
H A Datl1e_hw.c57 AT_WRITE_REG_ARRAY(hw, REG_MAC_STA_ADDR, 0, value); atl1e_hw_set_mac_addr()
61 AT_WRITE_REG_ARRAY(hw, REG_MAC_STA_ADDR, 1, value); atl1e_hw_set_mac_addr()
97 addr[0] = AT_READ_REG(hw, REG_MAC_STA_ADDR); atl1e_get_permanent_address()
98 addr[1] = AT_READ_REG(hw, REG_MAC_STA_ADDR + 4); atl1e_get_permanent_address()
H A Datl1e_ethtool.c176 regs_buff[15] = AT_READ_REG(hw, REG_MAC_STA_ADDR); atl1e_get_regs()
177 regs_buff[16] = AT_READ_REG(hw, REG_MAC_STA_ADDR+4); atl1e_get_regs()
H A Datl1e_hw.h318 #define REG_MAC_STA_ADDR 0x1488 macro
/linux-4.4.14/drivers/net/ethernet/atheros/atl1c/
H A Datl1c_ethtool.c159 AT_READ_REG(hw, REG_MAC_STA_ADDR, p++); atl1c_get_regs()
160 AT_READ_REG(hw, REG_MAC_STA_ADDR+4, p++); atl1c_get_regs()
H A Datl1c_hw.c58 AT_WRITE_REG_ARRAY(hw, REG_MAC_STA_ADDR, 0, value); atl1c_hw_set_mac_addr()
62 AT_WRITE_REG_ARRAY(hw, REG_MAC_STA_ADDR, 1, value); atl1c_hw_set_mac_addr()
70 AT_READ_REG(hw, REG_MAC_STA_ADDR, &addr[0]); atl1c_read_current_addr()
71 AT_READ_REG(hw, REG_MAC_STA_ADDR + 4, &addr[1]); atl1c_read_current_addr()
H A Datl1c_hw.h424 #define REG_MAC_STA_ADDR 0x1488 macro
/linux-4.4.14/drivers/net/ethernet/atheros/atlx/
H A Datl2.c198 ATL2_WRITE_REG(hw, REG_MAC_STA_ADDR, value); atl2_configure()
201 ATL2_WRITE_REG(hw, (REG_MAC_STA_ADDR+4), value); atl2_configure()
1879 regs_buff[15] = ATL2_READ_REG(hw, REG_MAC_STA_ADDR); atl2_get_regs()
1880 regs_buff[16] = ATL2_READ_REG(hw, REG_MAC_STA_ADDR+4); atl2_get_regs()
2242 if (Register == REG_MAC_STA_ADDR) get_permanent_address()
2245 (REG_MAC_STA_ADDR + 4)) get_permanent_address()
2280 if (Register == REG_MAC_STA_ADDR) get_permanent_address()
2282 else if (Register == (REG_MAC_STA_ADDR + 4)) get_permanent_address()
2304 Addr[0] = ATL2_READ_REG(hw, REG_MAC_STA_ADDR); get_permanent_address()
2305 Addr[1] = ATL2_READ_REG(hw, REG_MAC_STA_ADDR + 4); get_permanent_address()
2728 ATL2_WRITE_REG_ARRAY(hw, REG_MAC_STA_ADDR, 0, value); atl2_set_mac_addr()
2732 ATL2_WRITE_REG_ARRAY(hw, REG_MAC_STA_ADDR, 1, value); atl2_set_mac_addr()
H A Datl1.c457 if (reg == REG_MAC_STA_ADDR) atl1_get_permanent_address()
459 else if (reg == (REG_MAC_STA_ADDR + 4)) atl1_get_permanent_address()
489 if (reg == REG_MAC_STA_ADDR) atl1_get_permanent_address()
491 else if (reg == (REG_MAC_STA_ADDR + 4)) atl1_get_permanent_address()
519 addr[0] = ioread32(hw->hw_addr + REG_MAC_STA_ADDR); atl1_get_permanent_address()
520 addr[1] = ioread16(hw->hw_addr + (REG_MAC_STA_ADDR + 4)); atl1_get_permanent_address()
933 iowrite32(value, hw->hw_addr + REG_MAC_STA_ADDR); atl1_set_mac_addr()
936 iowrite32(value, (hw->hw_addr + REG_MAC_STA_ADDR) + (1 << 2)); atl1_set_mac_addr()
1485 iowrite32(value, hw->hw_addr + REG_MAC_STA_ADDR); atl1_configure()
1487 iowrite32(value, hw->hw_addr + (REG_MAC_STA_ADDR + 4)); atl1_configure()
H A Datlx.h236 #define REG_MAC_STA_ADDR 0x1488 macro

Completed in 165 milliseconds