Searched refs:xbits (Results 1 – 3 of 3) sorted by relevance
73 int xdata, xbits; /* 6 bit slip controls */ member
188 sl->xbits = 0; in sl_alloc_bufs()1060 sl->xbits = 0;1064 sl->xbits += 6;1065 if (sl->xbits >= 8) {1066 sl->xbits -= 8;1067 c = (unsigned char)(sl->xdata >> sl->xbits);
685 int xbits; /* mutual exclusive resources */ in check_alloc_btres_lock() local691 xbits = bit; in check_alloc_btres_lock()693 xbits |= RESOURCE_VIDEO_READ | RESOURCE_VIDEO_STREAM; in check_alloc_btres_lock()696 if (btv->resources & xbits) { in check_alloc_btres_lock()