Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/mach-omap2/
Dhsmmc.c156 OMAP_PIN_INPUT_PULLUP); in omap_hsmmc_mux()
160 OMAP_PIN_INPUT_PULLUP); in omap_hsmmc_mux()
164 OMAP_PIN_INPUT_PULLUP); in omap_hsmmc_mux()
168 OMAP_PIN_INPUT_PULLUP); in omap_hsmmc_mux()
170 OMAP_PIN_INPUT_PULLUP); in omap_hsmmc_mux()
172 OMAP_PIN_INPUT_PULLUP); in omap_hsmmc_mux()
176 OMAP_PIN_INPUT_PULLUP); in omap_hsmmc_mux()
178 OMAP_PIN_INPUT_PULLUP); in omap_hsmmc_mux()
180 OMAP_PIN_INPUT_PULLUP); in omap_hsmmc_mux()
185 OMAP_PIN_INPUT_PULLUP); in omap_hsmmc_mux()
[all …]
Dboard-rx51-peripherals.c453 OMAP3_MUX(SDMMC2_CMD, OMAP_PIN_INPUT_PULLUP | OMAP_MUX_MODE0),
454 OMAP3_MUX(SDMMC2_DAT0, OMAP_PIN_INPUT_PULLUP | OMAP_MUX_MODE0),
455 OMAP3_MUX(SDMMC2_DAT1, OMAP_PIN_INPUT_PULLUP | OMAP_MUX_MODE0),
456 OMAP3_MUX(SDMMC2_DAT2, OMAP_PIN_INPUT_PULLUP | OMAP_MUX_MODE0),
457 OMAP3_MUX(SDMMC2_DAT3, OMAP_PIN_INPUT_PULLUP | OMAP_MUX_MODE0),
458 OMAP3_MUX(SDMMC2_DAT4, OMAP_PIN_INPUT_PULLUP | OMAP_MUX_MODE0),
459 OMAP3_MUX(SDMMC2_DAT5, OMAP_PIN_INPUT_PULLUP | OMAP_MUX_MODE0),
460 OMAP3_MUX(SDMMC2_DAT6, OMAP_PIN_INPUT_PULLUP | OMAP_MUX_MODE0),
461 OMAP3_MUX(SDMMC2_DAT7, OMAP_PIN_INPUT_PULLUP | OMAP_MUX_MODE0),
1200 omap_mux_init_gpio(RX51_TSC2005_IRQ_GPIO, OMAP_PIN_INPUT_PULLUP); in rx51_init_tsc2005()
Dusb-host.c68 OMAP_PIN_INPUT_PULLUP); in setup_ehci_io_mux()
123 OMAP_PIN_INPUT_PULLUP); in setup_ehci_io_mux()
159 OMAP_PIN_INPUT_PULLUP); in setup_ehci_io_mux()
Dboard-omap3beagle.c138 omap_mux_init_gpio(171, OMAP_PIN_INPUT_PULLUP); in omap3_beagle_init_rev()
139 omap_mux_init_gpio(172, OMAP_PIN_INPUT_PULLUP); in omap3_beagle_init_rev()
140 omap_mux_init_gpio(173, OMAP_PIN_INPUT_PULLUP); in omap3_beagle_init_rev()
Dboard-cm-t35.c570 OMAP3_MUX(UART3_CTS_RCTX, OMAP_MUX_MODE4 | OMAP_PIN_INPUT_PULLUP),
574 OMAP3_MUX(GPMC_WAIT3, OMAP_MUX_MODE4 | OMAP_PIN_INPUT_PULLUP),
609 OMAP3_MUX(MCBSP1_FSX, OMAP_MUX_MODE1 | OMAP_PIN_INPUT_PULLUP),
669 OMAP_PIN_INPUT_PULLUP),
Dtwl-common.c60 omap_mux_init_signal("sys_nirq", OMAP_PIN_INPUT_PULLUP | OMAP_PIN_OFF_WAKEUPENABLE); in omap_pmic_init()
77 omap_mux_init_signal("sys_nirq1", OMAP_PIN_INPUT_PULLUP | OMAP_PIN_OFF_WAKEUPENABLE); in omap4_pmic_init()
Dmux.h42 #define OMAP_PIN_INPUT_PULLUP (OMAP_PULL_ENA | OMAP_INPUT_EN \ macro
Dmux.c551 OMAP_MUX_TEST_FLAG(val, OMAP_PIN_INPUT_PULLUP); in omap_mux_decode()