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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic7770.c242 ahc->bus_softc.aic7770_softc.busspd = hostconf & DFTHRSH;
243 ahc->bus_softc.aic7770_softc.bustime = (hostconf << 2) & BOFF;
268 ahc_outb(ahc, BUSSPD, ahc->bus_softc.aic7770_softc.busspd);
269 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.h938 union ahc_bus_softc bus_softc; member in struct:ahc_softc

Completed in 35 milliseconds