Searched refs:PCI_PMCSR (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/sys/dev/cardbus/
H A Dif_re_cardbus.c174 pmreg + PCI_PMCSR);
189 pci_conf_write(pc, csc->sc_tag, pmreg + PCI_PMCSR,
/openbsd-current/sys/dev/pci/
H A Dpci.c746 reg = pci_conf_read(pc, tag, offset + PCI_PMCSR);
778 reg = pci_conf_read(pc, tag, offset + PCI_PMCSR);
782 pci_conf_write(pc, tag, offset + PCI_PMCSR,
H A Dpcireg.h535 #define PCI_PMCSR 0x04 macro
/openbsd-current/usr.sbin/pcidump/
H A Dpcidump.c496 if (pci_read(bus, dev, func, ptr + PCI_PMCSR, &pmcsr) != 0)
/openbsd-current/sys/dev/acpi/
H A Dacpi.c833 reg = pci_conf_read(pc, tag, offset + PCI_PMCSR);
834 pci_conf_write(pc, tag, offset + PCI_PMCSR, reg);

Completed in 257 milliseconds