| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/hisilicon/ |
| H 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>; 326 pinctrl-single,bias-pullup = <PULL_DIS PULL_UP PULL_DIS PULL_UP>; 338 pinctrl-single,bias-pullup = <PULL_DIS PULL_UP PULL_DIS PULL_UP>; 347 pinctrl-single,bias-pullup = <PULL_DIS PULL_UP PULL_DIS PULL_UP>; [all …]
|
| H 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 …]
|
| H A D | hikey970-pinctrl.dtsi | 85 PULL_UP 87 PULL_UP 109 PULL_UP 111 PULL_UP 133 PULL_UP 135 PULL_UP 157 PULL_UP 159 PULL_UP 179 PULL_UP 181 PULL_UP [all …]
|
| /OK3568_Linux_fs/kernel/include/dt-bindings/pinctrl/ |
| H 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)
|
| H 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)
|
| H 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)
|
| H 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)
|
| H 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)
|
| H A D | am33xx.h | 29 #define PIN_OUTPUT_PULLUP (PULL_UP) 32 #define PIN_INPUT_PULLUP (INPUT_EN | PULL_UP)
|
| H A D | hisi.h | 33 #define PULL_UP (1 << 0) macro
|
| /OK3568_Linux_fs/u-boot/include/dt-bindings/pinctrl/ |
| H A D | am43xx.h | 19 #define PULL_UP (1 << 17) macro 27 #define PIN_OUTPUT_PULLUP (PULL_UP) 30 #define PIN_INPUT_PULLUP (INPUT_EN | PULL_UP)
|
| H A D | dra.h | 55 #define PULL_UP (1 << 17) macro 63 #define PIN_OUTPUT_PULLUP (PULL_UP) 67 #define PIN_INPUT_PULLUP (PULL_ENA | INPUT_EN | PULL_UP)
|
| H A D | omap.h | 25 #define PULL_UP (1 << 4) macro 42 #define PIN_OUTPUT_PULLUP (PIN_OUTPUT | PULL_ENA | PULL_UP) 45 #define PIN_INPUT_PULLUP (PULL_ENA | INPUT_EN | PULL_UP)
|
| H A D | am33xx.h | 27 #define PIN_OUTPUT_PULLUP (PULL_UP) 30 #define PIN_INPUT_PULLUP (INPUT_EN | PULL_UP)
|
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/armv8/hisilicon/ |
| H A D | pinmux.c | 27 writel(DRIVE1_02MA | PULL_UP, &pmx1->iocfg[49]); /* UART0_RXD */ in hi6220_uart_config() 28 writel(DRIVE1_02MA | PULL_UP, &pmx1->iocfg[50]); /* UART0_TXD */ in hi6220_uart_config() 37 writel(DRIVE1_02MA | PULL_UP, &pmx1->iocfg[51]); /*UART1_CTS_N*/ in hi6220_uart_config() 38 writel(DRIVE1_02MA | PULL_UP, &pmx1->iocfg[53]); /* UART1_RXD */ in hi6220_uart_config() 125 tmp = DRIVE1_04MA | PULL_UP; in hi6220_mmc_config()
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-omap5/ |
| H A D | mux_dra7xx.h | 31 #define PULL_UP (1 << 17) macro 37 #define PIN_OUTPUT_PULLUP (PULL_UP) 41 #define PIN_INPUT_PULLUP (PULL_ENA | INPUT_EN | PULL_UP)
|
| /OK3568_Linux_fs/u-boot/board/ti/dra7xx/ |
| H A D | mux_data.h | 148 {DCAN1_TX, (M15 | PULL_UP)}, /* dcan1_tx.safe for dcan1_tx */ 160 {WAKEUP0, (M15 | PULL_UP)}, /* Wakeup0.safe for dcan1_rx */ 161 {WAKEUP3, (M1 | PULL_ENA | PULL_UP)}, /* Wakeup3.sys_nirq1 */ 358 {DCAN1_TX, (M15 | PULL_UP)}, /* dcan1_tx.safe for dcan1_tx */ 370 {WAKEUP0, (M15 | PULL_UP)}, /* Wakeup0.safe for dcan1_rx */ 371 {WAKEUP3, (M1 | PULL_ENA | PULL_UP)}, /* Wakeup3.sys_nirq1 */ 685 {DCAN1_TX, (M15 | PULL_UP)}, /* dcan1_tx.safe for dcan1_tx */ 697 {WAKEUP0, (M15 | PULL_UP)}, /* Wakeup0.safe for dcan1_rx */
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H 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 */
|
| H 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 */
|
| H 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 */
|
| H 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 */
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-hi6220/ |
| H A D | pinmux.h | 27 #define PULL_UP (1 << 0) macro
|
| /OK3568_Linux_fs/kernel/drivers/pinctrl/bcm/ |
| H 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()
|
| /OK3568_Linux_fs/u-boot/drivers/pinctrl/ |
| H A D | pinctrl-at91.c | 29 #define PULL_UP BIT(0) macro 323 if ((config & PULL_UP) && (config & PULL_DOWN)) in at91_pinconf_set() 328 at91_mux_set_pullup(pio, mask, config & PULL_UP); in at91_pinconf_set()
|
| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | dra72-evm-common.dtsi | 208 DRA7XX_CORE_IOPAD(0x3818, PULL_UP | MUX_MODE1) /* wakeup0.dcan1_rx */ 214 DRA7XX_CORE_IOPAD(0x37d0, MUX_MODE15 | PULL_UP) /* dcan1_tx.off */ 215 DRA7XX_CORE_IOPAD(0x3818, MUX_MODE15 | PULL_UP) /* wakeup0.off */
|