Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/isdn/tpam/
Dtpam_crcpc.c95 void hdlc_encode_modem(u8 *buffer_in, u32 lng_in, in hdlc_encode_modem() argument
116 while (lng_in--) { in hdlc_encode_modem()
144 void hdlc_no_accm_encode(u8 *buffer_in, u32 lng_in, in hdlc_no_accm_encode() argument
155 while (lng_in--) { in hdlc_no_accm_encode()
175 u32 hdlc_no_accm_decode(u8 *buffer_in, u32 lng_in) { in hdlc_no_accm_decode() argument
177 u32 lng = lng_in; in hdlc_no_accm_decode()
185 while (lng_in--) { in hdlc_no_accm_decode()