Searched refs:bus_softc (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/scsi/aic7xxx/
H A Daic7770.c232 ahc->bus_softc.aic7770_softc.busspd = hostconf & DFTHRSH;
233 ahc->bus_softc.aic7770_softc.bustime = (hostconf << 2) & BOFF;
258 ahc_outb(ahc, BUSSPD, ahc->bus_softc.aic7770_softc.busspd);
259 ahc_outb(ahc, BUSTIME, ahc->bus_softc.aic7770_softc.bustime);
H A Daic7xxx_pci.c927 ahc->bus_softc.pci_softc.devconfig =
929 ahc->bus_softc.pci_softc.command =
931 ahc->bus_softc.pci_softc.csize_lattime =
933 ahc->bus_softc.pci_softc.dscommand0 = ahc_inb(ahc, DSCOMMAND0);
934 ahc->bus_softc.pci_softc.dspcistatus = ahc_inb(ahc, DSPCISTATUS);
940 ahc->bus_softc.pci_softc.optionmode = ahc_inb(ahc, OPTIONMODE);
941 ahc->bus_softc.pci_softc.targcrccnt = ahc_inw(ahc, TARGCRCCNT);
943 ahc->bus_softc.pci_softc.crccontrol1 =
947 ahc->bus_softc.pci_softc.scbbaddr = ahc_inb(ahc, SCBBADDR);
950 ahc->bus_softc
[all...]
H A Daic7xxx.h933 union ahc_bus_softc bus_softc; member in struct:ahc_softc

Completed in 124 milliseconds