Lines Matching refs:CONFREQSZ
437 for (i = 0; i < CONFREQSZ; i++) { in ce_init_board()
943 baud == c->baud || b->cr.pending >= CONFREQSZ) in ce_set_baud()
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()
1071 if (b->cr.pending >= CONFREQSZ) in _ce_set_ts()
1204 if (c->num != 0 || b->cr.pending + 2*32 + 3>= CONFREQSZ) in ce_set_unfram()
1271 b->cr.pending >= CONFREQSZ) in ce_set_phony()
1319 if (c->num != 0 || c->unfram == 0 || b->cr.pending >= CONFREQSZ) in ce_set_scrambler()
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()
1455 if (c->num >= b->ddk.Interfaces || b->cr.pending >= CONFREQSZ) in ce_set_crc4()
1514 if (b->cr.pending + 1>= CONFREQSZ || c->dir == dir) in ce_set_dir()