PCIR_COMMAND
cmd = ahd_pci_read_config(ahd->dev_softc, PCIR_COMMAND, /*bytes*/2);
ahd_pci_write_config(ahd->dev_softc, PCIR_COMMAND,
ahd_pci_write_config(ahd->dev_softc, PCIR_COMMAND,
command = ahd_pci_read_config(ahd->dev_softc, PCIR_COMMAND, 4);
ahd_pci_write_config(ahd->dev_softc, PCIR_COMMAND,
ahd_pci_write_config(ahd->dev_softc, PCIR_COMMAND, command, 4);
command = ahd_pci_read_config(ahd->dev_softc, PCIR_COMMAND, /*bytes*/2);
ahd_pci_write_config(ahd->dev_softc, PCIR_COMMAND, command, /*bytes*/2);
ahd_pci_read_config(ahd->dev_softc, PCIR_COMMAND, /*bytes*/1);
ahd_pci_write_config(ahd->dev_softc, PCIR_COMMAND,
cmd = ahd_pci_read_config(ahd->dev_softc, PCIR_COMMAND, /*bytes*/2);
ahd_pci_write_config(ahd->dev_softc, PCIR_COMMAND,
ahd_pci_write_config(ahd->dev_softc, PCIR_COMMAND, cmd, /*bytes*/2);
ahd_pci_write_config(pci, PCIR_COMMAND, 0, /*bytes*/2);
command = ahc_pci_read_config(ahc->dev_softc, PCIR_COMMAND, 4);
ahc_pci_write_config(ahc->dev_softc, PCIR_COMMAND,
ahc_pci_write_config(ahc->dev_softc, PCIR_COMMAND, command, 4);
cmd = ahc_pci_read_config(ahc->dev_softc, PCIR_COMMAND, /*bytes*/2);
ahc_pci_write_config(ahc->dev_softc, PCIR_COMMAND,
ahc_pci_write_config(ahc->dev_softc, PCIR_COMMAND, cmd, /*bytes*/2);
ahc_pci_write_config(ahc->dev_softc, PCIR_COMMAND,
command = ahc_pci_read_config(pci, PCIR_COMMAND, /*bytes*/1);
ahc_pci_write_config(pci, PCIR_COMMAND, command, /*bytes*/1);
command = ahc_pci_read_config(ahc->dev_softc, PCIR_COMMAND, /*bytes*/2);
ahc_pci_write_config(ahc->dev_softc, PCIR_COMMAND, command, /*bytes*/2);
ahc_pci_read_config(ahc->dev_softc, PCIR_COMMAND, /*bytes*/1);