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

/netbsd-current/sys/arch/mips/alchemy/dev/
H A Daupci.c207 (cfg & PCI_STATUS_66MHZ_SUPPORT) ? "66" : "33");
/netbsd-current/sys/arch/evbmips/loongson/dev/
H A Dglx.c319 data |= PCI_STATUS_66MHZ_SUPPORT |
/netbsd-current/sys/dev/pci/
H A Dpciconf.c631 if ((cmd & PCI_STATUS_66MHZ_SUPPORT) == 0)
H A Dpcireg.h113 #define PCI_STATUS_66MHZ_SUPPORT 0x00200000 macro
H A Dpci_subr.c879 onoff("66 MHz capable", rval, PCI_STATUS_66MHZ_SUPPORT);

Completed in 214 milliseconds