lowbit 299 drivers/gpu/drm/amd/amdgpu/sdma_v5_0.c u32 lowbit, highbit; lowbit 302 drivers/gpu/drm/amd/amdgpu/sdma_v5_0.c lowbit = RREG32(sdma_v5_0_get_reg_offset(adev, ring->me, mmSDMA0_GFX_RB_WPTR)) >> 2; lowbit 306 drivers/gpu/drm/amd/amdgpu/sdma_v5_0.c ring->me, highbit, lowbit); lowbit 309 drivers/gpu/drm/amd/amdgpu/sdma_v5_0.c *wptr |= lowbit; lowbit 29 drivers/video/fbdev/core/svgalib.c bitnum = regset->lowbit; lowbit 49 drivers/video/fbdev/core/svgalib.c bitnum = regset->lowbit; lowbit 67 drivers/video/fbdev/core/svgalib.c count += regset->highbit - regset->lowbit + 1; lowbit 15 include/linux/svga.h u8 lowbit; lowbit 135 sound/pci/hda/hda_eld.c #define GRAB_BITS(buf, byte, lowbit, bits) \ lowbit 137 sound/pci/hda/hda_eld.c BUILD_BUG_ON(lowbit > 7); \ lowbit 141 sound/pci/hda/hda_eld.c (buf[byte] >> (lowbit)) & ((1 << (bits)) - 1); \