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

/freebsd-13-stable/sys/arm/ti/
H A Dti_sdma.c87 uint32_t reg_ccr; member in struct:ti_sdma_channel
367 channel->reg_ccr = DMA4_CCR_DST_ADDRESS_MODE(1)
661 ti_sdma_write_4(sc, DMA4_CCR(ch), channel->reg_ccr);
757 channel->reg_ccr | DMA4_CCR_PACKET_TRANS);
763 if (channel->reg_ccr & DMA4_CCR_SEL_SRC_DST_SYNC(1))
1036 ccr = sc->sc_channel[ch].reg_ccr;
1056 sc->sc_channel[ch].reg_ccr = ccr;
1100 ccr = sc->sc_channel[ch].reg_ccr;
1108 sc->sc_channel[ch].reg_ccr = ccr;

Completed in 63 milliseconds