Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/spi/
H A Dti_qspi.c46 #define QSPI_CKPOL(n) (1 << (n*8)) macro
151 priv->dc |= QSPI_CKPOL(0); in __ti_qspi_set_mode()
/openbmc/linux/drivers/spi/
H A Dspi-ti-qspi.c107 #define QSPI_CKPOL(n) (1 << (n * 8)) macro
677 qspi->dc |= QSPI_CKPOL(spi_get_chipselect(spi, 0)); in ti_qspi_start_transfer_one()