HomeSort by: relevance | last modified time | path
    Searched defs:OE (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
st-pincfg.h 17 #define OE (1 << 27)
32 /* oe = 0, pu = 0, od = 0 */
34 /* oe = 0, pu = 1, od = 0 */
36 /* oe = 1, pu = 0, od = 0 */
37 #define OUT (OE)
38 /* oe = 1, pu = 0, od = 1 */
39 #define BIDIR (OE | OD)
40 /* oe = 1, pu = 1, od = 1 */
41 #define BIDIR_PU (OE | PU | OD)
  /src/usr.bin/tip/
tip.c 93 char *OE;
  /src/sys/arch/powerpc/powerpc/
db_disasm.c 669 u_int OE;
670 OE = extract_field(instr, 31 - 21, 1);
671 if (OE) {

Completed in 12 milliseconds