Home
last modified time | relevance | path

Searched refs:use_div (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/mips/generic/
H A Dboard-ingenic.c73 bool use_div; in ingenic_force_12M_ext() local
92 use_div = be32_to_cpup(prop) >= 16000000; in ingenic_force_12M_ext()
99 if (use_div) in ingenic_force_12M_ext()
/openbmc/qemu/target/microblaze/
H A Dcpu.c246 (cpu->cfg.use_div ? PVR0_USE_DIV_MASK : 0) | in mb_cpu_realizefn()
266 (cpu->cfg.use_div ? PVR2_USE_DIV_MASK : 0) | in mb_cpu_realizefn()
337 DEFINE_PROP_BOOL("use-div", MicroBlazeCPU, cfg.use_div, true),
H A Dcpu.h324 bool use_div; member
H A Dtranslate.c483 DO_TYPEA_CFG(idiv, use_div, true, gen_idiv) in DO_TYPEA_CFG() argument
484 DO_TYPEA_CFG(idivu, use_div, true, gen_idivu) in DO_TYPEA_CFG()