Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dpci.h177 #define PCI_STAT_66MHZ 0x20 /* 66 MHz capable */ macro
/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpci_props.c606 if ((prop->ppd_status & PCI_STAT_66MHZ) != 0) { in pci_prop_set_common_props()
/illumos-gate/usr/src/uts/common/io/cardbus/
H A Dcardbus_cfg.c3668 if (pci_config_get16(config_handle, PCI_CONF_STAT) & PCI_STAT_66MHZ) {
/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c3475 PCI_STAT_66MHZ)) { in pcicfg_set_standard_props()