Lines Matching defs:read_framer

418 read_framer(u_int16_t addr)
952 vga_dbs(read_framer(Bt8370_VGA_MAX) & 0x3F));
965 config.tx_lbo = read_framer(Bt8370_TLIU_CR) & 0x30;
1000 config.tx_pulse = read_framer(Bt8370_TLIU_CR) & 0x0E;
1261 u_int8_t ctl1 = read_framer(T3CSR_CTL1);
1262 u_int8_t ctl8 = read_framer(T3CSR_CTL8);
1263 u_int8_t stat9 = read_framer(T3CSR_STAT9);
1264 u_int8_t ctl12 = read_framer(T3CSR_CTL12);
1265 u_int8_t stat16 = read_framer(T3CSR_STAT16);
1287 printf("Code errors: \t\t%d\n", read_framer(T3CSR_CVLO) + (read_framer(T3CSR_CVHI)<<8));
1288 printf("C-Par errors: \t\t%d\n", read_framer(T3CSR_CERR));
1289 printf("P-Par errors: \t\t%d\n", read_framer(T3CSR_PERR));
1290 printf("F-Bit errors: \t\t%d\n", read_framer(T3CSR_FERR));
1291 printf("M-Bit errors: \t\t%d\n", read_framer(T3CSR_MERR));
1292 printf("FarEndBitErrs: \t\t%d\n", read_framer(T3CSR_FEBE));
1294 read_framer(T3CSR_TX_FEAC) & 0x3F,
1295 print_t3_bop(read_framer(T3CSR_TX_FEAC) & 0x3F));
1297 read_framer(T3CSR_DBL_FEAC) & 0x3F,
1298 print_t3_bop(read_framer(T3CSR_DBL_FEAC) & 0x3F));
1300 read_framer(T3CSR_RX_FEAC) & 0x3F,
1301 print_t3_bop(read_framer(T3CSR_RX_FEAC) & 0x3F));
1323 read_framer(T3CSR_CTL1) & ~CTL1_TXAIS);
1332 read_framer(T3CSR_CTL8) & ~CTL8_TBLU);
1339 read_framer(T3CSR_CTL1) & ~CTL1_TXIDL);
1346 read_framer(T3CSR_CTL1) | CTL1_XTX);
1365 read_framer(T3CSR_CTL1) | CTL1_TXAIS);
1374 read_framer(T3CSR_CTL8) | CTL8_TBLU);
1381 read_framer(T3CSR_CTL1) | CTL1_TXIDL);
1388 read_framer(T3CSR_CTL1) & ~CTL1_XTX);
1433 printf("%02X ", read_framer(i));
1445 data = read_framer(addr);
1620 u_int8_t isr0 = read_framer(Bt8370_ISR0);
1621 u_int8_t loop = read_framer(Bt8370_LOOP);
1622 u_int8_t vga_max = read_framer(Bt8370_VGA_MAX) & 0x3F;
1623 u_int8_t alm1 = read_framer(Bt8370_ALM1);
1624 u_int8_t alm3 = read_framer(Bt8370_ALM3);
1625 u_int8_t talm = read_framer(Bt8370_TALM);
1626 u_int8_t tpatt = read_framer(Bt8370_TPATT);
1627 u_int8_t tpulse = read_framer(Bt8370_TLIU_CR);
1633 vga = read_framer(Bt8370_VGA) & 0x3F;
1683 read_framer(Bt8370_LCV_LO) + (read_framer(Bt8370_LCV_HI)<<8));
1687 read_framer(Bt8370_FEBE_LO) + (read_framer(Bt8370_FEBE_HI)<<8));
1689 read_framer(Bt8370_CRC_LO) + (read_framer(Bt8370_CRC_HI)<<8));
1691 read_framer(Bt8370_FERR_LO) + (read_framer(Bt8370_FERR_HI)<<8));
1692 printf("Sev Err Frms: \t\t%d\n", read_framer(Bt8370_AERR) & 0x03);
1693 printf("Change of Frm align:\t%d\n", (read_framer(Bt8370_AERR) & 0x0C)>>2);
1694 printf("Loss of Frame events:\t%d\n", (read_framer(Bt8370_AERR) & 0xF0)>>4);
1699 read_framer(Bt8370_TBOP), print_t1_bop(read_framer(Bt8370_TBOP)));
1701 read_framer(Bt8370_RBOP), print_t1_bop(read_framer(Bt8370_RBOP)&0x3F));
1728 u_int8_t talm = read_framer(Bt8370_TALM);
1737 u_int8_t talm = read_framer(Bt8370_TALM);
1763 u_int8_t talm = read_framer(Bt8370_TALM);
1772 u_int8_t talm = read_framer(Bt8370_TALM);
1832 printf("%02X ", read_framer(i));
1844 data = read_framer(addr);