Searched refs:OMAP_PIN_INPUT_PULLUP (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/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 | 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()
|