Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arm/mach-pxa/
Dmainstone.c327 MST_MSCWR1 &= ~MST_MSCWR1_MS_SEL; in mainstone_mci_init()
343 MST_MSCWR1 |= MST_MSCWR1_MMC_ON; in mainstone_mci_setpower()
344 MST_MSCWR1 &= ~MST_MSCWR1_MS_SEL; in mainstone_mci_setpower()
347 MST_MSCWR1 &= ~MST_MSCWR1_MMC_ON; in mainstone_mci_setpower()
370 MST_MSCWR1 &= ~MST_MSCWR1_IRDA_FIR; in mainstone_irda_transceiver_mode()
372 MST_MSCWR1 |= MST_MSCWR1_IRDA_FIR; in mainstone_irda_transceiver_mode()
376 MST_MSCWR1 = (MST_MSCWR1 & ~MST_MSCWR1_IRDA_MASK) | MST_MSCWR1_IRDA_OFF; in mainstone_irda_transceiver_mode()
378 MST_MSCWR1 = (MST_MSCWR1 & ~MST_MSCWR1_IRDA_MASK) | MST_MSCWR1_IRDA_FULL; in mainstone_irda_transceiver_mode()
/Linux-v5.4/arch/arm/mach-pxa/include/mach/
Dmainstone.h34 #define MST_MSCWR1 __MST_REG(0x08000080) macro