Home
last modified time | relevance | path

Searched refs:highbit (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/security/selinux/ss/
Debitmap.c34 if (e1->highbit != e2->highbit) in ebitmap_cmp()
76 dst->highbit = src->highbit; in ebitmap_cpy()
176 ebmap->highbit = e_iter->startbit + EBITMAP_SIZE; in ebitmap_netlbl_import()
206 if (e1->highbit < e2->highbit) in ebitmap_contains()
246 if (e->highbit < bit) in ebitmap_get_bit()
285 e->highbit = prev->startbit in ebitmap_set_bit()
288 e->highbit = 0; in ebitmap_set_bit()
314 e->highbit = new->startbit + EBITMAP_SIZE; in ebitmap_set_bit()
341 e->highbit = 0; in ebitmap_destroy()
361 e->highbit = le32_to_cpu(buf[1]); in ebitmap_read()
[all …]
Debitmap.h42 u32 highbit; /* highest position in the total bitmap */ member
45 #define ebitmap_length(e) ((e)->highbit)
/Linux-v4.19/include/linux/
Dsvga.h16 u8 highbit; member
/Linux-v4.19/drivers/video/fbdev/core/
Dsvgalib.c30 while (bitnum <= regset->highbit) { in svga_wcrt_multi()
50 while (bitnum <= regset->highbit) { in svga_wseq_multi()
67 count += regset->highbit - regset->lowbit + 1; in svga_regset_size()
/Linux-v4.19/drivers/ata/
Dlibata-core.c934 int highbit = fls(xfer_mask) - 1; in ata_xfer_mask2mode() local
938 if (highbit >= ent->shift && highbit < ent->shift + ent->bits) in ata_xfer_mask2mode()
939 return ent->base + highbit - ent->shift; in ata_xfer_mask2mode()
1026 int highbit; in ata_mode_string() local
1028 highbit = fls(xfer_mask) - 1; in ata_mode_string()
1029 if (highbit >= 0 && highbit < ARRAY_SIZE(xfer_mode_str)) in ata_mode_string()
1030 return xfer_mode_str[highbit]; in ata_mode_string()
3431 int quiet, highbit; in ata_down_xfermask_limit() local
3443 highbit = fls(pio_mask) - 1; in ata_down_xfermask_limit()
3444 pio_mask &= ~(1 << highbit); in ata_down_xfermask_limit()
[all …]
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Dsdma_v4_0.c304 u32 lowbit, highbit; in sdma_v4_0_ring_get_wptr() local
307 highbit = RREG32(sdma_v4_0_get_reg_offset(adev, ring->me, mmSDMA0_GFX_RB_WPTR_HI)) >> 2; in sdma_v4_0_ring_get_wptr()
310 ring->me, highbit, lowbit); in sdma_v4_0_ring_get_wptr()
311 wptr = highbit; in sdma_v4_0_ring_get_wptr()
/Linux-v4.19/drivers/media/pci/bt8xx/
Dbttv-cards.c3264 u32 highbit; in td3116_muxsel() local
3266 highbit = (input & 0x8) >> 3 ; in td3116_muxsel()
3270 value |= ((input & 0x7) << 1) << (4 * highbit); in td3116_muxsel()
3275 value |= ((highbit ^ 0x1) << 4) | highbit; in td3116_muxsel()
/Linux-v4.19/mm/
Dpercpu.c221 int highbit = fls(size); /* size is in bytes */ in __pcpu_size_to_slot() local
222 return max(highbit - PCPU_SLOT_BASE_SHIFT + 2, 1); in __pcpu_size_to_slot()
/Linux-v4.19/drivers/isdn/hardware/mISDN/
Dhfcmulti.c684 unsigned short highbit; in vpm_read_address() local
687 highbit = cpld_read_reg(c, 1); in vpm_read_address()
689 addr = addr | (highbit << 8); in vpm_read_address()