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