Searched refs:highbit (Results 1 – 9 of 9) sorted by relevance
35 if (e1->highbit != e2->highbit) in ebitmap_cmp()78 dst->highbit = src->highbit; in ebitmap_cpy()196 ebmap->highbit = e_iter->startbit + EBITMAP_SIZE; in ebitmap_netlbl_import()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()334 e->highbit = new->startbit + EBITMAP_SIZE; in ebitmap_set_bit()361 e->highbit = 0; in ebitmap_destroy()382 e->highbit = le32_to_cpu(buf[1]); in ebitmap_read()[all …]
42 u32 highbit; /* highest position in the total bitmap */ member45 #define ebitmap_length(e) ((e)->highbit)
922 # unsigned int poly1305_test_64s(unisgned char *state, const byte *src, size_t len, highbit)923 # - no highbit if final leftover block (highbit = 0)970 mr 24, 6 # highbit
22 asmlinkage void poly1305_64s(void *h, const u8 *m, u32 mlen, int highbit);
16 u8 highbit; member
896 int highbit = fls(xfer_mask) - 1; in ata_xfer_mask2mode() local900 if (highbit >= ent->shift && highbit < ent->shift + ent->bits) in ata_xfer_mask2mode()901 return ent->base + highbit - ent->shift; in ata_xfer_mask2mode()991 int highbit; in ata_mode_string() local993 highbit = fls(xfer_mask) - 1; in ata_mode_string()994 if (highbit >= 0 && highbit < ARRAY_SIZE(xfer_mode_str)) in ata_mode_string()995 return xfer_mode_str[highbit]; in ata_mode_string()3353 int quiet, highbit; in ata_down_xfermask_limit() local3365 highbit = fls(pio_mask) - 1; in ata_down_xfermask_limit()3366 pio_mask &= ~(1 << highbit); in ata_down_xfermask_limit()[all …]
31 while (bitnum <= regset->highbit) { in svga_wcrt_multi()51 while (bitnum <= regset->highbit) { in svga_wseq_multi()68 count += regset->highbit - regset->lowbit + 1; in svga_regset_size()
3249 u32 highbit; in td3116_muxsel() local3251 highbit = (input & 0x8) >> 3 ; in td3116_muxsel()3255 value |= ((input & 0x7) << 1) << (4 * highbit); in td3116_muxsel()3260 value |= ((highbit ^ 0x1) << 4) | highbit; in td3116_muxsel()
231 int highbit = fls(size); /* size is in bytes */ in __pcpu_size_to_slot() local232 return max(highbit - PCPU_SLOT_BASE_SHIFT + 2, 1); in __pcpu_size_to_slot()