Searched refs:E1000_ICR (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/drivers/net/ethernet/intel/e1000e/ |
H A D | regs.h | 32 #define E1000_ICR 0x000C0 /* Interrupt Cause Read - R/clr */ macro
|
H A D | netdev.c | 72 {E1000_ICR, "ICR"},
|
/openbmc/linux/drivers/net/ethernet/intel/igb/ |
H A D | e1000_regs.h | 21 #define E1000_ICR 0x000C0 /* Interrupt Cause Read - R/clr */ macro
|
H A D | igb_ethtool.c | 1398 adapter->test_icr |= rd32(E1000_ICR); in igb_test_intr() 1484 wr32(E1000_ICR, ~0); in igb_intr_test() 1506 wr32(E1000_ICR, ~0); in igb_intr_test() 1528 wr32(E1000_ICR, ~0); in igb_intr_test()
|
H A D | e1000_82575.c | 1495 rd32(E1000_ICR); in igb_reset_hw_82575() 2314 rd32(E1000_ICR); in igb_reset_hw_82580()
|
H A D | igb_main.c | 258 {E1000_ICR, "ICR"}, 2145 rd32(E1000_ICR); in igb_up() 4203 rd32(E1000_ICR); in __igb_open() 7038 u32 icr = rd32(E1000_ICR); in igb_msix_other() 8120 u32 icr = rd32(E1000_ICR); in igb_intr_msi() 8159 u32 icr = rd32(E1000_ICR); in igb_intr()
|
/openbmc/qemu/hw/net/ |
H A D | e1000x_regs.h | 134 #define E1000_ICR 0x000C0 /* Interrupt Cause Read - R/clr */ macro
|
H A D | e1000.c | 1591 E1000_MDIC, E1000_ICR, E1000_ICS, E1000_IMS, in e1000_mmio_setup()
|
/openbmc/u-boot/drivers/net/ |
H A D | e1000.h | 701 #define E1000_ICR 0x000C0 /* Interrupt Cause Read - R/clr */ macro 862 #define E1000_82542_ICR E1000_ICR
|
/openbmc/linux/drivers/net/ethernet/intel/e1000/ |
H A D | e1000_hw.h | 799 #define E1000_ICR 0x000C0 /* Interrupt Cause Read - R/clr */ macro 1045 #define E1000_82542_ICR E1000_ICR
|