Searched refs:AT_READ_REGW (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atl1c/ |
H A D | atl1c.h | 570 #define AT_READ_REGW(a, reg, pdata) do { \ macro
|
H A D | atl1c_main.c | 1546 AT_READ_REGW(&adapter->hw, reg, &hw_next_to_clean); in atl1c_clean_tx_irq()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atl1e/ |
H A D | atl1e.h | 475 #define AT_READ_REGW(a, reg) (\ macro
|
H A D | atl1e_hw.c | 28 value = AT_READ_REGW(hw, REG_PCIE_CAP_LIST); in atl1e_check_eeprom_exist()
|
H A D | atl1e_main.c | 1234 u16 hw_next_to_clean = AT_READ_REGW(&adapter->hw, REG_TPD_CONS_IDX); in atl1e_clean_tx_irq()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/atl1c/ |
H A D | atl1c.h | 573 #define AT_READ_REGW(a, reg, pdata) do { \ macro
|
H A D | atl1c_main.c | 1601 AT_READ_REGW(&adapter->hw, atl1c_qregs[tpd_ring->num].tpd_cons, in atl1c_clean_tx()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/atl1e/ |
H A D | atl1e.h | 475 #define AT_READ_REGW(a, reg) (\ macro
|
H A D | atl1e_hw.c | 28 value = AT_READ_REGW(hw, REG_PCIE_CAP_LIST); in atl1e_check_eeprom_exist()
|
H A D | atl1e_main.c | 1234 u16 hw_next_to_clean = AT_READ_REGW(&adapter->hw, REG_TPD_CONS_IDX); in atl1e_clean_tx_irq()
|
Completed in 20 milliseconds