Home
last modified time | relevance | path

Searched refs:QSPI_CKPHA (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/spi/
H A Dti_qspi.c44 #define QSPI_CKPHA(n) (1 << (2 + n*8)) macro
149 priv->dc |= QSPI_CKPHA(0); in __ti_qspi_set_mode()
/openbmc/linux/drivers/spi/
H A Dspi-ti-qspi.c105 #define QSPI_CKPHA(n) (1 << (2 + n * 8)) macro
675 qspi->dc |= QSPI_CKPHA(spi_get_chipselect(spi, 0)); in ti_qspi_start_transfer_one()