Home
last modified time | relevance | path

Searched refs:basep (Results 1 – 10 of 10) sorted by relevance

/linux-4.4.14/drivers/char/tpm/
Dtpm_of.c27 const u64 *basep; in read_log() local
50 basep = of_get_property(np, "linux,sml-base", NULL); in read_log()
51 if (basep == NULL) { in read_log()
66 memcpy(log->bios_event_log, __va(*basep), *sizep); in read_log()
/linux-4.4.14/arch/powerpc/kernel/
Dcrash_dump.c129 const __be32 *basep, *sizep; in crash_free_reserved_phys_range() local
132 basep = of_get_property(rtas.dev, "linux,rtas-base", NULL); in crash_free_reserved_phys_range()
135 if (basep && sizep) { in crash_free_reserved_phys_range()
136 rtas_start = be32_to_cpup(basep); in crash_free_reserved_phys_range()
Drtas.c1137 const __be32 *basep, *entryp, *sizep; in rtas_initialize() local
1139 basep = of_get_property(rtas.dev, "linux,rtas-base", NULL); in rtas_initialize()
1141 if (basep != NULL && sizep != NULL) { in rtas_initialize()
1142 rtas.base = __be32_to_cpu(*basep); in rtas_initialize()
1175 const u32 *basep, *entryp, *sizep; in early_init_dt_scan_rtas() local
1180 basep = of_get_flat_dt_prop(node, "linux,rtas-base", NULL); in early_init_dt_scan_rtas()
1184 if (basep && entryp && sizep) { in early_init_dt_scan_rtas()
1185 rtas.base = *basep; in early_init_dt_scan_rtas()
1191 basep = of_get_flat_dt_prop(node, "put-term-char", NULL); in early_init_dt_scan_rtas()
1192 if (basep) in early_init_dt_scan_rtas()
[all …]
Dmachine_kexec_64.c54 const unsigned long *basep; in default_machine_kexec_prepare() local
94 basep = of_get_property(node, "linux,tce-base", NULL); in default_machine_kexec_prepare()
96 if (basep == NULL || sizep == NULL) in default_machine_kexec_prepare()
99 low = *basep; in default_machine_kexec_prepare()
/linux-4.4.14/drivers/media/platform/vivid/
Dvivid-kthread-cap.c425 u8 *basep[TPG_MAX_PLANES][2]; in vivid_fillbuff() local
482 tpg_calc_text_basep(tpg, basep, p, vbuf); in vivid_fillbuff()
506 tpg_gen_text(tpg, basep, line++ * line_height, 16, str); in vivid_fillbuff()
511 tpg_gen_text(tpg, basep, line++ * line_height, 16, str); in vivid_fillbuff()
521 tpg_gen_text(tpg, basep, line++ * line_height, 16, str); in vivid_fillbuff()
526 tpg_gen_text(tpg, basep, line++ * line_height, 16, str); in vivid_fillbuff()
532 tpg_gen_text(tpg, basep, line++ * line_height, 16, str); in vivid_fillbuff()
538 tpg_gen_text(tpg, basep, line++ * line_height, 16, str); in vivid_fillbuff()
543 tpg_gen_text(tpg, basep, line++ * line_height, 16, str); in vivid_fillbuff()
548 tpg_gen_text(tpg, basep, line++ * line_height, 16, str); in vivid_fillbuff()
[all …]
Dvivid-tpg.c1574 PIXTYPE *pos = (PIXTYPE *)(basep[p][(line / vdiv) & 1] + \
1617 static noinline void tpg_print_str_2(const struct tpg_data *tpg, u8 *basep[TPG_MAX_PLANES][2], in tpg_print_str_2()
1624 static noinline void tpg_print_str_4(const struct tpg_data *tpg, u8 *basep[TPG_MAX_PLANES][2], in tpg_print_str_4()
1631 static noinline void tpg_print_str_6(const struct tpg_data *tpg, u8 *basep[TPG_MAX_PLANES][2], in tpg_print_str_6()
1638 static noinline void tpg_print_str_8(const struct tpg_data *tpg, u8 *basep[TPG_MAX_PLANES][2], in tpg_print_str_8()
1645 void tpg_gen_text(const struct tpg_data *tpg, u8 *basep[TPG_MAX_PLANES][2], in tpg_gen_text()
1654 if (font8x16 == NULL || basep == NULL) in tpg_gen_text()
1678 tpg_print_str_2(tpg, basep, p, first, div, step, y, x, in tpg_gen_text()
1682 tpg_print_str_4(tpg, basep, p, first, div, step, y, x, in tpg_gen_text()
1686 tpg_print_str_6(tpg, basep, p, first, div, step, y, x, in tpg_gen_text()
[all …]
Dvivid-tpg.h205 u8 *basep[TPG_MAX_PLANES][2], int y, int x, char *text);
207 u8 *basep[TPG_MAX_PLANES][2], unsigned p, u8 *vbuf);
/linux-4.4.14/arch/powerpc/platforms/powernv/
Dopal.c77 const void *basep, *entryp, *sizep; in early_init_dt_scan_opal() local
83 basep = of_get_flat_dt_prop(node, "opal-base-address", &basesz); in early_init_dt_scan_opal()
87 if (!basep || !entryp || !sizep) in early_init_dt_scan_opal()
90 opal.base = of_read_number(basep, basesz/4); in early_init_dt_scan_opal()
95 opal.base, basep, basesz); in early_init_dt_scan_opal()
/linux-4.4.14/arch/alpha/kernel/
Dosf_sys.c101 long __user *basep; member
124 if (buf->basep) { in osf_filldir()
125 if (put_user(offset, buf->basep)) in osf_filldir()
127 buf->basep = NULL; in osf_filldir()
147 long __user *, basep) in SYSCALL_DEFINE4() argument
154 .basep = basep, in SYSCALL_DEFINE4()
/linux-4.4.14/arch/powerpc/platforms/pseries/
Diommu.c540 const unsigned long *basep, *sw_inval; in iommu_table_setparms() local
545 basep = of_get_property(node, "linux,tce-base", NULL); in iommu_table_setparms()
547 if (basep == NULL || sizep == NULL) { in iommu_table_setparms()
553 tbl->it_base = (unsigned long)__va(*basep); in iommu_table_setparms()