Home
last modified time | relevance | path

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

/drivers/isdn/hisax/
Dq931.c1203 int i, cset = 0, cs_old = 0, cs_fest = 0; in dlogframe() local
1305 cs_old = cset; in dlogframe()
1306 cset = *buf & 7; in dlogframe()
1330 if (cset == 0) { in dlogframe()
1340 dp += sprintf(dp, " Codeset %d attribute %x attribute size %d\n", cset, *buf, buf[1]); in dlogframe()
1341 } else if (cset == 6) { in dlogframe()
1351 dp += sprintf(dp, " Codeset %d attribute %x attribute size %d\n", cset, *buf, buf[1]); in dlogframe()
1353 dp += sprintf(dp, " Unknown Codeset %d attribute %x attribute size %d\n", cset, *buf, buf[1]); in dlogframe()
1356 cset = cs_old; in dlogframe()
1392 cs_old = cset; in dlogframe()
[all …]
/drivers/video/console/
Dnewport_con.c192 npregs->cset.topscan = 0x3ff; in newport_reset()
193 npregs->cset.xywin = (4096 << 16) | 4096; in newport_reset()
254 rex3_rev = npregs->cset.status & NPORT_STAT_VERS; in newport_get_revisions()
313 npregs->cset.config = NPORT_CFG_GD0; in newport_startup()
472 npregs->cset.topscan = 0x3ff; in newport_switch()
609 npregs->cset.topscan = (topscan - 1) & 0x3ff; in newport_scroll()