Home
last modified time | relevance | path

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

/linux-6.3-rc2/security/selinux/ss/
A Debitmap.c35 if (e1->highbit != e2->highbit) in ebitmap_cmp()
78 dst->highbit = src->highbit; in ebitmap_cpy()
226 if (e1->highbit < e2->highbit) in ebitmap_contains()
266 if (e->highbit < bit) in ebitmap_get_bit()
305 e->highbit = prev->startbit in ebitmap_set_bit()
308 e->highbit = 0; in ebitmap_set_bit()
361 e->highbit = 0; in ebitmap_destroy()
393 e->highbit += EBITMAP_SIZE - 1; in ebitmap_read()
394 e->highbit -= (e->highbit % EBITMAP_SIZE); in ebitmap_read()
396 if (!e->highbit) { in ebitmap_read()
[all …]
A Debitmap.h42 u32 highbit; /* highest position in the total bitmap */ member
45 #define ebitmap_length(e) ((e)->highbit)
/linux-6.3-rc2/drivers/ata/
A Dlibata-core.c866 int highbit = fls(xfer_mask) - 1; in ata_xfer_mask2mode() local
870 if (highbit >= ent->shift && highbit < ent->shift + ent->bits) in ata_xfer_mask2mode()
961 int highbit; in ata_mode_string() local
963 highbit = fls(xfer_mask) - 1; in ata_mode_string()
964 if (highbit >= 0 && highbit < ARRAY_SIZE(xfer_mode_str)) in ata_mode_string()
965 return xfer_mode_str[highbit]; in ata_mode_string()
3237 int quiet, highbit; in ata_down_xfermask_limit() local
3249 highbit = fls(pio_mask) - 1; in ata_down_xfermask_limit()
3250 pio_mask &= ~(1 << highbit); in ata_down_xfermask_limit()
3255 highbit = fls(udma_mask) - 1; in ata_down_xfermask_limit()
[all …]
/linux-6.3-rc2/include/linux/
A Dsvga.h16 u8 highbit; member
/linux-6.3-rc2/drivers/video/fbdev/core/
A 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-6.3-rc2/drivers/media/pci/bt8xx/
A Dbttv-cards.c3252 u32 highbit; in td3116_muxsel() local
3254 highbit = (input & 0x8) >> 3 ; in td3116_muxsel()
3258 value |= ((input & 0x7) << 1) << (4 * highbit); in td3116_muxsel()
3263 value |= ((highbit ^ 0x1) << 4) | highbit; in td3116_muxsel()
/linux-6.3-rc2/mm/
A Dpercpu.c231 int highbit = fls(size); /* size is in bytes */ in __pcpu_size_to_slot() local
232 return max(highbit - PCPU_SLOT_BASE_SHIFT + 2, 1); in __pcpu_size_to_slot()
/linux-6.3-rc2/drivers/isdn/hardware/mISDN/
A Dhfcmulti.c670 unsigned short highbit; in vpm_read_address() local
673 highbit = cpld_read_reg(c, 1); in vpm_read_address()
675 addr = addr | (highbit << 8); in vpm_read_address()

Completed in 34 milliseconds