Searched refs:cset (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/drivers/isdn/hisax/ |
D | q931.c | 1204 int i, cset = 0, cs_old = 0, cs_fest = 0; in dlogframe() local 1306 cs_old = cset; in dlogframe() 1307 cset = *buf & 7; in dlogframe() 1331 if (cset == 0) { in dlogframe() 1341 dp += sprintf(dp, " Codeset %d attribute %x attribute size %d\n", cset, *buf, buf[1]); in dlogframe() 1342 } else if (cset == 6) { in dlogframe() 1352 dp += sprintf(dp, " Codeset %d attribute %x attribute size %d\n", cset, *buf, buf[1]); in dlogframe() 1354 dp += sprintf(dp, " Unknown Codeset %d attribute %x attribute size %d\n", cset, *buf, buf[1]); in dlogframe() 1357 cset = cs_old; in dlogframe() 1393 cs_old = cset; in dlogframe() [all …]
|
/linux-2.4.37.9/Documentation/BK-usage/ |
D | 00-INDEX | 21 of individual files, each containing a single cset as a GNU patch. 28 cset-to-linus: Produces a delta of two BK repositories, in the form of 34 perl cset-to-linus > summary.txt
|
D | bk-kernel-howto.txt | 37 Each cset is one or more changed files, bundled together.
|
/linux-2.4.37.9/drivers/video/ |
D | newport_con.c | 186 npregs->cset.topscan = 0x3ff; in newport_reset() 187 npregs->cset.xywin = (4096 << 16) | 4096; in newport_reset() 248 rex3_rev = npregs->cset.status & NPORT_STAT_VERS; in newport_get_revisions() 295 npregs->cset.config = NPORT_CFG_GD0; in newport_startup() 452 npregs->cset.topscan = 0x3ff; in newport_switch() 592 npregs->cset.topscan = (topscan - 1) & 0x3ff; in newport_scroll()
|
/linux-2.4.37.9/include/video/ |
D | newport.h | 290 struct newport_cregs cset; member 458 if(!(npregs->cset.status & NPORT_STAT_GBUSY)) in newport_wait() 470 if(!(npregs->cset.status & NPORT_STAT_BBUSY)) in newport_bfwait()
|