Lines Matching refs:dscommand0
711 u_int dscommand0; in ahc_pci_config() local
819 dscommand0 = ahc_inb(ahc, DSCOMMAND0); in ahc_pci_config()
820 dscommand0 |= MPARCKEN|CACHETHEN; in ahc_pci_config()
827 dscommand0 &= ~DPARCKEN; in ahc_pci_config()
835 dscommand0 |= CACHETHEN; in ahc_pci_config()
838 dscommand0 &= ~CACHETHEN; in ahc_pci_config()
840 ahc_outb(ahc, DSCOMMAND0, dscommand0); in ahc_pci_config()
933 ahc->bus_softc.pci_softc.dscommand0 = ahc_inb(ahc, DSCOMMAND0); in ahc_pci_config()
1023 u_int dscommand0; in ahc_scbram_config() local
1025 dscommand0 = ahc_inb(ahc, DSCOMMAND0); in ahc_scbram_config()
1027 dscommand0 &= ~INTSCBRAMSEL; in ahc_scbram_config()
1029 dscommand0 |= INTSCBRAMSEL; in ahc_scbram_config()
1031 dscommand0 &= ~USCBSIZE32; in ahc_scbram_config()
1033 dscommand0 |= USCBSIZE32; in ahc_scbram_config()
1034 ahc_outb(ahc, DSCOMMAND0, dscommand0); in ahc_scbram_config()
1989 ahc_outb(ahc, DSCOMMAND0, ahc->bus_softc.pci_softc.dscommand0); in ahc_pci_chip_init()