Home
last modified time | relevance | path

Searched refs:E1000_STATUS_PCI66 (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/hw/net/
H A De1000_regs.h258 #define E1000_STATUS_PCI66 0x00000800 /* In 66Mhz slot */ macro
/openbmc/u-boot/drivers/net/
H A De1000.h1206 #define E1000_STATUS_PCI66 0x00000800 /* In 66Mhz slot */ macro
/openbmc/linux/drivers/net/ethernet/intel/e1000/
H A De1000_hw.h1474 #define E1000_STATUS_PCI66 0x00000800 /* In 66Mhz slot */ macro
H A De1000_hw.c4818 hw->bus_speed = (status & E1000_STATUS_PCI66) ? in e1000_get_bus_info()