Lines Matching refs:Interfaces
450 b->chan[0].config |= (b->ddk.Interfaces == 2 ? TAU32_framed_cas_cross : in ce_init_board()
459 if (b->ddk.Interfaces == 2) { in ce_init_board()
476 b->chan[i].type = i < b->ddk.Interfaces ? T_E1 : T_DATA; in ce_init_board()
479 (b->ddk.Interfaces == 2 ? 0x6: 0))); in ce_init_board()
480 b->chan[i].dir = (b->ddk.Interfaces == 2) ? (i%2) : 0; in ce_init_board()
498 if (b->ddk.Interfaces == 2) { in ce_init_board()
607 if (c->num < b->ddk.Interfaces) { in ce_start_chan()
758 if (c->num >= b->ddk.Interfaces) in ce_e1_timer()
988 if (c->num >= b->ddk.Interfaces || b->cr.pending >= CONFREQSZ) in ce_set_lloop()
1015 if (c->num >= b->ddk.Interfaces || b->cr.pending >= CONFREQSZ) in ce_set_rloop()
1042 if (c->num >= b->ddk.Interfaces || b->cr.pending >= CONFREQSZ) in ce_set_higain()
1227 if (b->ddk.Interfaces) { in ce_set_unfram()
1346 if (c->num >= b->ddk.Interfaces || b->cr.pending >= CONFREQSZ) in ce_set_monitor()
1394 if (c->num >= b->ddk.Interfaces || b->cr.pending + 2 >= CONFREQSZ) in ce_set_use16()
1411 if (b->ddk.Interfaces == 1) { in ce_set_use16()
1455 if (c->num >= b->ddk.Interfaces || b->cr.pending >= CONFREQSZ) in ce_set_crc4()
1481 if (c->num >= b->ddk.Interfaces) in ce_set_gsyn()
1496 if (b->ddk.Interfaces > 1) in ce_set_gsyn()
1504 if (c->num >= b->ddk.Interfaces) in ce_get_cable()