Lines Matching defs:sc_periph
183 } sc_periph[DMAC_N_PERIPH];
338 sc->sc_periph[i].sp_busy = 0;
339 SIMPLEQ_INIT(&sc->sc_periph[i].sp_queue);
881 sc->sc_periph[dxs->dxs_peripheral].sp_busy == 0) {
885 sc->sc_periph[dxs->dxs_peripheral].sp_busy++;
888 dxs->dxs_queue = &sc->sc_periph[dxs->dxs_peripheral].sp_queue;
890 sc->sc_periph[dxs->dxs_peripheral].sp_busy++;
963 sc->sc_periph[dxs->dxs_peripheral].sp_busy-- == 1 ||
964 queue == &sc->sc_periph[dxs->dxs_peripheral].sp_queue)
972 ndxs = SIMPLEQ_FIRST(&sc->sc_periph[dxs->dxs_peripheral].sp_queue);
975 SIMPLEQ_REMOVE_HEAD(&sc->sc_periph[dxs->dxs_peripheral].sp_queue,
1268 --sc->sc_periph[dxs->dxs_peripheral].sp_busy != 0) {
1276 &sc->sc_periph[dxs->dxs_peripheral].sp_queue);
1279 &sc->sc_periph[dxs->dxs_peripheral].sp_queue,