Lines Matching refs:pci_read
50 pci_read(int domain, int bus, int dev, int func, uint32_t reg, uint32_t *val) in pci_read() function
151 pci_read(domain, bus, dev, func, PCI_COMMAND_STATUS_REG, &csr); in pci_device_openbsd_read_rom()
154 pci_read(domain, bus, dev, func, PCI_ROM_REG, &rom); in pci_device_openbsd_read_rom()
183 if (pci_read(domain, bus, dev, 0, PCI_BHLC_REG, &hdr) != 0) in pci_nfuncs()
341 err = pci_read(domain, bus, dev, func, PCI_BHLC_REG, ®); in pci_device_openbsd_probe()
352 err = pci_read(domain, bus, dev, func, bar, ®); in pci_device_openbsd_probe()
382 err = pci_read(domain, bus, dev, func, bar, ®); in pci_device_openbsd_probe()
401 err = pci_read(domain, bus, dev, func, PCI_ROM_REG, ®); in pci_device_openbsd_probe()
408 pci_read(domain, bus, dev, func, PCI_ROM_REG, &size); in pci_device_openbsd_probe()
621 if (pci_read(domain, bus, dev, func, in pci_system_openbsd_create()
651 if (pci_read(domain, bus, dev, func, in pci_system_openbsd_create()
669 if (pci_read(domain, bus, dev, func, in pci_system_openbsd_create()
679 if (pci_read(domain, bus, dev, func, in pci_system_openbsd_create()