Searched refs:MCSPI_CONF_WL_MSK (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/arm/ti/ | ||
H A D | ti_spireg.h | 72 #define MCSPI_CONF_WL_MSK 0x1f macro |
H A D | ti_spi.c | 107 wl = ((conf >> MCSPI_CONF_WL_SHIFT) & MCSPI_CONF_WL_MSK) + 1; in ti_spi_printr() |