Lines Matching refs:dscommand0
718 u_int dscommand0; in ahc_pci_config() local
826 dscommand0 = ahc_inb(ahc, DSCOMMAND0); in ahc_pci_config()
827 dscommand0 |= MPARCKEN|CACHETHEN; in ahc_pci_config()
834 dscommand0 &= ~DPARCKEN; in ahc_pci_config()
842 dscommand0 |= CACHETHEN; in ahc_pci_config()
845 dscommand0 &= ~CACHETHEN; in ahc_pci_config()
847 ahc_outb(ahc, DSCOMMAND0, dscommand0); in ahc_pci_config()
940 ahc->bus_softc.pci_softc.dscommand0 = ahc_inb(ahc, DSCOMMAND0); in ahc_pci_config()
1030 u_int dscommand0; in ahc_scbram_config() local
1032 dscommand0 = ahc_inb(ahc, DSCOMMAND0); in ahc_scbram_config()
1034 dscommand0 &= ~INTSCBRAMSEL; in ahc_scbram_config()
1036 dscommand0 |= INTSCBRAMSEL; in ahc_scbram_config()
1038 dscommand0 &= ~USCBSIZE32; in ahc_scbram_config()
1040 dscommand0 |= USCBSIZE32; in ahc_scbram_config()
1041 ahc_outb(ahc, DSCOMMAND0, dscommand0); in ahc_scbram_config()
1996 ahc_outb(ahc, DSCOMMAND0, ahc->bus_softc.pci_softc.dscommand0); in ahc_pci_chip_init()