Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/isdn/hisax/
Dcallc.c1392 distr_debug(struct IsdnCardState *csta, int debugflags) in distr_debug() argument
1398 chanp[i].debug = debugflags; in distr_debug()
1399 chanp[i].fi.debug = debugflags & 2; in distr_debug()
1400 chanp[i].d_st->l2.l2m.debug = debugflags & 8; in distr_debug()
1401 chanp[i].b_st->l2.l2m.debug = debugflags & 0x10; in distr_debug()
1402 chanp[i].d_st->l2.debug = debugflags & 0x20; in distr_debug()
1403 chanp[i].b_st->l2.debug = debugflags & 0x40; in distr_debug()
1404 chanp[i].d_st->l3.l3m.debug = debugflags & 0x80; in distr_debug()
1405 chanp[i].b_st->l3.l3m.debug = debugflags & 0x100; in distr_debug()
1406 chanp[i].b_st->ma.tei_m.debug = debugflags & 0x200; in distr_debug()
[all …]
/linux-4.4.14/kernel/debug/kdb/
Dkdb_main.c404 unsigned int debugflags; in kdb_set() local
407 debugflags = simple_strtoul(argv[2], &cp, 0); in kdb_set()
408 if (cp == argv[2] || debugflags & ~KDB_DEBUG_FLAG_MASK) { in kdb_set()
415 | (debugflags << KDB_DEBUG_FLAG_SHIFT); in kdb_set()