Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/isdn/tpam/
Dtpam_hdlc.c783 DWORD dwInit; // temporary variable in tpam_hdlc_decode() local
794 dwInit = *pbyBuffIn | (*(pbyBuffIn+1)<<8) | (*(pbyBuffIn+2)<<16); in tpam_hdlc_decode()
797 if (!(((dwInit>>byShift)&0xFF)^0x7E)) in tpam_hdlc_decode()
827 dwInit = *pbyBuffIn | (*(pbyBuffIn+1)<<8); in tpam_hdlc_decode()
828 while (!(((dwInit>>byShift)&0xFF)^0x7E)) in tpam_hdlc_decode()
832 dwInit = *pbyBuffIn | (*(pbyBuffIn+1)<<8); in tpam_hdlc_decode()
894 dwInit = (woInfo << 8) | byCarry; in tpam_hdlc_decode()
896 byCarry = dwInit >> byLgByte; in tpam_hdlc_decode()