/illumos-gate/usr/src/uts/sun4u/io/pci/ |
H A D | pci_space.c | 96 PCI_COMM_IO;
|
H A D | simba.c | 111 PCI_COMM_IO;
|
H A D | pci_pci.c | 88 PCI_COMM_IO;
|
/illumos-gate/usr/src/uts/common/io/audio/drv/audio1575/ |
H A D | audio1575.c | 1433 pcics_reg |= (PCI_COMM_IO | PCI_COMM_MAE | PCI_COMM_ME); in audio1575_pci_enable() 1454 pcics_reg &= ~(PCI_COMM_IO | PCI_COMM_MAE | PCI_COMM_ME); in audio1575_pci_disable()
|
/illumos-gate/usr/src/uts/i86pc/io/ |
H A D | consplat.c | 354 if (!(data16 & PCI_COMM_IO)) in find_fb_dev()
|
/illumos-gate/usr/src/uts/i86pc/io/gfx_private/ |
H A D | gfxp_fb.c | 109 if (data16 & PCI_COMM_IO) in gfxp_check_for_console()
|
/illumos-gate/usr/src/uts/intel/io/pci/ |
H A D | pci_boot.c | 1405 (cmd_reg & PCI_COMM_IO) == 0 || in fix_ppb_res() 1587 cmd_reg |= PCI_COMM_IO | PCI_COMM_ME; in fix_ppb_res() 2535 command & ~(PCI_COMM_MAE | PCI_COMM_IO)); in add_bar_reg_props() 2641 command &= ~PCI_COMM_IO; in add_bar_reg_props() 3197 if ((cmd_reg & PCI_COMM_IO) == 0) { in add_ppb_props()
|
H A D | pci_pci.c | 59 static ushort_t ppb_command_default = PCI_COMM_ME | PCI_COMM_MAE | PCI_COMM_IO;
|
/illumos-gate/usr/src/uts/common/io/e1000g/ |
H A D | e1000g_debug.c | 558 bits_comm = PCI_COMM_IO; in pciconfig_bar()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | pci.h | 154 #define PCI_COMM_IO 0x1 /* I/O access enable */ macro
|
/illumos-gate/usr/src/uts/intel/io/vmm/io/ |
H A D | ppt.c | 515 cmd |= PCI_COMM_IO; in ppt_toggle_bar() 520 cmd &= ~(PCI_COMM_ME | PCI_COMM_MAE | PCI_COMM_IO); in ppt_toggle_bar()
|
/illumos-gate/usr/src/uts/common/io/audio/drv/audiop16x/ |
H A D | audiop16x.c | 577 PCI_COMM_MAE | PCI_COMM_IO); in p16x_attach()
|
/illumos-gate/usr/src/uts/common/io/audio/drv/audiovia823x/ |
H A D | audiovia823x.c | 599 pci_command |= PCI_COMM_ME | PCI_COMM_IO | PCI_COMM_MAE; in auvia_attach()
|
/illumos-gate/usr/src/uts/i86pc/io/pci/ |
H A D | pci.c | 157 PCI_COMM_IO;
|
/illumos-gate/usr/src/uts/common/io/rtls/ |
H A D | rtls.c | 370 pci_commond |= PCI_COMM_ME | PCI_COMM_MAE | PCI_COMM_IO; in rtls_attach() 439 pci_commond |= PCI_COMM_ME | PCI_COMM_MAE | PCI_COMM_IO; in rtls_attach()
|
/illumos-gate/usr/src/uts/common/io/cardbus/ |
H A D | cardbus_cfg.c | 1684 word16 |= PCI_COMM_IO; in cardbus_update_bridge() 3997 comm |= (PCI_COMM_ME | PCI_COMM_MAE | PCI_COMM_IO | 4023 comm &= ~(PCI_COMM_IO | PCI_COMM_MAE); 4195 comm |= (PCI_COMM_ME | PCI_COMM_MAE | PCI_COMM_IO |
|
/illumos-gate/usr/src/uts/common/io/audio/drv/audio810/ |
H A D | audio810.c | 727 cmdreg | PCI_COMM_IO | PCI_COMM_MAE | PCI_COMM_ME); in audio810_attach()
|
/illumos-gate/usr/src/uts/common/io/audio/drv/audioixp/ |
H A D | audioixp.c | 1308 cmdeg | PCI_COMM_IO | PCI_COMM_MAE); in audioixp_attach()
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | sunpci.c | 1012 pcicmd &= ~(PCI_COMM_ME|PCI_COMM_MAE|PCI_COMM_IO);
|
/illumos-gate/usr/src/uts/common/io/audio/drv/audiocmi/ |
H A D | audiocmi.c | 896 PCI_COMM_MAE | PCI_COMM_IO); in cmpci_attach()
|
/illumos-gate/usr/src/uts/common/io/audio/drv/audioens/ |
H A D | audioens.c | 1083 pci_command |= PCI_COMM_ME | PCI_COMM_IO; in audioens_attach()
|
/illumos-gate/usr/src/uts/common/io/audio/drv/audiols/ |
H A D | audiols.c | 1138 pci_command |= PCI_COMM_ME | PCI_COMM_IO; in audigyls_attach()
|
/illumos-gate/usr/src/uts/common/io/audio/drv/audiopci/ |
H A D | audiopci.c | 1216 pci_command |= PCI_COMM_ME | PCI_COMM_IO; in audiopci_attach()
|
/illumos-gate/usr/src/uts/common/io/audio/drv/audiosolo/ |
H A D | audiosolo.c | 1388 data |= PCI_COMM_ME | PCI_COMM_IO; in solo_attach()
|
/illumos-gate/usr/src/uts/intel/io/vmxnet3s/ |
H A D | vmxnet3_main.c | 1292 ret16 |= PCI_COMM_IO | PCI_COMM_ME; in vmxnet3_attach()
|