Searched refs:highbit (Results 1 – 7 of 7) sorted by relevance
14 asmlinkage void poly1305_64s(struct poly1305_block_state *state, const u8 *m, u32 mlen, int 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
928 int highbit = fls(xfer_mask) - 1; in ata_xfer_mask2mode() local932 if (highbit >= ent->shift && highbit < ent->shift + ent->bits) in ata_xfer_mask2mode()933 return ent->base + highbit - ent->shift; in ata_xfer_mask2mode()1023 int highbit; in ata_mode_string() local1025 highbit = fls(xfer_mask) - 1; in ata_mode_string()1026 if (highbit >= 0 && highbit < ARRAY_SIZE(xfer_mode_str)) in ata_mode_string()1027 return xfer_mode_str[highbit]; in ata_mode_string()3402 int quiet, highbit; in ata_down_xfermask_limit() local3414 highbit = fls(pio_mask) - 1; in ata_down_xfermask_limit()3415 pio_mask &= ~(1 << highbit); in ata_down_xfermask_limit()[all …]
16 u8 highbit; member
31 while (bitnum <= regset->highbit) { in svga_wcrt_multi()52 while (bitnum <= regset->highbit) { in svga_wseq_multi()70 count += regset->highbit - regset->lowbit + 1; in svga_regset_size()
3250 u32 highbit; in td3116_muxsel() local3252 highbit = (input & 0x8) >> 3 ; in td3116_muxsel()3256 value |= ((input & 0x7) << 1) << (4 * highbit); in td3116_muxsel()3261 value |= ((highbit ^ 0x1) << 4) | highbit; in td3116_muxsel()
231 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()