Lines Matching defs:out
82 /* high to read data in or-ed with data out */
623 * out(dport, in(dport) & d_val[2] | d_val[signal_state])
624 * out(cport, in(cport) & c_val[2] | c_val[signal_state])
1374 * corresponding to out and in bits respectively.
1389 int in, out, bit, neg;
1403 out = *name - '0';
1404 om |= BIT(out);
1406 out = 8;
1411 bit = (out * 5) + in;
1635 /* TODO: This two are a little hacky, sort it out later */