Lines Matching refs:r_val
916 if (phy->t_val[7] || phy->r_val[7]) { in pcm_fsm()
1280 DB_PCMN(1,"SIG rec %x %x:\n", bit,phy->r_val[bit] ) ; in pc_rcode_actions()
1289 if (phy->r_val[1] == 0 && phy->r_val[2] == 0) in pc_rcode_actions()
1291 else if (phy->r_val[1] == 0 && phy->r_val[2] == 1) in pc_rcode_actions()
1293 else if (phy->r_val[1] == 1 && phy->r_val[2] == 0) in pc_rcode_actions()
1295 else if (phy->r_val[1] == 1 && phy->r_val[2] == 1) in pc_rcode_actions()
1306 else if (phy->t_val[3] || phy->r_val[3]) { in pc_rcode_actions()
1339 if (phy->t_val[4] || phy->r_val[4]) { in pc_rcode_actions()
1341 (phy->r_val[4] && phy->r_val[5]) ) in pc_rcode_actions()
1346 else if (phy->t_val[5] || phy->r_val[5]) in pc_rcode_actions()
1381 if (phy->t_val[7] || phy->r_val[7]) { in pc_rcode_actions()
1388 if (phy->t_val[8] || phy->r_val[8]) { in pc_rcode_actions()
1395 if (phy->r_val[9]) { in pc_rcode_actions()
1803 phy->r_val[plc->p_start+i] = n & 1 ; in plc_irq()
1889 if (phy->r_val[NUMBITS-1-ii]) in pcm_get_state()