Home
last modified time | relevance | path

Searched refs:PULL_ENA (Results 1 – 5 of 5) sorted by relevance

/rk3399_rockchip-uboot/include/dt-bindings/pinctrl/
H A Domap.h24 #define PULL_ENA (1 << 3) macro
42 #define PIN_OUTPUT_PULLUP (PIN_OUTPUT | PULL_ENA | PULL_UP)
43 #define PIN_OUTPUT_PULLDOWN (PIN_OUTPUT | PULL_ENA)
45 #define PIN_INPUT_PULLUP (PULL_ENA | INPUT_EN | PULL_UP)
46 #define PIN_INPUT_PULLDOWN (PULL_ENA | INPUT_EN)
H A Ddra.h53 #define PULL_ENA (0 << 16) macro
67 #define PIN_INPUT_PULLUP (PULL_ENA | INPUT_EN | PULL_UP)
68 #define PIN_INPUT_PULLDOWN (PULL_ENA | INPUT_EN)
H A Dam33xx.h11 #undef PULL_ENA
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-omap5/
H A Dmux_dra7xx.h29 #define PULL_ENA (0 << 16) macro
41 #define PIN_INPUT_PULLUP (PULL_ENA | INPUT_EN | PULL_UP)
42 #define PIN_INPUT_PULLDOWN (PULL_ENA | INPUT_EN)
/rk3399_rockchip-uboot/board/ti/dra7xx/
H A Dmux_data.h161 {WAKEUP3, (M1 | PULL_ENA | PULL_UP)}, /* Wakeup3.sys_nirq1 */
371 {WAKEUP3, (M1 | PULL_ENA | PULL_UP)}, /* Wakeup3.sys_nirq1 */