Searched defs:QSPI_CSPOL (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/drivers/spi/ | ||
H A D | ti_qspi.c | 45 #define QSPI_CSPOL(n) (1 << (1 + n*8)) macro |
/openbmc/linux/drivers/spi/ | ||
H A D | spi-ti-qspi.c | 106 #define QSPI_CSPOL(n) (1 << (1 + n * 8)) macro |