| /OK3568_Linux_fs/kernel/drivers/char/tpm/eventlog/ |
| H A D | of.c | 24 const u64 *basep; in tpm_read_log_of() local 39 basep = of_get_property(np, "linux,sml-base", NULL); in tpm_read_log_of() 40 if (sizep == NULL && basep == NULL) in tpm_read_log_of() 42 if (sizep == NULL || basep == NULL) in tpm_read_log_of() 57 base = be64_to_cpup((__force __be64 *)basep); in tpm_read_log_of() 60 base = *basep; in tpm_read_log_of()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | crash_dump.c | 128 const __be32 *basep, *sizep; in crash_free_reserved_phys_range() local 131 basep = of_get_property(rtas.dev, "linux,rtas-base", NULL); in crash_free_reserved_phys_range() 134 if (basep && sizep) { in crash_free_reserved_phys_range() 135 rtas_start = be32_to_cpup(basep); in crash_free_reserved_phys_range()
|
| H A D | rtas.c | 1299 const u32 *basep, *entryp, *sizep; in early_init_dt_scan_rtas() local 1304 basep = of_get_flat_dt_prop(node, "linux,rtas-base", NULL); in early_init_dt_scan_rtas() 1314 if (basep && entryp && sizep) { in early_init_dt_scan_rtas() 1315 rtas.base = *basep; in early_init_dt_scan_rtas() 1321 basep = of_get_flat_dt_prop(node, "put-term-char", NULL); in early_init_dt_scan_rtas() 1322 if (basep) in early_init_dt_scan_rtas() 1323 rtas_putchar_token = *basep; in early_init_dt_scan_rtas() 1325 basep = of_get_flat_dt_prop(node, "get-term-char", NULL); in early_init_dt_scan_rtas() 1326 if (basep) in early_init_dt_scan_rtas() 1327 rtas_getchar_token = *basep; in early_init_dt_scan_rtas()
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | bootstage.c | 17 static int get_base_size(int argc, char * const argv[], ulong *basep, in get_base_size() argument 22 *basep = CONFIG_BOOTSTAGE_STASH_ADDR; in get_base_size() 26 *basep = simple_strtoul(argv[1], &endp, 16); in get_base_size()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/ |
| H A D | mali_base_kernel.h | 54 } basep; member 349 } basep; member 370 } basep; member 382 } basep; member 973 LOCAL_ASSERT(fence->basep.fd == INVALID_PLATFORM_FENCE); in base_jd_fence_trigger_setup_v2() 974 LOCAL_ASSERT(fence->basep.stream_fd >= 0); in base_jd_fence_trigger_setup_v2() 1002 LOCAL_ASSERT(fence->basep.fd >= 0); in base_jd_fence_wait_setup_v2() 1022 address = handle.basep.handle; in base_external_resource_init()
|
| H A D | mali_kbase_softjobs.c | 1402 fence.basep.stream_fd); in kbase_prepare_soft_job() 1406 fence.basep.fd = fd; in kbase_prepare_soft_job() 1410 fence.basep.fd = -EINVAL; in kbase_prepare_soft_job() 1425 fence.basep.fd); in kbase_prepare_soft_job()
|
| H A D | mali_kbase_mem.c | 1143 sset->mem_handle.basep.handle); in kbase_do_syncset() 1146 sset->mem_handle.basep.handle); in kbase_do_syncset() 1160 start, sset->mem_handle.basep.handle); in kbase_do_syncset() 1218 if (sset->mem_handle.basep.handle & ~PAGE_MASK) { in kbase_sync_now()
|
| H A D | mali_kbase_mem_linux.c | 1182 if (ai[i].handle.basep.handle < BASE_MEM_FIRST_FREE_ADDRESS) { 1183 if (ai[i].handle.basep.handle != 1198 (ai[i].handle.basep.handle >> PAGE_SHIFT) << PAGE_SHIFT);
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kexec/ |
| H A D | core_64.c | 41 const unsigned long *basep; in default_machine_kexec_prepare() local 55 basep = of_get_property(node, "linux,tce-base", NULL); in default_machine_kexec_prepare() 57 if (basep == NULL || sizep == NULL) in default_machine_kexec_prepare() 60 low = *basep; in default_machine_kexec_prepare()
|
| /OK3568_Linux_fs/kernel/drivers/media/test-drivers/vimc/ |
| H A D | vimc-sensor.c | 199 u8 *basep[TPG_MAX_PLANES][2]; in vimc_sen_process_frame() local 204 tpg_calc_text_basep(&vsen->tpg, basep, 0, vsen->frame); in vimc_sen_process_frame() 209 tpg_gen_text(&vsen->tpg, basep, line++ * line_height, in vimc_sen_process_frame() 217 tpg_gen_text(&vsen->tpg, basep, line++ * line_height, 16, str); in vimc_sen_process_frame() 221 tpg_gen_text(&vsen->tpg, basep, line++ * line_height, 16, str); in vimc_sen_process_frame() 233 tpg_gen_text(&vsen->tpg, basep, line++ * line_height, 16, str); in vimc_sen_process_frame()
|
| /OK3568_Linux_fs/kernel/drivers/media/test-drivers/vivid/ |
| H A D | vivid-kthread-cap.c | 415 u8 *basep[TPG_MAX_PLANES][2]; in vivid_fillbuff() local 466 tpg_calc_text_basep(tpg, basep, p, vbuf); in vivid_fillbuff() 490 tpg_gen_text(tpg, basep, line++ * line_height, 16, str); in vivid_fillbuff() 495 tpg_gen_text(tpg, basep, line++ * line_height, 16, str); in vivid_fillbuff() 505 tpg_gen_text(tpg, basep, line++ * line_height, 16, str); in vivid_fillbuff() 510 tpg_gen_text(tpg, basep, line++ * line_height, 16, str); in vivid_fillbuff() 516 tpg_gen_text(tpg, basep, line++ * line_height, 16, str); in vivid_fillbuff() 522 tpg_gen_text(tpg, basep, line++ * line_height, 16, str); in vivid_fillbuff() 527 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() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/common/v4l2-tpg/ |
| H A D | v4l2-tpg-core.c | 1885 PIXTYPE *pos = (PIXTYPE *)(basep[p][(line / vdiv) & 1] + \ 1928 static noinline void tpg_print_str_2(const struct tpg_data *tpg, u8 *basep[TPG_MAX_PLANES][2], in tpg_print_str_2() 1935 static noinline void tpg_print_str_4(const struct tpg_data *tpg, u8 *basep[TPG_MAX_PLANES][2], in tpg_print_str_4() 1942 static noinline void tpg_print_str_6(const struct tpg_data *tpg, u8 *basep[TPG_MAX_PLANES][2], in tpg_print_str_6() 1949 static noinline void tpg_print_str_8(const struct tpg_data *tpg, u8 *basep[TPG_MAX_PLANES][2], in tpg_print_str_8() 1956 void tpg_gen_text(const struct tpg_data *tpg, u8 *basep[TPG_MAX_PLANES][2], in tpg_gen_text() 1965 if (font8x16 == NULL || basep == NULL || text == NULL) in tpg_gen_text() 1991 tpg_print_str_2(tpg, basep, p, first, div, step, y, x, in tpg_gen_text() 1995 tpg_print_str_4(tpg, basep, p, first, div, step, y, x, in tpg_gen_text() 1999 tpg_print_str_6(tpg, basep, p, first, div, step, y, x, in tpg_gen_text() [all …]
|
| /OK3568_Linux_fs/kernel/arch/alpha/kernel/ |
| H A D | osf_sys.c | 105 long __user *basep; member 128 if (buf->basep) { in osf_filldir() 129 if (put_user(offset, buf->basep)) in osf_filldir() 131 buf->basep = NULL; in osf_filldir() 151 long __user *, basep) in SYSCALL_DEFINE4() argument 158 .basep = basep, in SYSCALL_DEFINE4()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/powernv/ |
| H A D | opal.c | 113 const void *basep, *entryp, *sizep; in early_init_dt_scan_opal() local 119 basep = of_get_flat_dt_prop(node, "opal-base-address", &basesz); in early_init_dt_scan_opal() 123 if (!basep || !entryp || !sizep) in early_init_dt_scan_opal() 126 opal.base = of_read_number(basep, basesz/4); in early_init_dt_scan_opal() 131 opal.base, basep, basesz); in early_init_dt_scan_opal()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | fdtdec.h | 817 fdt_addr_t *basep, fdt_size_t *sizep); 875 fdt_addr_t *basep, fdt_size_t *sizep);
|
| /OK3568_Linux_fs/kernel/include/uapi/gpu/arm/bifrost/ |
| H A D | mali_base_common_kernel.h | 30 } basep; member
|
| H A D | mali_base_kernel.h | 161 } basep; member
|
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | fdtdec.c | 910 fdt_addr_t *basep, fdt_size_t *sizep) in fdtdec_decode_region() argument 923 *basep = fdt_addr_to_cpu(*cell); in fdtdec_decode_region() 925 debug("%s: base=%08lx, size=%lx\n", __func__, (ulong)*basep, in fdtdec_decode_region() 990 fdt_addr_t *basep, fdt_size_t *sizep) in fdtdec_decode_memory_region() argument 1043 *basep = base + offset; in fdtdec_decode_memory_region()
|
| /OK3568_Linux_fs/kernel/fs/xfs/libxfs/ |
| H A D | xfs_attr_leaf.h | 57 unsigned int *basep);
|
| H A D | xfs_attr_leaf.c | 681 unsigned int *basep) in xfs_attr_sf_findname() argument 705 if (basep != NULL) in xfs_attr_sf_findname() 706 *basep = base; in xfs_attr_sf_findname()
|
| /OK3568_Linux_fs/kernel/include/media/tpg/ |
| H A D | v4l2-tpg.h | 244 u8 *basep[TPG_MAX_PLANES][2], int y, int x, const char *text); 246 u8 *basep[TPG_MAX_PLANES][2], unsigned p, u8 *vbuf);
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/pseries/ |
| H A D | iommu.c | 499 const unsigned long *basep; in iommu_table_setparms() local 504 basep = of_get_property(node, "linux,tce-base", NULL); in iommu_table_setparms() 506 if (basep == NULL || sizep == NULL) { in iommu_table_setparms() 512 tbl->it_base = (unsigned long)__va(*basep); in iommu_table_setparms()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/ |
| H A D | mali_kbase_softjobs.c | 1622 fence.basep.stream_fd); in kbase_prepare_soft_job() 1626 fence.basep.fd = fd; in kbase_prepare_soft_job() 1636 fence.basep.fd = -EINVAL; in kbase_prepare_soft_job() 1653 fence.basep.fd); in kbase_prepare_soft_job()
|
| H A D | mali_kbase_mem_linux.c | 1904 if (ai[i].handle.basep.handle < BASE_MEM_FIRST_FREE_ADDRESS) { in kbase_mem_alias() 1905 if (ai[i].handle.basep.handle != in kbase_mem_alias() 1921 (ai[i].handle.basep.handle >> PAGE_SHIFT) << PAGE_SHIFT); in kbase_mem_alias()
|
| H A D | mali_kbase_mem.c | 2151 sset->mem_handle.basep.handle); in kbase_do_syncset() 2154 sset->mem_handle.basep.handle); in kbase_do_syncset() 2179 start, sset->mem_handle.basep.handle); in kbase_do_syncset() 2238 if (sset->mem_handle.basep.handle & ~PAGE_MASK) { in kbase_sync_now()
|