Lines Matching defs:chanbase
513 u_int32_t scr, status, chanbase;
526 chanbase = PDC_CHANNELBASE(i) + 0x48;
527 status = bus_space_read_4(sc->sc_ba5_st, sc->sc_ba5_sh, chanbase);
529 chanbase = PDC_CHANNELBASE(i) + 0x60;
530 status = bus_space_read_4(sc->sc_ba5_st, sc->sc_ba5_sh, chanbase);
532 bus_space_write_4(sc->sc_ba5_st, sc->sc_ba5_sh, chanbase, status);
534 bus_space_write_4(sc->sc_ba5_st, sc->sc_ba5_sh, chanbase, status);
535 status = bus_space_read_4(sc->sc_ba5_st, sc->sc_ba5_sh, chanbase);
616 int reset, status, i, chanbase;
620 chanbase = PDC_CHANNELBASE(chp->ch_channel) + 0x60;
622 status = bus_space_read_4(sc->sc_ba5_st, sc->sc_ba5_sh, chanbase);
626 bus_space_write_4(sc->sc_ba5_st, sc->sc_ba5_sh, chanbase, status);
628 status = bus_space_read_4(sc->sc_ba5_st, sc->sc_ba5_sh, chanbase);
630 bus_space_write_4(sc->sc_ba5_st, sc->sc_ba5_sh, chanbase, status);
631 status = bus_space_read_4(sc->sc_ba5_st, sc->sc_ba5_sh, chanbase);