Lines Matching refs:CONFREQSZ
437 for (i = 0; i < CONFREQSZ; i++) { in ce_init_board()
944 baud == c->baud || b->cr.pending >= CONFREQSZ) in ce_set_baud()
989 if (c->num >= b->ddk.Interfaces || b->cr.pending >= CONFREQSZ) in ce_set_lloop()
1016 if (c->num >= b->ddk.Interfaces || b->cr.pending >= CONFREQSZ) in ce_set_rloop()
1043 if (c->num >= b->ddk.Interfaces || b->cr.pending >= CONFREQSZ) in ce_set_higain()
1072 if (b->cr.pending >= CONFREQSZ) in _ce_set_ts()
1205 if (c->num != 0 || b->cr.pending + 2*32 + 3>= CONFREQSZ) in ce_set_unfram()
1272 b->cr.pending >= CONFREQSZ) in ce_set_phony()
1320 if (c->num != 0 || c->unfram == 0 || b->cr.pending >= CONFREQSZ) in ce_set_scrambler()
1347 if (c->num >= b->ddk.Interfaces || b->cr.pending >= CONFREQSZ) in ce_set_monitor()
1395 if (c->num >= b->ddk.Interfaces || b->cr.pending + 2 >= CONFREQSZ) in ce_set_use16()
1456 if (c->num >= b->ddk.Interfaces || b->cr.pending >= CONFREQSZ) in ce_set_crc4()
1515 if (b->cr.pending + 1>= CONFREQSZ || c->dir == dir) in ce_set_dir()