Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/mach-pxa/
Dmainstone.c317 MST_MSCWR1 &= ~MST_MSCWR1_MS_SEL; in mainstone_mci_init()
333 MST_MSCWR1 |= MST_MSCWR1_MMC_ON; in mainstone_mci_setpower()
334 MST_MSCWR1 &= ~MST_MSCWR1_MS_SEL; in mainstone_mci_setpower()
337 MST_MSCWR1 &= ~MST_MSCWR1_MMC_ON; in mainstone_mci_setpower()
363 MST_MSCWR1 &= ~MST_MSCWR1_IRDA_FIR; in mainstone_irda_transceiver_mode()
365 MST_MSCWR1 |= MST_MSCWR1_IRDA_FIR; in mainstone_irda_transceiver_mode()
369 MST_MSCWR1 = (MST_MSCWR1 & ~MST_MSCWR1_IRDA_MASK) | MST_MSCWR1_IRDA_OFF; in mainstone_irda_transceiver_mode()
371 MST_MSCWR1 = (MST_MSCWR1 & ~MST_MSCWR1_IRDA_MASK) | MST_MSCWR1_IRDA_FULL; in mainstone_irda_transceiver_mode()
/linux-4.1.27/arch/arm/mach-pxa/include/mach/
Dmainstone.h37 #define MST_MSCWR1 __MST_REG(0x08000080) macro