Lines Matching refs:dx_peripheral
302 if (dxs->dxs_xfer.dx_peripheral != DMAC_PERIPH_NONE &&
303 dxs->dxs_xfer.dx_peripheral >= DMAC_N_PERIPH)
308 perph = &s3c2440_peripherals[dxs->dxs_xfer.dx_peripheral];
310 DPRINTF(("dp_id: %d, dx_peripheral: %d\n", perph->dp_id, dxs->dxs_xfer.dx_peripheral));
311 KASSERT(perph->dp_id == dxs->dxs_xfer.dx_peripheral);
391 if (dxs->dxs_xfer.dx_peripheral == DMAC_PERIPH_NONE) {
430 if (dxs->dxs_xfer.dx_peripheral == DMAC_PERIPH_NONE) {
435 uint8_t source = s3c2440_peripherals[dxs->dxs_xfer.dx_peripheral].dp_channel_source[channel_no];
539 if (dxs->dxs_xfer.dx_peripheral == DMAC_PERIPH_NONE) {