Searched refs:dx_peripheral (Results 1 – 9 of 9) sorted by relevance
302 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()
104 dmac_peripheral_t dx_peripheral; /* Controls trigger mechanism member
421 xfer->dx_peripheral = DMAC_PERIPH_I2SSDO; in s3c2440_i2s_output()483 xfer->dx_peripheral = DMAC_PERIPH_I2SSDI; in s3c2440_i2s_input()
461 xfer->dx_peripheral = DMAC_PERIPH_SDI; in sssdi_exec_command()497 xfer->dx_peripheral = DMAC_PERIPH_SDI; in sssdi_exec_command()
123 dmac_peripheral_t dx_peripheral; member
340 dx->dx_peripheral = DMAC_PERIPH_I2STX; in pxa2x0_i2s_start_output()390 dx->dx_peripheral = DMAC_PERIPH_I2SRX; in pxa2x0_i2s_start_input()
782 dx->dx_peripheral = DMAC_PERIPH_AC97AUDIOTX; in acu_trigger_output()838 dx->dx_peripheral = DMAC_PERIPH_AC97AUDIORX; in acu_trigger_input()
265 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()
96 #define dxs_peripheral dxs_xfer.dx_peripheral