Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/arm/s3c2xx0/
H A Ds3c2440_dma.c302 if (dxs->dxs_xfer.dx_peripheral != DMAC_PERIPH_NONE && in s3c2440_dmac_start_xfer()
303 dxs->dxs_xfer.dx_peripheral >= DMAC_N_PERIPH) in s3c2440_dmac_start_xfer()
308 perph = &s3c2440_peripherals[dxs->dxs_xfer.dx_peripheral]; in s3c2440_dmac_start_xfer()
310 DPRINTF(("dp_id: %d, dx_peripheral: %d\n", perph->dp_id, dxs->dxs_xfer.dx_peripheral)); in s3c2440_dmac_start_xfer()
311 KASSERT(perph->dp_id == dxs->dxs_xfer.dx_peripheral); in s3c2440_dmac_start_xfer()
391 if (dxs->dxs_xfer.dx_peripheral == DMAC_PERIPH_NONE) { in dmac_start()
430 if (dxs->dxs_xfer.dx_peripheral == DMAC_PERIPH_NONE) { in dmac_start()
435 uint8_t source = s3c2440_peripherals[dxs->dxs_xfer.dx_peripheral].dp_channel_source[channel_no]; in dmac_start()
539 if (dxs->dxs_xfer.dx_peripheral == DMAC_PERIPH_NONE) { in dmac_transfer_segment()
H A Ds3c2440_dma.h104 dmac_peripheral_t dx_peripheral; /* Controls trigger mechanism member
H A Ds3c2440_i2s.c421 xfer->dx_peripheral = DMAC_PERIPH_I2SSDO; in s3c2440_i2s_output()
483 xfer->dx_peripheral = DMAC_PERIPH_I2SSDI; in s3c2440_i2s_input()
H A Ds3c2440_sdi.c461 xfer->dx_peripheral = DMAC_PERIPH_SDI; in sssdi_exec_command()
497 xfer->dx_peripheral = DMAC_PERIPH_SDI; in sssdi_exec_command()
/netbsd-src/sys/arch/arm/xscale/
H A Dpxa2x0_dmac.h123 dmac_peripheral_t dx_peripheral; member
H A Dpxa2x0_i2s.c340 dx->dx_peripheral = DMAC_PERIPH_I2STX; in pxa2x0_i2s_start_output()
390 dx->dx_peripheral = DMAC_PERIPH_I2SRX; in pxa2x0_i2s_start_input()
H A Dpxa2x0_ac97.c782 dx->dx_peripheral = DMAC_PERIPH_AC97AUDIOTX; in acu_trigger_output()
838 dx->dx_peripheral = DMAC_PERIPH_AC97AUDIORX; in acu_trigger_input()
H A Dpxa2x0_mci.c265 sc->sc_rxdx->dx_peripheral = DMAC_PERIPH_MMCRX; in pxamci_attach_sub()
286 sc->sc_txdx->dx_peripheral = DMAC_PERIPH_MMCTX; in pxamci_attach_sub()
H A Dpxa2x0_dmac.c96 #define dxs_peripheral dxs_xfer.dx_peripheral