Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/mach-pxa/
Dmainstone.c329 MST_MSCWR1 &= ~MST_MSCWR1_MS_SEL; in mainstone_mci_init()
345 MST_MSCWR1 |= MST_MSCWR1_MMC_ON; in mainstone_mci_setpower()
346 MST_MSCWR1 &= ~MST_MSCWR1_MS_SEL; in mainstone_mci_setpower()
349 MST_MSCWR1 &= ~MST_MSCWR1_MMC_ON; in mainstone_mci_setpower()
375 MST_MSCWR1 &= ~MST_MSCWR1_IRDA_FIR; in mainstone_irda_transceiver_mode()
377 MST_MSCWR1 |= MST_MSCWR1_IRDA_FIR; in mainstone_irda_transceiver_mode()
381 MST_MSCWR1 = (MST_MSCWR1 & ~MST_MSCWR1_IRDA_MASK) | MST_MSCWR1_IRDA_OFF; in mainstone_irda_transceiver_mode()
383 MST_MSCWR1 = (MST_MSCWR1 & ~MST_MSCWR1_IRDA_MASK) | MST_MSCWR1_IRDA_FULL; in mainstone_irda_transceiver_mode()
/Linux-v4.19/arch/arm/mach-pxa/include/mach/
Dmainstone.h37 #define MST_MSCWR1 __MST_REG(0x08000080) macro