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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/
H A Daic7770.c238 ahc->bus_softc.aic7770_softc.busspd = hostconf & DFTHRSH;
239 ahc->bus_softc.aic7770_softc.bustime = (hostconf << 2) & BOFF;
264 ahc_outb(ahc, BUSSPD, ahc->bus_softc.aic7770_softc.busspd);
265 ahc_outb(ahc, BUSTIME, ahc->bus_softc.aic7770_softc.bustime);
H A Daic7xxx_pci.c922 ahc->bus_softc.pci_softc.devconfig =
924 ahc->bus_softc.pci_softc.command =
926 ahc->bus_softc.pci_softc.csize_lattime =
928 ahc->bus_softc.pci_softc.dscommand0 = ahc_inb(ahc, DSCOMMAND0);
929 ahc->bus_softc.pci_softc.dspcistatus = ahc_inb(ahc, DSPCISTATUS);
935 ahc->bus_softc.pci_softc.optionmode = ahc_inb(ahc, OPTIONMODE);
936 ahc->bus_softc.pci_softc.targcrccnt = ahc_inw(ahc, TARGCRCCNT);
938 ahc->bus_softc.pci_softc.crccontrol1 =
942 ahc->bus_softc.pci_softc.scbbaddr = ahc_inb(ahc, SCBBADDR);
945 ahc->bus_softc
[all...]
H A Daic7xxx.h938 union ahc_bus_softc bus_softc; member in struct:ahc_softc

Completed in 63 milliseconds