Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mmc/
H A Ddavinci_mmc.c23 #define get_val(addr) REG(addr) macro
130 mmcstatus = get_val(&regs->mmcst1);
146 mmcstatus = get_val(&regs->mmcst0);
150 get_val(&regs->mmcst1));
175 mmcstatus = get_val(&regs->mmcst0);
259 mmcstatus = get_val(&regs->mmcst0);
272 cmd->response[0] = get_val(&regs->mmcrsp67);
273 cmd->response[1] = get_val(&regs->mmcrsp45);
321 cmddata = get_val(&regs->mmcdrr);
368 get_val(&regs->mmcst0);
[all …]
/openbmc/linux/arch/arm/boot/compressed/
H A Dfdt_check_mem_start.c37 static uint64_t get_val(const fdt32_t *cells, uint32_t ncells) in get_val() function
93 size = get_val(usable + addr_cells, size_cells); in fdt_check_mem_start()
122 size = get_val(reg + addr_cells, size_cells); in fdt_check_mem_start()
/openbmc/linux/drivers/cpufreq/
H A Dintel_pstate.c291 u64 (*get_val)(struct cpudata*, int pstate); member
2027 pstate_funcs.get_val(cpu, pstate)); in intel_pstate_set_pstate()
2303 wrmsrl(MSR_IA32_PERF_CTL, pstate_funcs.get_val(cpu, pstate)); in intel_pstate_update_pstate()
2375 .get_val = core_get_val,
2383 .get_val = atom_get_val,
2393 .get_val = atom_get_val,
2405 .get_val = core_get_val,
2889 pstate_funcs.get_val(cpu, target_pstate)); in intel_cpufreq_perf_ctl_update()
2892 pstate_funcs.get_val(cpu, target_pstate)); in intel_cpufreq_perf_ctl_update()
3244 pstate_funcs.get_val = funcs->get_val; in copy_cpu_funcs()
/openbmc/openbmc/poky/bitbake/lib/
H A Dpyinotify.py266 def get_val(self): member in ProcINotify
288 value = property(get_val, set_val)
291 return '<%s=%d>' % (self._attr, self.get_val())