Searched refs:MCSPI_TX_CH (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/arm/ti/ | ||
H A D | ti_spireg.h | 89 #define MCSPI_TX_CH(_c) (0x138 + 0x14 * (_c)) macro |
H A D | ti_spi.c | 326 TI_SPI_WRITE(sc, MCSPI_TX_CH(sc->sc_cs), data[written]); in ti_spi_fill_fifo() |