Home
last modified time | relevance | path

Searched refs:MCSPI_PINDIR_D0_IN_D1_OUT (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/platform_data/
H A Dspi-omap2-mcspi.h7 #define MCSPI_PINDIR_D0_IN_D1_OUT 0 macro
/openbmc/u-boot/drivers/spi/
H A Domap3_spi.c79 #define MCSPI_PINDIR_D0_IN_D1_OUT 0 macro
386 if (priv->pin_dir == MCSPI_PINDIR_D0_IN_D1_OUT) { in _omap3_spi_set_mode()
629 priv->pin_dir = MCSPI_PINDIR_D0_IN_D1_OUT; in omap3_spi_probe()
/openbmc/linux/drivers/spi/
H A Dspi-omap2-mcspi.c935 if (mcspi->pin_dir == MCSPI_PINDIR_D0_IN_D1_OUT) { in omap2_mcspi_setup_transfer()