Searched refs:dx_peripheral (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/sys/arch/arm/xscale/
H A Dpxa2x0_dmac.h123 dmac_peripheral_t dx_peripheral; member in struct:dmac_xfer
H A Dpxa2x0_i2s.c340 dx->dx_peripheral = DMAC_PERIPH_I2STX;
390 dx->dx_peripheral = DMAC_PERIPH_I2SRX;
H A Dpxa2x0_ac97.c782 dx->dx_peripheral = DMAC_PERIPH_AC97AUDIOTX;
838 dx->dx_peripheral = DMAC_PERIPH_AC97AUDIORX;
H A Dpxa2x0_mci.c265 sc->sc_rxdx->dx_peripheral = DMAC_PERIPH_MMCRX;
286 sc->sc_txdx->dx_peripheral = DMAC_PERIPH_MMCTX;
H A Dpxa2x0_dmac.c96 #define dxs_peripheral dxs_xfer.dx_peripheral
/netbsd-current/sys/arch/arm/s3c2xx0/
H A Ds3c2440_dma.h104 dmac_peripheral_t dx_peripheral; /* Controls trigger mechanism member in struct:dmac_xfer
H A Ds3c2440_dma.c302 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
[all...]
H A Ds3c2440_i2s.c421 xfer->dx_peripheral = DMAC_PERIPH_I2SSDO;
483 xfer->dx_peripheral = DMAC_PERIPH_I2SSDI;
H A Ds3c2440_sdi.c461 xfer->dx_peripheral = DMAC_PERIPH_SDI;
497 xfer->dx_peripheral = DMAC_PERIPH_SDI;

Completed in 108 milliseconds