Searched refs:OE (Results 1 – 16 of 16) sorted by relevance
/linux-4.4.14/arch/arm/boot/dts/ |
D | st-pincfg.h | 14 #define OE (1 << 27) macro 34 #define OUT (OE) 36 #define BIDIR (OE | OD) 38 #define BIDIR_PU (OE | PU | OD)
|
D | omap5-uevm.dts | 51 <&gpio9 1 GPIO_ACTIVE_HIGH>, /* TCA6424A P00, LS OE */
|
D | dove-sbc-a510.dts | 62 * 1.5 Camera Input FPC OE and P21.19
|
D | omap4-panda-common.dtsi | 151 <&gpio2 9 GPIO_ACTIVE_HIGH>, /* 41, LS OE */
|
D | omap4-sdp.dts | 167 <&gpio2 9 GPIO_ACTIVE_HIGH>, /* 41, LS OE */
|
D | am57xx-beagle-x15.dts | 129 <&gpio6 28 GPIO_ACTIVE_HIGH>, /* gpio6_28, LS OE */
|
D | dra72-evm.dts | 82 <&pcf_hdmi 5 GPIO_ACTIVE_HIGH>, /* P5, LS OE */
|
/linux-4.4.14/Documentation/devicetree/bindings/display/ti/ |
D | ti,tpd12s015.txt | 8 - gpios: CT CP HPD, LS OE and HPD gpios 21 <&gpio2 9 GPIO_ACTIVE_HIGH>, /* 41, LS OE */
|
D | ti,omap-dss.txt | 148 <&gpio2 9 GPIO_ACTIVE_HIGH>, /* 41, LS OE */
|
/linux-4.4.14/arch/blackfin/include/asm/ |
D | bfin_serial.h | 92 #define OE 0x02 /* Overrun Error */ macro 126 #define OE 0x02 /* Overrun Error */ macro 406 put_lsr_cache(p, get_lsr_cache(p) | (lsr & (BI|FE|PE|OE))); in UART_GET_LSR()
|
/linux-4.4.14/drivers/tty/serial/ |
D | bfin_uart.c | 292 if (status & OE) in bfin_serial_rx_chars() 311 uart_insert_char(&uart->port, status, OE, ch, flg); in bfin_serial_rx_chars() 432 if (status & OE) in bfin_serial_dma_rx_chars() 454 uart_insert_char(&uart->port, status, OE, in bfin_serial_dma_rx_chars() 835 port->read_status_mask = OE; in bfin_serial_set_termios() 854 port->ignore_status_mask |= OE; in bfin_serial_set_termios()
|
/linux-4.4.14/Documentation/devicetree/bindings/bus/ |
D | ti-gpmc.txt | 54 OE signals timings (in nanoseconds) corresponding to GPMC_CONFIG4: 78 - gpmc,oe-extra-delay: OE signal is delayed by half GPMC clock
|
/linux-4.4.14/Documentation/devicetree/bindings/mips/cavium/ |
D | bootbus.txt | 36 - cavium,t-oe: A cell specifying the OE timing (in nS).
|
/linux-4.4.14/Documentation/devicetree/bindings/memory-controllers/ |
D | arm,pl172.txt | 71 enable (OE signal) in nano seconds.
|
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/ |
D | pinctrl-st.txt | 8 When a pin is in GPIO mode, Output Enable (OE), Open Drain(OD), and
|
/linux-4.4.14/drivers/pinctrl/ |
D | pinctrl-st.c | 139 #define ST_PINCONF_UNPACK_OE(conf) ST_PINCONF_UNPACK(conf, OE) 140 #define ST_PINCONF_PACK_OE(conf) ST_PINCONF_PACK(conf, 1, OE)
|