Searched refs:bit_shift (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/arch/arm/ti/
H A Dti_div_clock.c160 u_int div, max_div, bit_shift; local
170 if (of_getprop_uint32(sc->sc_phandle, "ti,bit-shift", &bit_shift) != 0)
171 bit_shift = 0;
177 mask = (max_val - 1) << bit_shift;
/netbsd-current/sys/dev/pci/igc/
H A Digc_mac.c209 uint8_t bit_shift = 0; local
216 /* For a mc_filter_type of 0, bit_shift is the number of left-shifts
219 while (hash_mask >> bit_shift != 0xFF)
220 bit_shift++;
225 * The bit_shift for a mc_filter_type of 0 represents the number of
229 * remaining number of bits. Thus 8 - bit_shift. The rest of the
236 * we can see that the bit_shift for case 0 is 4. These are the hash
252 bit_shift += 1;
255 bit_shift += 2;
258 bit_shift
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000.c7161 int bit_shift = 7 - exact_log2 (num_elements);
7246 emit_insn (gen_ashldi3 (tmp_gpr, element2, GEN_INT (bit_shift)));
7149 int bit_shift = 7 - exact_log2 (num_elements); local
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000.cc7826 int bit_shift = 7 - exact_log2 (num_elements);
7911 emit_insn (gen_ashldi3 (tmp_gpr, element2, GEN_INT (bit_shift)));
7814 int bit_shift = 7 - exact_log2 (num_elements); local

Completed in 269 milliseconds