Lines Matching refs:t_val
533 n = (n<<1) | phy->t_val[phy->bitn+i] ; in plc_send_bits()
905 if (phy->t_val[7] || phy->r_val[7]) { in pcm_fsm()
1284 else if (phy->t_val[3] || phy->r_val[3]) { in pc_rcode_actions()
1317 if (phy->t_val[4] || phy->r_val[4]) { in pc_rcode_actions()
1318 if ((phy->t_val[4] && phy->t_val[5]) || in pc_rcode_actions()
1324 else if (phy->t_val[5] || phy->r_val[5]) in pc_rcode_actions()
1353 if (phy->t_val[6]) { in pc_rcode_actions()
1359 if (phy->t_val[7] || phy->r_val[7]) { in pc_rcode_actions()
1362 phy->t_val[7] ? "local" : "remote"); in pc_rcode_actions()
1367 if (phy->t_val[8] || phy->r_val[8]) { in pc_rcode_actions()
1368 if (phy->t_val[8]) in pc_rcode_actions()
1398 phy->t_val[0] = 0 ; /* no escape used */ in pc_tcode_actions()
1402 phy->t_val[1] = 1 ; in pc_tcode_actions()
1404 phy->t_val[1] = 0 ; in pc_tcode_actions()
1408 phy->t_val[2] = 1 ; in pc_tcode_actions()
1410 phy->t_val[2] = 0 ; in pc_tcode_actions()
1421 phy->t_val[3] = 1 ; /* Accept connection */ in pc_tcode_actions()
1429 phy->t_val[3] = 0 ; /* Reject */ in pc_tcode_actions()
1437 phy->t_val[3] = 0 ; /* Reject */ in pc_tcode_actions()
1445 phy->t_val[3] = 0 ; /* Reject */ in pc_tcode_actions()
1453 phy->t_val[3] = 0 ; /* Reject */ in pc_tcode_actions()
1475 phy->t_val[4] = 1 ; /* long */ in pc_tcode_actions()
1476 phy->t_val[5] = 0 ; in pc_tcode_actions()
1479 phy->t_val[4] = 0 ; in pc_tcode_actions()
1481 phy->t_val[5] = 1 ; /* medium */ in pc_tcode_actions()
1483 phy->t_val[5] = 0 ; /* short */ in pc_tcode_actions()
1491 phy->t_val[5] = 1 ; /* medium */ in pc_tcode_actions()
1497 phy->t_val[4] = 1 ; /* extended */ in pc_tcode_actions()
1498 phy->t_val[5] = 1 ; in pc_tcode_actions()
1505 phy->t_val[6] = 0 ; in pc_tcode_actions()
1512 phy->t_val[7] = 1 ; in pc_tcode_actions()
1515 phy->t_val[7] = 0 ; in pc_tcode_actions()
1518 phy->t_val[8] = 0 ; /* Don't request MAC loopback */ in pc_tcode_actions()
1527 phy->t_val[9] = FALSE ; in pc_tcode_actions()
1537 phy->t_val[9] = TRUE ; in pc_tcode_actions()
1541 phy->t_val[9] = TRUE ; in pc_tcode_actions()
1546 phy->t_val[9] = TRUE ; in pc_tcode_actions()
1554 phy->t_val[9] = TRUE ; in pc_tcode_actions()
1558 mib->fddiPORTMacIndicated.T_val = phy->t_val[9] ; in pc_tcode_actions()
1561 DB_PCMN(1, "SIG snd %x %x:", bit, phy->t_val[bit]); in pc_tcode_actions()
1872 if (phy->t_val[NUMBITS-1-ii]) in pcm_get_state()