Home
last modified time | relevance | path

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

/linux-6.15/sound/core/
H A Dpcm_drm_eld.c238 #define GRAB_BITS(buf, byte, lowbit, bits) \ argument
240 BUILD_BUG_ON(lowbit > 7); \
244 (buf[byte] >> (lowbit)) & ((1 << (bits)) - 1); \
/linux-6.15/include/linux/
H A Dsvga.h15 u8 lowbit; member
/linux-6.15/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()