Searched refs:REG_TWSI_CTRL (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/drivers/net/ethernet/atheros/atl1e/ |
H A D | atl1e_hw.c | 70 twsi_ctrl_data = AT_READ_REG(hw, REG_TWSI_CTRL); in atl1e_get_permanent_address() 72 AT_WRITE_REG(hw, REG_TWSI_CTRL, twsi_ctrl_data); in atl1e_get_permanent_address() 75 twsi_ctrl_data = AT_READ_REG(hw, REG_TWSI_CTRL); in atl1e_get_permanent_address()
|
H A D | atl1e_hw.h | 112 #define REG_TWSI_CTRL 0x218 macro
|
H A D | atl1e_ethtool.c | 160 regs_buff[3] = AT_READ_REG(hw, REG_TWSI_CTRL); in atl1e_get_regs()
|
/openbmc/linux/drivers/net/ethernet/atheros/atl1c/ |
H A D | atl1c_hw.c | 106 AT_READ_REG(hw, REG_TWSI_CTRL, &twsi_ctrl_data); in atl1c_get_permanent_address() 108 AT_WRITE_REG(hw, REG_TWSI_CTRL, twsi_ctrl_data); in atl1c_get_permanent_address() 111 AT_READ_REG(hw, REG_TWSI_CTRL, &twsi_ctrl_data); in atl1c_get_permanent_address()
|
H A D | atl1c_ethtool.c | 139 AT_READ_REG(hw, REG_TWSI_CTRL, p++); in atl1c_get_regs()
|
H A D | atl1c_hw.h | 89 #define REG_TWSI_CTRL 0x218 macro
|
/openbmc/linux/drivers/net/ethernet/atheros/atlx/ |
H A D | atlx.h | 93 #define REG_TWSI_CTRL 0x218 macro
|
H A D | atl2.c | 1823 regs_buff[3] = ATL2_READ_REG(hw, REG_TWSI_CTRL); in atl2_get_regs()
|