Home
last modified time | relevance | path

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

/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()