Searched refs:lbo (Results 1 – 3 of 3) sorted by relevance
53 lbo_tbl_lkup (int t1, int lbo) in lbo_tbl_lkup() argument55 if ((lbo < CFG_LBO_LH0) || (lbo > CFG_LBO_E120)) /* error switches to in lbo_tbl_lkup()59 lbo = CFG_LBO_LH0; /* default T1 waveform table */ in lbo_tbl_lkup()61 lbo = CFG_LBO_E120; /* default E1 waveform table */ in lbo_tbl_lkup()63 return (lbo - 1); /* make index ZERO relative */ in lbo_tbl_lkup()
344 u8 lbo; /* Line Build Out */ member
925 switch (conf->lbo) { in falc_init_t1()3333 chan->conf.lbo = PC300_LBO_0_DB; in cpc_init_card()