Lines Matching refs:hpc
77 sc->hpc->scsi0_regs_size, &sc->sc_bsh) != 0) { in hpcdma_init()
139 if (sc->hpc->revision == 3) { in hpcdma_sglist_create()
157 if (sc->hpc->revision == 3) { in hpcdma_sglist_create()
175 bus_space_write_4(sc->sc_bst, sc->sc_bsh, sc->hpc->scsi0_ndbp, in hpcdma_sglist_create()
183 bus_space_write_4(sc->sc_bst, sc->sc_bsh, sc->hpc->scsi0_ctl, mode); in hpcdma_cntl()
190 bus_space_write_4(sc->sc_bst, sc->sc_bsh, sc->hpc->scsi0_ctl, in hpcdma_reset()
191 sc->hpc->scsi_dmactl_reset); in hpcdma_reset()
193 bus_space_write_4(sc->sc_bst, sc->sc_bsh, sc->hpc->scsi0_ctl, 0); in hpcdma_reset()
202 mode = bus_space_read_4(sc->sc_bst, sc->sc_bsh, sc->hpc->scsi0_ctl); in hpcdma_flush()
204 sc->hpc->scsi0_ctl, mode | sc->hpc->scsi_dmactl_flush); in hpcdma_flush()
207 while (bus_space_read_4(sc->sc_bst, sc->sc_bsh, sc->hpc->scsi0_ctl) & in hpcdma_flush()
208 sc->hpc->scsi_dmactl_active) { in hpcdma_flush()
209 bus_space_barrier(sc->sc_bst, sc->sc_bsh, sc->hpc->scsi0_ctl, 4, in hpcdma_flush()