Searched refs:REG_TWSI_CTRL (Results 1 – 9 of 9) sorted by relevance
/linux-2.6.39/drivers/net/atl1e/ |
D | atl1e_hw.c | 83 twsi_ctrl_data = AT_READ_REG(hw, REG_TWSI_CTRL); in atl1e_get_permanent_address() 85 AT_WRITE_REG(hw, REG_TWSI_CTRL, twsi_ctrl_data); in atl1e_get_permanent_address() 88 twsi_ctrl_data = AT_READ_REG(hw, REG_TWSI_CTRL); in atl1e_get_permanent_address()
|
D | atl1e_hw.h | 125 #define REG_TWSI_CTRL 0x218 macro
|
D | atl1e_ethtool.c | 164 regs_buff[3] = AT_READ_REG(hw, REG_TWSI_CTRL); in atl1e_get_regs()
|
/linux-2.6.39/drivers/net/atl1c/ |
D | atl1c_hw.c | 122 AT_READ_REG(hw, REG_TWSI_CTRL, &twsi_ctrl_data); in atl1c_get_permanent_address() 124 AT_WRITE_REG(hw, REG_TWSI_CTRL, twsi_ctrl_data); in atl1c_get_permanent_address() 127 AT_READ_REG(hw, REG_TWSI_CTRL, &twsi_ctrl_data); in atl1c_get_permanent_address()
|
D | atl1c_ethtool.c | 152 AT_READ_REG(hw, REG_TWSI_CTRL, p++); in atl1c_get_regs()
|
D | atl1c_hw.h | 92 #define REG_TWSI_CTRL 0x218 macro
|
D | atl1c_main.c | 1214 AT_WRITE_REG(hw, REG_TWSI_CTRL, data); in atl1c_stop_mac()
|
/linux-2.6.39/drivers/net/atlx/ |
D | atlx.h | 106 #define REG_TWSI_CTRL 0x218 macro
|
D | atl2.c | 1881 regs_buff[3] = ATL2_READ_REG(hw, REG_TWSI_CTRL);
|