Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/i86pc/os/
H A Dpci_mech1.c51 if (device == PCI_MECH1_SPEC_CYCLE_DEV && in pci_mech1_getb()
68 if (device == PCI_MECH1_SPEC_CYCLE_DEV && in pci_mech1_getw()
85 if (device == PCI_MECH1_SPEC_CYCLE_DEV && in pci_mech1_getl()
100 if (device == PCI_MECH1_SPEC_CYCLE_DEV && in pci_mech1_putb()
114 if (device == PCI_MECH1_SPEC_CYCLE_DEV && in pci_mech1_putw()
128 if (device == PCI_MECH1_SPEC_CYCLE_DEV && in pci_mech1_putl()
H A Dpci_mech1_amd.c99 if (device == PCI_MECH1_SPEC_CYCLE_DEV && in pci_mech1_amd_getb()
116 if (device == PCI_MECH1_SPEC_CYCLE_DEV && in pci_mech1_amd_getw()
133 if (device == PCI_MECH1_SPEC_CYCLE_DEV && in pci_mech1_amd_getl()
148 if (device == PCI_MECH1_SPEC_CYCLE_DEV && in pci_mech1_amd_putb()
162 if (device == PCI_MECH1_SPEC_CYCLE_DEV && in pci_mech1_amd_putw()
176 if (device == PCI_MECH1_SPEC_CYCLE_DEV && in pci_mech1_amd_putl()
/titanic_44/usr/src/uts/i86pc/sys/
H A Dpci_cfgspace_impl.h109 #define PCI_MECH1_SPEC_CYCLE_DEV 0x1f /* dev to request spec cyc */ macro