Home
last modified time | relevance | path

Searched full:oe (Results 1 – 25 of 194) sorted by relevance

12345678

/freebsd/sys/contrib/device-tree/src/arm/st/
H A Dst-pincfg.h15 #define OE (1 << 27) macro
30 /* oe = 0, pu = 0, od = 0 */
32 /* oe = 0, pu = 1, od = 0 */
34 /* oe = 1, pu = 0, od = 0 */
35 #define OUT (OE)
36 /* oe = 1, pu = 0, od = 1 */
37 #define BIDIR (OE | OD)
38 /* oe = 1, pu = 1, od = 1 */
39 #define BIDIR_PU (OE | PU | OD)
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Didt,versaclock5.yaml38 SH SP Output when the SD/OE pin is Low/High
88 shut down if the SD/OE pin is driven high. If 0, this disables the
90 the value of the SD/OE pin. This property corresponds to the SH
97 If 1, this enables output when the SD/OE pin is high, and disables
98 output when the SD/OE pin is low. If 0, this disables output when
99 the SD/OE pin is high, and enables output when the SD/OE pin is
179 /* Set the SD/OE pin's settings */
/freebsd/usr.bin/sed/
H A Dmisc.c58 static char *oe; in strregerror() local
61 if (oe != NULL) in strregerror()
62 free(oe); in strregerror()
64 if ((oe = malloc(s)) == NULL) in strregerror()
66 (void)regerror(errcode, preg, oe, s); in strregerror()
67 return (oe); in strregerror()
/freebsd/tools/tools/locale/etc/charmaps/
H A DeucKR.TXT480 0x8261 0xAD36 #HANGUL SYLLABLE KIYEOK OE SSANGKIYEOK
481 0x8262 0xAD37 #HANGUL SYLLABLE KIYEOK OE KIYEOKSIOS
482 0x8263 0xAD39 #HANGUL SYLLABLE KIYEOK OE NIEUNCIEUC
483 0x8264 0xAD3A #HANGUL SYLLABLE KIYEOK OE NIEUNHIEUH
484 0x8265 0xAD3B #HANGUL SYLLABLE KIYEOK OE TIKEUT
485 0x8266 0xAD3D #HANGUL SYLLABLE KIYEOK OE RIEULKIYEOK
486 0x8267 0xAD3E #HANGUL SYLLABLE KIYEOK OE RIEULMIEUM
487 0x8268 0xAD3F #HANGUL SYLLABLE KIYEOK OE RIEULPIEUP
488 0x8269 0xAD40 #HANGUL SYLLABLE KIYEOK OE RIEULSIOS
489 0x826A 0xAD41 #HANGUL SYLLABLE KIYEOK OE RIEULTHIEUTH
[all …]
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/
H A Dti,gpmc-child.yaml75 # OE signals timings corresponding to GPMC_CONFIG4:
76 gpmc,oe-on-ns:
80 gpmc,oe-off-ns:
84 gpmc,oe-aad-mux-on-ns:
88 gpmc,oe-aad-mux-off-ns:
148 gpmc,oe-extra-delay:
149 description: OE signal is delayed by half GPMC clock
H A Domap-gpmc.txt74 OE signals timings (in nanoseconds) corresponding to GPMC_CONFIG4:
75 - gpmc,oe-on-ns: Assertion time
76 - gpmc,oe-off-ns: Deassertion time
77 - gpmc,oe-aad-mux-on-ns: Assertion time for AAD
78 - gpmc,oe-aad-mux-off-ns: Deassertion time for AAD
100 - gpmc,oe-extra-delay: OE signal is delayed by half GPMC clock
/freebsd/share/timedef/
H A Dfa_IR.UTF-8.src52 %Oy/%Om/%Oe
55 %Oe %B %Oy، ساعت %OH:%OM:%OS (%Z)
62 %Oe %B %Oy، ساعت %OH:%OM:%OS (%Z)
H A Dfa_AF.UTF-8.src52 %Oy/%Om/%Oe
55 %Oe %B %Oy، ساعت %OH:%OM:%OS (%Z)
62 %Oe %B %Oy، ساعت %OH:%OM:%OS (%Z)
/freebsd/sys/contrib/device-tree/Bindings/bus/
H A Dqcom,ebi2.txt9 data lines (16 bits), OE (output enable), ADV (address valid, used on some
78 drive the data bus after OE is de-asserted, in order to avoid contention on
99 - qcom,xmem-adv-to-oe-recovery-cycles: the number of cycles elapsed before an OE
101 2 means 2 cycles between ADV and OE. Valid values 0, 1, 2 or 3.
104 assertion to OE assertion. Valid values 0 thru 15.
H A Dqcom,ebi2.yaml16 data lines (16 bits), OE (output enable), ADV (address valid, used on some
116 The time the memory continues to drive the data bus after OE
173 qcom,xmem-adv-to-oe-recovery-cycles:
176 The number of cycles elapsed before an OE assertion, with
186 assertion to OE assertion.
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.
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
H A Domap3430-sdp.dts69 gpmc,oe-on-ns = <54>;
70 gpmc,oe-off-ns = <168>;
119 gpmc,oe-on-ns = <6>;
120 gpmc,oe-off-ns = <48>;
165 gpmc,oe-on-ns = <30>;
166 gpmc,oe-off-ns = <84>;
H A Domap-gpmc-smsc911x.dtsi36 gpmc,oe-on-ns = <45>;
37 gpmc,oe-off-ns = <140>;
H A Domap-gpmc-smsc9221.dtsi39 gpmc,oe-on-ns = <0>;
40 gpmc,oe-off-ns = <42>;
/freebsd/contrib/tcsh/
H A Ded.refresh.c588 Char *ofd, *ols, *oe, *nfd, *nls, *ne; in update_line() local
616 oe = o; in update_line()
617 *oe = (Char) 0; in update_line()
723 if ((oe - ols) < MIN_END_KEEP) { in update_line()
724 ols = oe; in update_line()
752 ols = oe; in update_line()
756 ols = oe; in update_line()
768 ols = oe; in update_line()
772 ols = oe; in update_line()
798 reprintf("ofd %d, osb %d, ose %d, ols %d, oe %d\n", in update_line()
[all …]
/freebsd/contrib/libedit/
H A Drefresh.c544 wchar_t *ofd, *ols, *oe, *nfd, *nls, *ne; in re_update_line() local
571 oe = o; in re_update_line()
572 *oe = '\0'; in re_update_line()
661 if ((oe - ols) < MIN_END_KEEP) { in re_update_line()
662 ols = oe; in re_update_line()
689 ols = oe; in re_update_line()
693 ols = oe; in re_update_line()
705 ols = oe; in re_update_line()
709 ols = oe; in re_update_line()
732 ELRE_DEBUG(1, (__F, "ofd %td, osb %td, ose %td, ols %td, oe %td\n", in re_update_line()
[all …]
/freebsd/usr.bin/tip/tip/
H A Dremote13 # oe output EOF string (default is NULL)
27 :el=^U^C^R^O^D^S^Q:ie=%$:oe=^D:tc=dial57600:
29 :el=^U^C^R^O^D^S^Q:ie=%$:oe=^D:tc=dial33600:
33 :el=^U^C^R^O^D^S^Q:ie=%$:oe=^Z:pa=none:tc=dial57600:
/freebsd/sys/contrib/device-tree/Bindings/mtd/
H A Dgpmc-nor.txt17 - gpmc,oe-on-ns: Output-enable assertion time
18 - gpmc,oe-off-ns: Output-enable de-assertion time
66 gpmc,oe-on-ns = <54>;
67 gpmc,oe-off-ns = <168>;
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dgpmc-eth.txt32 - gpmc,oe-on-ns: Output-enable assertion time
33 - gpmc,oe-off-ns: Output-enable de-assertion time
74 gpmc,oe-on-ns = <54>;
75 gpmc,oe-off-ns = <168>;
/freebsd/sys/contrib/device-tree/Bindings/mips/cavium/
H A Dbootbus.txt36 - cavium,t-oe: A cell specifying the OE timing (in nS).
90 cavium,t-oe = <60>;
110 cavium,t-oe = <270>;
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DGVNExpression.h217 const auto &OE = cast<BasicExpression>(Other); in equals() local
218 return getType() == OE.getType() && NumOperands == OE.NumOperands && in equals()
219 std::equal(op_begin(), op_end(), OE.op_begin()); in equals()
457 const AggregateValueExpression &OE = cast<AggregateValueExpression>(Other); in equals() local
458 return NumIntOperands == OE.NumIntOperands && in equals()
459 std::equal(int_op_begin(), int_op_end(), OE.int_op_begin()); in equals()
524 const PHIExpression &OE = cast<PHIExpression>(Other); in equals() local
525 return BB == OE.BB; in equals()
/freebsd/sys/contrib/device-tree/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 */
/freebsd/sys/contrib/device-tree/src/mips/cavium-octeon/
H A Docteon_3xxx.dtsi133 cavium,t-oe = <60>;
150 cavium,t-oe = <320>;
167 cavium,t-oe = <125>;
184 cavium,t-oe = <270>;
/freebsd/sys/arm/ti/
H A Dti_gpio.c390 uint32_t oe; in ti_gpio_pin_setflags() local
404 oe = ti_gpio_read_4(sc, TI_GPIO_OE); in ti_gpio_pin_setflags()
406 oe |= TI_GPIO_MASK(pin); in ti_gpio_pin_setflags()
408 oe &= ~TI_GPIO_MASK(pin); in ti_gpio_pin_setflags()
409 ti_gpio_write_4(sc, TI_GPIO_OE, oe); in ti_gpio_pin_setflags()
469 uint32_t oe, reg, val; in ti_gpio_pin_get() local
480 oe = ti_gpio_read_4(sc, TI_GPIO_OE); in ti_gpio_pin_get()
481 if (oe & TI_GPIO_MASK(pin)) in ti_gpio_pin_get()
584 /* Init OE register based on pads configuration. */ in ti_gpio_bank_init()
/freebsd/share/doc/usd/18.msdiffs/
H A Dms.diffs248 oe ligature \e\(**(oe \*(oe
249 OE ligature \e\(**(Oe \*(Oe

12345678