Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/spi/
H A Domap3_spi.c52 #define OMAP3_MCSPI_MODULCTRL_MS BIT(2) macro
451 conf &= ~(OMAP3_MCSPI_MODULCTRL_STEST | OMAP3_MCSPI_MODULCTRL_MS); in _omap3_spi_claim_bus()
489 writel(OMAP3_MCSPI_MODULCTRL_MS, &priv->regs->modulctrl); in spi_release_bus()
598 writel(OMAP3_MCSPI_MODULCTRL_MS, &priv->regs->modulctrl); in omap3_spi_release_bus()