Home
last modified time | relevance | path

Searched refs:NCCIcode (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/isdn/hardware/eicon/
Dmessage.c3061 word NCCIcode; in data_b3_res() local
3069 NCCIcode = ncci | (((word) a->Id) << 8); in data_b3_res()
3071 appl->DataNCCI[n] == NCCIcode && in data_b3_res()
6356 word NCCIcode; in nl_ind() local
7044 NCCIcode = ncci | (((word)a->Id) << 8); in nl_ind()
7053 if (NCCIcode == APPLptr->DataNCCI[i]) count++; in nl_ind()
7083 APPLptr->DataNCCI[Num] = NCCIcode; in nl_ind()
14592 word NCCIcode; in channel_can_xon() local
14603 NCCIcode = a->ch_ncci[ch] | (((word) a->Id) << 8); in channel_can_xon()
14611 if (NCCIcode == APPLptr->DataNCCI[i]) count++; in channel_can_xon()