Searched refs:ATL2_READ_REG (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/net/ethernet/atheros/atlx/ |
H A D | atl2.c | 124 rctl = ATL2_READ_REG(hw, REG_MAC_CTRL); in atl2_set_multi() 254 value = ATL2_READ_REG(&adapter->hw, REG_ISR); in atl2_configure() 362 ctrl = ATL2_READ_REG(&adapter->hw, REG_MAC_CTRL); in atl2_vlan_mode() 589 status = ATL2_READ_REG(hw, REG_ISR); in atl2_intr() 722 val = ATL2_READ_REG(&adapter->hw, REG_MASTER_CTRL); in atl2_open() 1021 drop_rxd = ATL2_READ_REG(&adapter->hw, REG_STS_RXD_OV); in atl2_watchdog() 1022 drop_rxs = ATL2_READ_REG(&adapter->hw, REG_STS_RXS_OV); in atl2_watchdog() 1078 val = ATL2_READ_REG(&adapter->hw, REG_MASTER_CTRL); in atl2_up() 1160 value = ATL2_READ_REG(hw, REG_MAC_CTRL); in atl2_check_link() 1217 value = ATL2_READ_REG(h in atl2_check_link() [all...] |
H A D | atl2.h | 43 #define ATL2_READ_REG(a, reg) (ioread32((a)->hw_addr + (reg))) macro
|