Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/mach-pxa/
Dmainstone.c328 MST_MSCWR1 &= ~MST_MSCWR1_MS_SEL; in mainstone_mci_init()
344 MST_MSCWR1 |= MST_MSCWR1_MMC_ON; in mainstone_mci_setpower()
345 MST_MSCWR1 &= ~MST_MSCWR1_MS_SEL; in mainstone_mci_setpower()
348 MST_MSCWR1 &= ~MST_MSCWR1_MMC_ON; in mainstone_mci_setpower()
374 MST_MSCWR1 &= ~MST_MSCWR1_IRDA_FIR; in mainstone_irda_transceiver_mode()
376 MST_MSCWR1 |= MST_MSCWR1_IRDA_FIR; in mainstone_irda_transceiver_mode()
380 MST_MSCWR1 = (MST_MSCWR1 & ~MST_MSCWR1_IRDA_MASK) | MST_MSCWR1_IRDA_OFF; in mainstone_irda_transceiver_mode()
382 MST_MSCWR1 = (MST_MSCWR1 & ~MST_MSCWR1_IRDA_MASK) | MST_MSCWR1_IRDA_FULL; in mainstone_irda_transceiver_mode()
/linux-4.4.14/arch/arm/mach-pxa/include/mach/
Dmainstone.h37 #define MST_MSCWR1 __MST_REG(0x08000080) macro