Home
last modified time | relevance | path

Searched refs:T_G703 (Results 1 – 5 of 5) sorted by relevance

/NextBSD/sys/dev/cp/
HDif_cp.c234 case T_G703: in cp_timeout()
1131 if (c->type != T_E1 && c->type != T_G703) in cp_ioctl()
1394 if (c->type != T_G703 && !c->unfram) in cp_ioctl()
1405 if (c->type != T_G703 && !c->unfram) in cp_ioctl()
1486 c->type != T_G703 && in cp_ioctl()
1508 c->type != T_G703 && in cp_ioctl()
1622 if (c->type != T_G703) in cp_ioctl()
1692 if (c->type != T_G703 && in cp_ioctl()
2026 if (c->type == T_E1 || c->type == T_G703) in print_chan()
2047 if (c->type == T_G703) { in print_chan()
HDcpddk.h91 #define T_G703 2 /* G.703 */ macro
/NextBSD/sys/dev/ctau/
HDctddk.h72 #define T_G703 4 macro
74 #define T_G703_SERIAL (T_G703 | T_SERIAL)
HDctau.c480 case B_TAU2_G703: c->type = T_G703; break; in ct_init_chan()
591 case T_G703: in ct_reinit_chan()
1507 if (! (c->type & T_G703)) in ct_get_lq()
HDctddk.c359 if (c->type & T_G703) { in ct_start_chan()