Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/isdn/hisax/
Disdnl1.c409 static char tmpdeb[32]; variable
418 sprintf(tmpdeb, "%s[%d](nr %d)", l2cmd(ptr[2]), ptr[3] & 1, ptr[3] >> 1); in l2frames()
427 sprintf(tmpdeb, "%s[%d]", l2cmd(ptr[2]), (ptr[2] & 0x10) >> 4); in l2frames()
431 sprintf(tmpdeb, "I[%d](ns %d, nr %d)", ptr[3] & 1, ptr[2] >> 1, ptr[3] >> 1); in l2frames()
438 return tmpdeb; in l2frames()