Home
last modified time | relevance | path

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

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