Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/isdn/hardware/eicon/
Dmessage.c362 #define V120_HEADER_BREAK_BIT 0x40 macro
365 #define V120_HEADER_FLUSH_COND (V120_HEADER_BREAK_BIT | V120_HEADER_C1_BIT | V120_HEADER_C2_BIT)
377 0xc3 | V120_HEADER_BREAK_BIT /* Ext, BR , res, res, C2 , C1 , B , F */
7240 if (plci->NL.RBuffer->P[0] & V120_HEADER_BREAK_BIT) in nl_ind()