Home
last modified time | relevance | path

Searched refs:OE (Results 1 – 20 of 20) sorted by relevance

/linux/arch/arm/boot/dts/st/
H A Dst-pincfg.h15 #define OE (1 << 27) macro
35 #define OUT (OE)
37 #define BIDIR (OE | OD)
39 #define BIDIR_PU (OE | PU | OD)
/linux/Documentation/devicetree/bindings/display/ti/
H A Dti,tpd12s015.txt8 - gpios: CT CP HPD, LS OE and HPD gpios
21 <&gpio2 9 GPIO_ACTIVE_HIGH>, /* 41, LS OE */
H A Dti,omap-dss.txt148 <&gpio2 9 GPIO_ACTIVE_HIGH>, /* 41, LS OE */
/linux/arch/arm/boot/dts/ti/omap/
H A Dam57xx-beagle-x15-revc.dts14 <&gpio2 30 GPIO_ACTIVE_HIGH>, /* gpio2_30, LS OE */
H A Dam57xx-beagle-x15-revb1.dts14 <&gpio2 30 GPIO_ACTIVE_HIGH>, /* gpio2_30, LS OE */
H A Dam57xx-beagle-x15.dts15 <&gpio6 28 GPIO_ACTIVE_HIGH>, /* gpio6_28, LS OE */
H A Domap5-uevm.dts187 <&gpio9 1 GPIO_ACTIVE_HIGH>, /* TCA6424A P00, LS OE */
H A Ddra76-evm.dts178 <&gpio7 31 GPIO_ACTIVE_HIGH>, /* gpio7_31, LS OE */
H A Domap4-panda-common.dtsi191 <&gpio2 9 GPIO_ACTIVE_HIGH>, /* 41, LS OE */
H A Ddra72-evm-common.dtsi124 <&pcf_hdmi 5 GPIO_ACTIVE_HIGH>, /* P5, LS OE */
H A Domap4-sdp.dts171 <&gpio2 9 GPIO_ACTIVE_HIGH>, /* 41, LS OE */
/linux/Documentation/devicetree/bindings/bus/
H A Dnvidia,tegra20-gmi.txt49 - nvidia,snor-oe-active-high: WE/OE signal is active high
67 - nvidia,snor-oe-width: Number of cycles during which OE stays asserted.
/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6ull-colibri-aster.dtsi68 * 127 - Voltage Level Translator OE# signal (IC11 and IC12)
/linux/Documentation/i2c/busses/
H A Di2c-mlxcpld.rst38 OE (output enable) is delayed by value set to this register
/linux/Documentation/devicetree/bindings/mips/cavium/
H A Dbootbus.txt36 - cavium,t-oe: A cell specifying the OE timing (in nS).
/linux/Documentation/devicetree/bindings/memory-controllers/
H A Darm,pl172.txt71 enable (OE signal) in nano seconds.
/linux/arch/arm/boot/dts/marvell/
H A Ddove-sbc-a510.dts62 * 1.5 Camera Input FPC OE and P21.19
/linux/Documentation/devicetree/bindings/pinctrl/
H A Dpinctrl-st.txt8 When a pin is in GPIO mode, Output Enable (OE), Open Drain(OD), and
/linux/drivers/pinctrl/renesas/
H A Dpinctrl-rzv2m.c86 #define OE(n) (0x04 + (n) * 0x40) macro
765 rzv2m_writel_we(pctrl->base + OE(port), bit, output); in rzv2m_gpio_set_direction()
/linux/drivers/pinctrl/
H A Dpinctrl-st.c141 #define ST_PINCONF_UNPACK_OE(conf) ST_PINCONF_UNPACK(conf, OE)
142 #define ST_PINCONF_PACK_OE(conf) ST_PINCONF_PACK(conf, 1, OE)