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