Lines Matching refs:dev_softc
342 device = aic_pci_read_config(ahd->dev_softc,
350 subvendor = aic_pci_read_config(ahd->dev_softc,
363 pci_find_cap(ahd->dev_softc, PCIY_PCIX, &ahd->pcix_ptr);
364 devconfig = aic_pci_read_config(ahd->dev_softc, DEVCONFIG, /*bytes*/4);
394 devconfig = aic_pci_read_config(ahd->dev_softc,
397 aic_pci_write_config(ahd->dev_softc, DEVCONFIG,
402 command = aic_pci_read_config(ahd->dev_softc, PCIR_COMMAND, /*bytes*/2);
404 aic_pci_write_config(ahd->dev_softc, PCIR_COMMAND, command, /*bytes*/2);
417 aic_pci_read_config(ahd->dev_softc, CSIZE_LATTIME,
467 cmd = aic_pci_read_config(ahd->dev_softc, PCIR_COMMAND, /*bytes*/2);
468 aic_pci_write_config(ahd->dev_softc, PCIR_COMMAND,
500 pci_status1 = aic_pci_read_config(ahd->dev_softc,
502 aic_pci_write_config(ahd->dev_softc, PCIR_STATUS + 1,
530 pci_status1 = aic_pci_read_config(ahd->dev_softc,
532 aic_pci_write_config(ahd->dev_softc, PCIR_STATUS + 1,
537 aic_pci_write_config(ahd->dev_softc, PCIR_COMMAND, cmd, /*bytes*/2);
686 devconfig = aic_pci_read_config(ahd->dev_softc, DEVCONFIG, /*bytes*/4);
693 aic_pci_write_config(ahd->dev_softc, DEVCONFIG, devconfig, /*bytes*/4);
869 pci_status1 = aic_pci_read_config(ahd->dev_softc,
871 aic_pci_write_config(ahd->dev_softc, PCIR_STATUS + 1,
893 pcix_status = aic_pci_read_config(ahd->dev_softc,
941 aic_pci_write_config(ahd->dev_softc, ahd->pcix_ptr + PCIXR_STATUS,
979 pci = ahd->dev_softc;