Lines Matching refs:comm

3989 	uint16_t comm, stat;  local
3992 comm = pci_config_get16(config_handle, PCI_CONF_COMM);
3997 comm |= (PCI_COMM_ME | PCI_COMM_MAE | PCI_COMM_IO |
4001 comm |= PCI_COMM_BACK2BACK_ENAB;
4002 pci_config_put16(config_handle, PCI_CONF_COMM, comm);
4004 "enable_pci_isa_bridge stat 0x%04x comm 0x%04x\n", stat, comm);
4017 uint16_t comm, stat, bctrl; local
4020 comm = pci_config_get16(config_handle, PCI_CONF_COMM);
4023 comm &= ~(PCI_COMM_IO | PCI_COMM_MAE);
4024 comm |= (PCI_COMM_ME | PCI_COMM_PARITY_DETECT | PCI_COMM_SERR_ENABLE);
4030 comm |= PCI_COMM_BACK2BACK_ENAB;
4032 pci_config_put16(config_handle, PCI_CONF_COMM, comm);
4058 stat, comm, bctrl);
4066 uint16_t comm, stat, bctrl; local
4069 comm = pci_config_get16(config_handle, PCI_CONF_COMM);
4102 if (comm & PCI_COMM_PARITY_DETECT)
4104 if (comm & PCI_COMM_SERR_ENABLE)
4112 pci_config_put16(config_handle, PCI_CONF_COMM, comm);
4116 stat, comm, bctrl);
4126 uint16_t comm, bctrl; local
4128 comm = pci_config_get16(config_handle, PCI_CONF_COMM);
4142 comm = 0;
4144 pci_config_put16(config_handle, PCI_CONF_COMM, comm);
4149 pci_config_get16(config_handle, PCI_CONF_STAT), comm, bctrl);
4155 uint16_t comm, bctrl; local
4157 comm = pci_config_get16(config_handle, PCI_CONF_COMM);
4176 pci_config_put16(config_handle, PCI_CONF_COMM, comm);
4181 pci_config_get16(config_handle, PCI_CONF_STAT), comm, bctrl);
4187 uint16_t comm, stat; local
4190 comm = pci_config_get16(config_handle, PCI_CONF_COMM);
4195 comm |= (PCI_COMM_ME | PCI_COMM_MAE | PCI_COMM_IO |
4199 comm |= PCI_COMM_BACK2BACK_ENAB;
4200 pci_config_put16(config_handle, PCI_CONF_COMM, comm);
4202 "enable_cardbus_device stat 0x%04x comm 0x%04x\n", stat, comm);