Searched refs:OE (Results 1 – 9 of 9) sorted by relevance
/u-boot/arch/arm/dts/ |
A D | st-pincfg.h | 15 #define OE (1 << 27) macro 35 #define OUT (OE) 37 #define BIDIR (OE | OD) 39 #define BIDIR_PU (OE | PU | OD)
|
A D | am57xx-beagle-x15-revc.dts | 17 <&gpio2 30 GPIO_ACTIVE_HIGH>, /* gpio2_30, LS OE */
|
A D | am57xx-beagle-x15-revb1.dts | 17 <&gpio2 30 GPIO_ACTIVE_HIGH>, /* gpio2_30, LS OE */
|
A D | am57xx-beagle-x15.dts | 18 <&gpio6 28 GPIO_ACTIVE_HIGH>, /* gpio6_28, LS OE */
|
A D | omap5-uevm.dts | 167 <&gpio9 1 GPIO_ACTIVE_HIGH>, /* TCA6424A P00, LS OE */
|
A D | omap4-panda-common.dtsi | 171 <&gpio2 9 GPIO_ACTIVE_HIGH>, /* 41, LS OE */
|
A D | dra72-evm-common.dtsi | 116 <&pcf_hdmi 5 GPIO_ACTIVE_HIGH>, /* P5, LS OE */
|
A D | omap4-sdp.dts | 169 <&gpio2 9 GPIO_ACTIVE_HIGH>, /* 41, LS OE */
|
/u-boot/drivers/pinctrl/ |
A D | pinctrl-sti.c | 25 #define OE (1 << 27) macro 37 #define OUT (OE) 39 #define OUT_PU (OE | PU) 41 #define BIDIR (OE | OD) 43 #define BIDIR_PU (OE | PU | OD)
|
Completed in 12 milliseconds