Searched defs:QSPI_WLEN (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/drivers/spi/ | ||
H A D | ti_qspi.c | 36 #define QSPI_WLEN(n) ((n-1) << 19) macro |
/openbmc/linux/drivers/spi/ | ||
H A D | spi-ti-qspi.c | 87 #define QSPI_WLEN(n) ((n - 1) << 19) macro |