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

/freebsd-11-stable/sys/arm/at91/
H A Dat91_pdcreg.h34 #define PDC_TCR 0x10c /* PDC Transmit Counter Register */ macro
H A Dat91_spi.c188 WR4(sc, PDC_TCR, 0);
353 WR4(sc, PDC_TCR, cmd->tx_cmd_sz);
H A Dat91_mci.c249 WR4(sc, PDC_TCR, 0);
793 WR4(sc, PDC_TCR, (len < 12) ? 3 : len / 4);
H A Duart_dev_at91usart.c569 WR4(&sc->sc_bas, PDC_TCR, sc->sc_txdatasz);

Completed in 86 milliseconds