Lines Matching defs:yes

1259   char *no = "No", *yes = "Yes";
1269 printf("Scrambler: \t\t%s\n", mii16 & MII16_DS3_SCRAM ? yes : no);
1272 printf("Line loop: \t\t%s\n", mii16 & MII16_DS3_LNLBK ? yes : no);
1273 printf("Payload loop: \t\t%s\n", ctl12 & CTL12_RTPLOOP ? yes : no);
1274 printf("Frame loop: \t\t%s\n", ctl1 & CTL1_3LOOP ? yes : no);
1275 printf("Host loop: \t\t%s\n", mii16 & MII16_DS3_TRLBK ? yes : no);
1276 printf("Transmit RAI: \t\t%s\n", ctl1 & CTL1_XTX ? no : yes);
1277 printf("Receive RAI \t\t%s\n", stat16 & STAT16_XERR ? yes : no);
1278 printf("Transmit AIS: \t\t%s\n", ctl1 & CTL1_TXAIS ? yes : no);
1279 printf("Receive AIS: \t\t%s\n", stat16 & STAT16_RAIS ? yes : no);
1280 printf("Transmit IDLE: \t\t%s\n", ctl1 & CTL1_TXIDL ? yes : no);
1281 printf("Receive IDLE: \t\t%s\n", stat16 & STAT16_RIDL ? yes : no);
1282 printf("Transmit BLUE: \t\t%s\n", ctl8 & CTL8_TBLU ? yes : no);
1283 printf("Receive BLUE: \t\t%s\n", stat9 & STAT9_RBLU ? yes : no);
1284 printf("Loss of Signal:\t\t%s\n", stat16 & STAT16_RLOS ? yes : no);
1285 printf("Loss of Frame: \t\t%s\n", stat16 & STAT16_ROOF ? yes : no);
1286 printf("Sev Err Frms: \t\t%s\n", stat16 & STAT16_SEF ? yes : no);
1618 char *no = "No", *yes = "Yes";
1652 printf("Invert data: \t\t%s\n", (mii16 & MII16_T1_INVERT) ? yes : no);
1653 printf("Line loop: \t\t%s\n", (loop & LOOP_LINE) ? yes : no);
1654 printf("Payload loop: \t\t%s\n", (loop & LOOP_PAYLOAD) ? yes : no);
1655 printf("Framer loop: \t\t%s\n", (loop & LOOP_FRAMER) ? yes : no);
1656 printf("Analog loop: \t\t%s\n", (loop & LOOP_ANALOG) ? yes : no);
1658 ((talm & TALM_AUTO_AIS) && (alm1 & ALM1_RLOS))) ? yes : no);
1659 printf("Rx AIS: \t\t%s\n", (alm1 & ALM1_RAIS) ? yes : no);
1663 ((talm & TALM_AUTO_YEL) && (alm3 & ALM3_FRED))) ? yes : no);
1664 printf("Rx RAI: \t\t%s\n", (alm1 & ALM1_RYEL) ? yes : no);
1668 printf("Tx BOP RAI: \t\t%s\n", (alm1 & ALM1_RLOF) ? yes : no);
1669 printf("Rx BOP RAI: \t\t%s\n", (alm1 & ALM1_RMYEL) ? yes : no);
1673 printf("Rx TS16 AIS: \t\t%s\n", (alm3 & ALM3_RMAIS) ? yes : no);
1675 ((talm & TALM_AUTO_MYEL) && (alm3 & ALM3_SRED)) ? yes : no);
1677 printf("Rx LOS analog: \t\t%s\n", (alm1 & ALM1_RALOS) ? yes : no);
1678 printf("Rx LOS digital:\t\t%s\n", (alm1 & ALM1_RLOS) ? yes : no);
1679 printf("Rx LOF: \t\t%s\n", (alm1 & ALM1_RLOF) ? yes : no);
1680 printf("Tx QRS: \t\t%s\n", (tpatt & 0x10) ? yes : no);
1681 printf("Rx QRS: \t\t%s\n", (isr0 & 0x10) ? yes : no);