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

/freebsd-current/sys/arm/ti/
H A Dti_spireg.h80 #define MCSPI_STAT_CH(_c) (0x130 + 0x14 * (_c)) macro
H A Dti_spi.c109 reg = TI_SPI_READ(sc, MCSPI_STAT_CH(i));
319 MCSPI_STAT_CH(sc->sc_cs)) & MCSPI_STAT_TXS) == 0) {
352 MCSPI_STAT_CH(sc->sc_cs)) & MCSPI_STAT_RXS) == 0) {

Completed in 68 milliseconds