Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/isdn/gigaset/
Disocdata.c660 unsigned char tabentry = bitcounts[c]; in hdlc_unpack() local
661 unsigned lead1 = tabentry & 0x0f; in hdlc_unpack()
662 unsigned trail1 = (tabentry >> 4) & 0x0f; in hdlc_unpack()