Searched refs:OMAP_PIN_INPUT_PULLUP (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/arch/arm/mach-omap2/ |
D | hsmmc.c | 156 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 …]
|
D | board-rx51-peripherals.c | 453 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()
|
D | usb-host.c | 68 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()
|
D | board-omap3beagle.c | 138 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()
|
D | board-cm-t35.c | 570 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),
|
D | twl-common.c | 60 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()
|
D | mux.h | 42 #define OMAP_PIN_INPUT_PULLUP (OMAP_PULL_ENA | OMAP_INPUT_EN \ macro
|
D | mux.c | 551 OMAP_MUX_TEST_FLAG(val, OMAP_PIN_INPUT_PULLUP); in omap_mux_decode()
|