Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/isdn/hardware/eicon/
Dmessage.c347 #define V120_HEADER_BREAK_BIT 0x40 macro
350 #define V120_HEADER_FLUSH_COND (V120_HEADER_BREAK_BIT | V120_HEADER_C1_BIT | V120_HEADER_C2_BIT)
362 0xc3 | V120_HEADER_BREAK_BIT /* Ext, BR , res, res, C2 , C1 , B , F */
7103 if (plci->NL.RBuffer->P[0] & V120_HEADER_BREAK_BIT) in nl_ind()