Searched refs:PULL_UP (Results 1 – 18 of 18) sorted by relevance
/linux/arch/arm64/boot/dts/hisilicon/ |
A D | hikey-pinctrl.dtsi | 252 pinctrl-single,bias-pullup = <PULL_UP PULL_UP PULL_DIS PULL_UP>; 261 pinctrl-single,bias-pullup = <PULL_DIS PULL_UP PULL_DIS PULL_UP>; 270 pinctrl-single,bias-pullup = <PULL_DIS PULL_UP PULL_DIS PULL_UP>; 287 pinctrl-single,bias-pullup = <PULL_UP PULL_UP PULL_DIS PULL_UP>; 296 pinctrl-single,bias-pullup = <PULL_DIS PULL_UP PULL_DIS PULL_UP>; 305 pinctrl-single,bias-pullup = <PULL_DIS PULL_UP PULL_DIS PULL_UP>; 313 pinctrl-single,bias-pullup = <PULL_DIS PULL_UP PULL_DIS PULL_UP>; 368 pinctrl-single,bias-pullup = <PULL_UP PULL_UP PULL_DIS PULL_UP>; 380 pinctrl-single,bias-pullup = <PULL_UP PULL_UP PULL_DIS PULL_UP>; 530 pinctrl-single,bias-pullup = <PULL_UP PULL_UP PULL_DIS PULL_UP>; [all …]
|
A D | hikey970-pinctrl.dtsi | 232 PULL_UP 234 PULL_UP 256 PULL_UP 258 PULL_UP 280 PULL_UP 282 PULL_UP 304 PULL_UP 306 PULL_UP 326 PULL_UP 328 PULL_UP [all …]
|
A D | hikey960-pinctrl.dtsi | 341 PULL_UP 343 PULL_UP 363 PULL_UP 365 PULL_UP 384 PULL_UP 386 PULL_UP 405 PULL_UP 407 PULL_UP 428 PULL_UP 430 PULL_UP [all …]
|
/linux/include/dt-bindings/pinctrl/ |
A D | dm814x.h | 12 #undef PULL_UP 22 #define PULL_UP (1 << 17) macro 34 #define PIN_OUTPUT_PULLUP (PULL_UP) 37 #define PIN_INPUT_PULLUP (INPUT_EN | PULL_UP)
|
A D | am43xx.h | 21 #define PULL_UP (1 << 17) macro 42 #define PIN_OUTPUT_PULLUP (PULL_UP) 45 #define PIN_INPUT_PULLUP (INPUT_EN | PULL_UP)
|
A D | k3.h | 18 #define PULL_UP (1 << PULLTYPESEL_SHIFT | PULL_ENABLE) macro 26 #define PIN_OUTPUT_PULLUP (INPUT_DISABLE | PULL_UP) 29 #define PIN_INPUT_PULLUP (INPUT_EN | PULL_UP)
|
A D | dra.h | 52 #define PULL_UP (1 << 17) macro 60 #define PIN_OUTPUT_PULLUP (PULL_UP) 64 #define PIN_INPUT_PULLUP (PULL_ENA | INPUT_EN | PULL_UP)
|
A D | omap.h | 24 #define PULL_UP (1 << 4) macro 39 #define PIN_OUTPUT_PULLUP (PIN_OUTPUT | PULL_ENA | PULL_UP) 42 #define PIN_INPUT_PULLUP (PULL_ENA | INPUT_EN | PULL_UP)
|
A D | am33xx.h | 29 #define PIN_OUTPUT_PULLUP (PULL_UP) 32 #define PIN_INPUT_PULLUP (INPUT_EN | PULL_UP)
|
A D | hisi.h | 33 #define PULL_UP (1 << 0) macro
|
/linux/arch/arm/boot/dts/ |
A D | dm8168-evm.dts | 70 DM816X_IOPAD(0x0b38, PULL_UP | MUX_MODE0) /* PINCTRL207 GPMC_CS0*/ 72 DM816X_IOPAD(0x0b54, PULL_UP | PULL_ENA | MUX_MODE0) /* PINCTRL214 GPMC_OE_RE */ 74 DM816X_IOPAD(0x0b50, PULL_UP | MUX_MODE0) /* PINCTRL213 GPMC_WE */
|
A D | dra72-evm-common.dtsi | 203 DRA7XX_CORE_IOPAD(0x3818, PULL_UP | MUX_MODE1) /* wakeup0.dcan1_rx */ 209 DRA7XX_CORE_IOPAD(0x37d0, MUX_MODE15 | PULL_UP) /* dcan1_tx.off */ 210 DRA7XX_CORE_IOPAD(0x3818, MUX_MODE15 | PULL_UP) /* wakeup0.off */
|
A D | dra7-evm.dts | 158 DRA7XX_CORE_IOPAD(0x3818, PULL_UP | MUX_MODE1) /* wakeup0.dcan1_rx */ 164 DRA7XX_CORE_IOPAD(0x37d0, MUX_MODE15 | PULL_UP) /* dcan1_tx.off */ 165 DRA7XX_CORE_IOPAD(0x3818, MUX_MODE15 | PULL_UP) /* wakeup0.off */
|
A D | am57xx-idk-common.dtsi | 170 DRA7XX_CORE_IOPAD(0x37d0, MUX_MODE15 | PULL_UP) /* dcan1_tx.off */ 171 DRA7XX_CORE_IOPAD(0x37d4, MUX_MODE15 | PULL_UP) /* dcan1_rx.off */
|
A D | am437x-gp-evm.dts | 610 AM4372_IOPAD(0x9a4, PULL_UP | MUX_MODE7) 611 AM4372_IOPAD(0x9a8, PULL_UP | MUX_MODE7)
|
/linux/drivers/pinctrl/bcm/ |
A D | pinctrl-bcm281xx.c | 1131 BCM281XX_PIN_SHIFT(STD, PULL_UP), in bcm281xx_std_pin_update() 1132 BCM281XX_PIN_MASK(STD, PULL_UP)); in bcm281xx_std_pin_update() 1140 BCM281XX_PIN_SHIFT(STD, PULL_UP), in bcm281xx_std_pin_update() 1141 BCM281XX_PIN_MASK(STD, PULL_UP)); in bcm281xx_std_pin_update() 1149 BCM281XX_PIN_SHIFT(STD, PULL_UP), in bcm281xx_std_pin_update() 1150 BCM281XX_PIN_MASK(STD, PULL_UP)); in bcm281xx_std_pin_update()
|
/linux/drivers/pinctrl/ |
A D | pinctrl-at91.c | 52 #define PULL_UP (1 << 0) macro 986 *config |= PULL_UP; in at91_pinconf_get() 1032 if (config & PULL_UP && config & PULL_DOWN) in at91_pinconf_set() 1037 at91_mux_set_pullup(pio, mask, config & PULL_UP); in at91_pinconf_set() 1088 DBG_SHOW_FLAG(PULL_UP); in at91_pinconf_dbg_show()
|
/linux/Documentation/devicetree/bindings/pinctrl/ |
A D | atmel,at91-pinctrl.txt | 89 PULL_UP (1 << 0): indicate this pin needs a pull up.
|
Completed in 36 milliseconds