Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/boot/dts/
Dst-pincfg.h14 #define OE (1 << 27) macro
34 #define OUT (OE)
36 #define BIDIR (OE | OD)
38 #define BIDIR_PU (OE | PU | OD)
Domap5-uevm.dts51 <&gpio9 1 GPIO_ACTIVE_HIGH>, /* TCA6424A P00, LS OE */
Ddove-sbc-a510.dts62 * 1.5 Camera Input FPC OE and P21.19
Domap4-panda-common.dtsi151 <&gpio2 9 GPIO_ACTIVE_HIGH>, /* 41, LS OE */
Domap4-sdp.dts167 <&gpio2 9 GPIO_ACTIVE_HIGH>, /* 41, LS OE */
Dam57xx-beagle-x15.dts129 <&gpio6 28 GPIO_ACTIVE_HIGH>, /* gpio6_28, LS OE */
Ddra72-evm.dts82 <&pcf_hdmi 5 GPIO_ACTIVE_HIGH>, /* P5, LS OE */
/linux-4.4.14/Documentation/devicetree/bindings/display/ti/
Dti,tpd12s015.txt8 - gpios: CT CP HPD, LS OE and HPD gpios
21 <&gpio2 9 GPIO_ACTIVE_HIGH>, /* 41, LS OE */
Dti,omap-dss.txt148 <&gpio2 9 GPIO_ACTIVE_HIGH>, /* 41, LS OE */
/linux-4.4.14/arch/blackfin/include/asm/
Dbfin_serial.h92 #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/
Dbfin_uart.c292 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/
Dti-gpmc.txt54 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/
Dbootbus.txt36 - cavium,t-oe: A cell specifying the OE timing (in nS).
/linux-4.4.14/Documentation/devicetree/bindings/memory-controllers/
Darm,pl172.txt71 enable (OE signal) in nano seconds.
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/
Dpinctrl-st.txt8 When a pin is in GPIO mode, Output Enable (OE), Open Drain(OD), and
/linux-4.4.14/drivers/pinctrl/
Dpinctrl-st.c139 #define ST_PINCONF_UNPACK_OE(conf) ST_PINCONF_UNPACK(conf, OE)
140 #define ST_PINCONF_PACK_OE(conf) ST_PINCONF_PACK(conf, 1, OE)