Lines Matching defs:out
81 /* high to read data in or-ed with data out */
624 * out(dport, in(dport) & d_val[2] | d_val[signal_state])
625 * out(cport, in(cport) & c_val[2] | c_val[signal_state])
1424 * corresponding to out and in bits respectively.
1439 int in, out, bit, neg;
1453 out = *name - '0';
1454 om |= BIT(out);
1456 out = 8;
1461 bit = (out * 5) + in;
1684 /* TODO: This two are a little hacky, sort it out later */