Searched refs:lowbit (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dsvga.h15 u8 lowbit; member in struct:vga_regset
/linux-master/sound/pci/hda/
H A Dhda_eld.c135 #define GRAB_BITS(buf, byte, lowbit, bits) \
137 BUILD_BUG_ON(lowbit > 7); \
141 (buf[byte] >> (lowbit)) & ((1 << (bits)) - 1); \
/linux-master/drivers/video/fbdev/core/
H A Dsvgalib.c30 bitnum = regset->lowbit;
50 bitnum = regset->lowbit;
68 count += regset->highbit - regset->lowbit + 1;

Completed in 267 milliseconds