Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/
H A De1000_regs.h259 #define E1000_STATUS_BUS64 0x00001000 /* In 64 bit slot */ macro
/openbmc/u-boot/drivers/net/
H A De1000.h1207 #define E1000_STATUS_BUS64 0x00001000 /* In 64 bit slot */ macro
/openbmc/linux/drivers/net/ethernet/intel/e1000/
H A De1000_hw.h1475 #define E1000_STATUS_BUS64 0x00001000 /* In 64 bit slot */ macro
H A De1000_hw.c4836 hw->bus_width = (status & E1000_STATUS_BUS64) ? in e1000_get_bus_info()