Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/net/
H A De1000.h1207 #define E1000_STATUS_PCI66 0x00000800 /* In 66Mhz slot */ macro
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/e1000/
H A De1000_hw.h1477 #define E1000_STATUS_PCI66 0x00000800 /* In 66Mhz slot */ macro
H A De1000_hw.c4821 hw->bus_speed = (status & E1000_STATUS_PCI66) ? in e1000_get_bus_info()