Lines Matching full:od
27 #define OD (1 << 25) macro
30 /* oe = 0, pu = 0, od = 0 */
32 /* oe = 0, pu = 1, od = 0 */
34 /* oe = 1, pu = 0, od = 0 */
36 /* oe = 1, pu = 1, od = 0 */
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)
95 int oe = 0, pu = 0, od = 0; in sti_pin_configure() local
129 oe = 0; pu = 0; od = 0; in sti_pin_configure()
132 oe = 0; pu = 1; od = 0; in sti_pin_configure()
135 oe = 1; pu = 0; od = 0; in sti_pin_configure()
138 oe = 1; pu = 0; od = 1; in sti_pin_configure()
141 oe = 1; pu = 1; od = 1; in sti_pin_configure()
203 if (od) in sti_pin_configure()