Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/isdn/hisax/
Disdnl1.c391 static char tmpdeb[32]; variable
400 sprintf(tmpdeb, "%s[%d](nr %d)", l2cmd(ptr[2]), ptr[3] & 1, ptr[3] >> 1); in l2frames()
409 sprintf(tmpdeb, "%s[%d]", l2cmd(ptr[2]), (ptr[2] & 0x10) >> 4); in l2frames()
413 sprintf(tmpdeb, "I[%d](ns %d, nr %d)", ptr[3] & 1, ptr[2] >> 1, ptr[3] >> 1); in l2frames()
420 return tmpdeb; in l2frames()