Searched refs:count_value (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/arch/arm/cpu/armv7/s5p-common/ |
H A D | timer.c | 103 unsigned long count_value; in __udelay() local 105 count_value = timer_get_us_down(); in __udelay() 106 while ((int)(count_value - timer_get_us_down()) < (int)usec) in __udelay()
|
/openbmc/qemu/disas/ |
H A D | nanomips.c | 12065 uint64 count_value = extract_count_19_18_17_16(instruction); in RESTORE_32_() local 12070 rt_value, count_value, gp_value, info); in RESTORE_32_() 12089 uint64 count_value = extract_count_3_2_1_0(instruction); in RESTORE_JRC_16_() local 12092 encode_rt1_from_rt(rt1_value), count_value, 0, info); in RESTORE_JRC_16_() 12110 uint64 count_value = extract_count_19_18_17_16(instruction); in RESTORE_JRC_32_() local 12115 rt_value, count_value, gp_value, info); in RESTORE_JRC_32_() 12133 uint64 count_value = extract_count_19_18_17_16(instruction); in RESTOREF() local 12138 u_value, count_value); in RESTOREF() 12405 uint64 count_value = extract_count_3_2_1_0(instruction); in SAVE_16_() local 12408 encode_rt1_from_rt(rt1_value), count_value, 0, info); in SAVE_16_() [all …]
|