Lines Matching refs:r_val
909 if (phy->t_val[7] || phy->r_val[7]) { in pcm_fsm()
1262 DB_PCMN(1, "SIG rec %x %x:", bit, phy->r_val[bit]); in pc_rcode_actions()
1271 if (phy->r_val[1] == 0 && phy->r_val[2] == 0) in pc_rcode_actions()
1273 else if (phy->r_val[1] == 0 && phy->r_val[2] == 1) in pc_rcode_actions()
1275 else if (phy->r_val[1] == 1 && phy->r_val[2] == 0) in pc_rcode_actions()
1277 else if (phy->r_val[1] == 1 && phy->r_val[2] == 1) in pc_rcode_actions()
1288 else if (phy->t_val[3] || phy->r_val[3]) { in pc_rcode_actions()
1321 if (phy->t_val[4] || phy->r_val[4]) { in pc_rcode_actions()
1323 (phy->r_val[4] && phy->r_val[5]) ) in pc_rcode_actions()
1328 else if (phy->t_val[5] || phy->r_val[5]) in pc_rcode_actions()
1363 if (phy->t_val[7] || phy->r_val[7]) { in pc_rcode_actions()
1371 if (phy->t_val[8] || phy->r_val[8]) { in pc_rcode_actions()
1378 if (phy->r_val[9]) { in pc_rcode_actions()
1786 phy->r_val[plc->p_start+i] = n & 1 ; in plc_irq()
1874 if (phy->r_val[NUMBITS-1-ii]) in pcm_get_state()