Home
last modified time | relevance | path

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

/openbmc/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); \
/openbmc/linux/include/linux/
H A Dsvga.h15 u8 lowbit; member
/openbmc/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()
/openbmc/qemu/target/mips/tcg/
H A Dtranslate.c4605 int lowbit = !!(ctx->hflags & MIPS_HFLAG_M16); in gen_compute_branch() local
4608 ctx->base.pc_next + post_delay + lowbit); in gen_compute_branch()