Lines Matching refs:binary
92 static void binary(char *label, uint value, int nbits)
138 binary("PA_DIR", in_be16(l++), PA_NBITS);
139 binary("PB_DIR", in_be32(R++), PB_NBITS);
140 binary("PA_PAR", in_be16(l++), PA_NBITS);
141 binary("PB_PAR", in_be32(R++), PB_NBITS);
142 binary("PA_ODR", in_be16(l++), PA_NB_ODR);
143 binary("PB_ODR", in_be32(R++), PB_NB_ODR);
144 binary("PA_DAT", in_be16(l++), PA_NBITS);
145 binary("PB_DAT", in_be32(R++), PB_NBITS);
155 binary("PC_DIR", in_be16(l++), PC_NBITS);
156 binary("PD_DIR", in_be16(r++), PD_NBITS);
157 binary("PC_PAR", in_be16(l++), PC_NBITS);
158 binary("PD_PAR", in_be16(r++), PD_NBITS);
159 binary("PC_SO ", in_be16(l++), PC_NBITS);
160 binary(" ", 0, 0);
162 binary("PC_DAT", in_be16(l++), PC_NBITS);
163 binary("PD_DAT", in_be16(r++), PD_NBITS);
164 binary("PC_INT", in_be16(l++), PC_NBITS);