Lines Matching defs:channel
260 * D- and monitor/CI channel are not enabled
263 * ST B-channel send disabled -> continuous 1s
304 * select a b-channel entry matching and active
307 Sel_BCS(struct hfc_pci *hc, int channel)
310 (hc->bch[0].nr & channel))
313 (hc->bch[1].nr & channel))
320 * clear the desired B-channel rx fifo
350 * clear the desired B-channel tx fifo
449 * D-channel receive procedure
595 * B-channel main receive routine
659 * D-channel send routine
736 * B-channel send routine
1253 "%s: pcm channel id without HFC_CFG_PCM\n",
1259 printk(KERN_WARNING "%s: no pcm channel id but HFC_CFG_PCM\n",
1440 "HFCPCI rxtest wrong channel parameter %x/%x\n",
1517 * Layer 1 B-channel hardware access
1791 /* channel 0 disabled loop */
1792 if (cq->channel < 0 || cq->channel > 2) {
1796 if (cq->channel & 1) {
1808 if (cq->channel & 2) {
1820 if (cq->channel & 3)
1830 if (cq->channel == cq->p1) {
1834 if (cq->channel < 1 || cq->channel > 2 ||
1888 if (rq->adr.channel == 1) {
1934 if (rq->adr.channel == 0 || rq->adr.channel > 2)
1938 bch = &hc->bch[rq->adr.channel - 1];
1940 return -EBUSY; /* b-channel can be only open once */
1942 rq->ch = &bch->ch; /* TODO: E-channel */