ahd_pci_read_config
cmd = ahd_pci_read_config(ahd->dev_softc, PCIR_COMMAND, /*bytes*/2);
uint32_t ahd_pci_read_config(ahd_dev_softc_t pci,
command = ahd_pci_read_config(ahd->dev_softc, PCIR_COMMAND, 4);
devconfig1 = ahd_pci_read_config(pci, DEVCONFIG1, /*bytes*/1);
vendor = ahd_pci_read_config(pci, PCIR_DEVVENDOR, /*bytes*/2);
device = ahd_pci_read_config(pci, PCIR_DEVICE, /*bytes*/2);
subvendor = ahd_pci_read_config(pci, PCI_SUBSYSTEM_VENDOR_ID, /*bytes*/2);
subdevice = ahd_pci_read_config(pci, PCI_SUBSYSTEM_ID, /*bytes*/2);
subvendor = ahd_pci_read_config(ahd->dev_softc,
devconfig = ahd_pci_read_config(ahd->dev_softc, DEVCONFIG, /*bytes*/4);
devconfig = ahd_pci_read_config(ahd->dev_softc,
command = ahd_pci_read_config(ahd->dev_softc, PCIR_COMMAND, /*bytes*/2);
ahd_pci_read_config(ahd->dev_softc, CSIZE_LATTIME,
ahd_pci_read_config(ahd->dev_softc, DEVCONFIG, /*bytes*/4);
ahd_pci_read_config(ahd->dev_softc, PCIR_COMMAND, /*bytes*/1);
ahd_pci_read_config(ahd->dev_softc, CSIZE_LATTIME, /*bytes*/1);
cmd = ahd_pci_read_config(ahd->dev_softc, PCIR_COMMAND, /*bytes*/2);
pci_status1 = ahd_pci_read_config(ahd->dev_softc,
pci_status1 = ahd_pci_read_config(ahd->dev_softc,
devconfig = ahd_pci_read_config(ahd->dev_softc, DEVCONFIG, /*bytes*/4);
pci_status1 = ahd_pci_read_config(ahd->dev_softc,
pcix_status = ahd_pci_read_config(ahd->dev_softc, PCIXR_STATUS,
rev = ahd_pci_read_config(pci, PCIR_REVID, /*bytes*/1);
devconfig1 = ahd_pci_read_config(pci, DEVCONFIG1, /*bytes*/1);