Home
last modified time | relevance | path

Searched refs:PCI_COMM_MEMWR_INVAL (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dpci.h155 #define PCI_COMM_MEMWR_INVAL 0x10 macro
/illumos-gate/usr/src/uts/common/io/rtls/
H A Drtls.c369 pci_commond &= ~PCI_COMM_MEMWR_INVAL; in rtls_attach()
438 pci_commond &= ~PCI_COMM_MEMWR_INVAL; in rtls_attach()
/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge_chip.c670 command &= ~PCI_COMM_MEMWR_INVAL; in nge_chip_cfg_init()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_init.c279 cmd = (uint16_t)(cmd | PCI_COMM_MEMWR_INVAL); in ql_pci_sbus_config()
307 cmd = (uint16_t)(cmd & ~PCI_COMM_MEMWR_INVAL); in ql_pci_sbus_config()
/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcie.c523 PCI_COMM_MEMWR_INVAL |
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Ddb21554.c252 PCI_COMM_MEMWR_INVAL;
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_chip2.c515 command &= ~(PCI_COMM_ME|PCI_COMM_MEMWR_INVAL); in bge_chip_cfg_init()