Lines Matching defs:channel
15 * - DBRI: AT&T T5900FX Dual Basic Rates ISDN Interface. It is a 32 channel
485 #define D_INTR_CHIL 11 /* CHI lost frame sync (channel 36 only) */
1844 int channel = D_INTR_GETCHAN(x);
1851 if (channel == D_INTR_CMD) {
1856 channel, code, rval);
1865 reception_complete_intr(dbri, channel);
1869 transmission_complete_intr(dbri, channel);
1880 int pipe = channel;
1895 if (dbri->pipes[channel].sdp & D_SDP_MSB)
1896 val = reverse_bytes(val, dbri->pipes[channel].length);
1898 if (dbri->pipes[channel].recv_fixed_ptr)
1899 *(dbri->pipes[channel].recv_fixed_ptr) = val;
1902 if (channel != D_INTR_CMD)