Searched refs:hilo (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/arch/alpha/oprofile/
H A Dop_model_ev4.c24 unsigned long ctl = 0, count, hilo; ev4_reg_setup() local
50 count = 4096, hilo = 1; ev4_reg_setup()
52 count = 65536, hilo = 0; ev4_reg_setup()
54 ctl |= (ctr[0].enabled && hilo) << 3; ev4_reg_setup()
58 count = 256, hilo = 1; ev4_reg_setup()
60 count = 4096, hilo = 0; ev4_reg_setup()
62 ctl |= (ctr[1].enabled && hilo); ev4_reg_setup()
H A Dop_model_ev5.c91 unsigned long max, hilo, count = ctr[i].count; common_reg_setup() local
96 count = 256, hilo = 3, max = 256; common_reg_setup()
99 hilo = 2; common_reg_setup()
105 ctl |= hilo << (8 - i*2); common_reg_setup()
/linux-4.4.14/arch/mips/include/asm/
H A Dmips-r2-to-r6-emul.h15 u64 hilo; member in struct:mips_r2_emulator_stats
/linux-4.4.14/arch/mips/kernel/
H A Dmips-r2-to-r6-emul.c340 MIPS_R2_STATS(hilo); mfhi_func()
356 MIPS_R2_STATS(hilo); mthi_func()
373 MIPS_R2_STATS(hilo); mflo_func()
389 MIPS_R2_STATS(hilo); mtlo_func()
2239 seq_printf(s, "hilo\t\t%ld\t%ld\n", mipsr2_stats_show()
2240 (unsigned long)__this_cpu_read(mipsr2emustats.hilo), mipsr2_stats_show()
2241 (unsigned long)__this_cpu_read(mipsr2bdemustats.hilo)); mipsr2_stats_show()
2304 __this_cpu_write((mipsr2emustats).hilo, 0); mipsr2_stats_clear_show()
2305 __this_cpu_write((mipsr2bdemustats).hilo, 0); mipsr2_stats_clear_show()
/linux-4.4.14/drivers/media/radio/wl128x/
H A Dfmdrv_rx.c67 /* Set hilo to automatic selection */ fm_rx_set_freq()

Completed in 186 milliseconds