Searched refs:format_ab_reg (Results 1 – 2 of 2) sorted by relevance
1604 format_ab_reg (int ab, int reg) in format_ab_reg() function1630 bytes[1] = ((r << 7) | format_ab_reg (ab, reg)); in output_X1_format()1648 bytes[1] = (((x & 1) << 7) | format_ab_reg (ab, reg)); in output_X2_format()1673 bytes[2] = format_ab_reg (ab, reg); in output_X3_format()1693 bytes[2] = (((x & 1) << 7) | format_ab_reg (ab, reg)); in output_X4_format()
6235 (format_ab_reg): Rename from format_a_b_reg. Merge A and B args