Searched refs:PCI_STATUS_66MHZ_SUPPORT (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/mips/alchemy/dev/
H A Daupci.c207 (cfg & PCI_STATUS_66MHZ_SUPPORT) ? "66" : "33");
/netbsd-6-1-5-RELEASE/sys/arch/evbmips/loongson/dev/
H A Dglx.c307 data |= PCI_STATUS_66MHZ_SUPPORT |
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dpcireg.h99 #define PCI_STATUS_66MHZ_SUPPORT 0x00200000 macro
H A Dpci_subr.c509 onoff("66 MHz capable", PCI_STATUS_66MHZ_SUPPORT);
H A Dpciconf.c455 if ((cmd & PCI_STATUS_66MHZ_SUPPORT) == 0)

Completed in 90 milliseconds