Home
last modified time | relevance | path

Searched refs:size0 (Results 1 – 20 of 20) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/omap3/
H A Demif4.c130 unsigned int size0 = 0, size1 = 0; in dram_init() local
132 size0 = get_sdr_cs_size(CS0); in dram_init()
141 gd->ram_size = size0 + size1; in dram_init()
147 unsigned int size0 = 0, size1 = 0; in dram_init_banksize() local
149 size0 = get_sdr_cs_size(CS0); in dram_init_banksize()
153 gd->bd->bi_dram[0].size = size0; in dram_init_banksize()
H A Dsdrc.c200 unsigned int size0 = 0, size1 = 0; in dram_init() local
202 size0 = get_sdr_cs_size(CS0); in dram_init()
214 gd->ram_size = size0 + size1; in dram_init()
221 unsigned int size0 = 0, size1 = 0; in dram_init_banksize() local
223 size0 = get_sdr_cs_size(CS0); in dram_init_banksize()
227 gd->bd->bi_dram[0].size = size0; in dram_init_banksize()
/OK3568_Linux_fs/kernel/samples/connector/
H A Dcn_test.c44 int size, size0;
49 size0 = sizeof(*msg) + sizeof(*ctl) + 3 * sizeof(*req);
51 size = NLMSG_SPACE(size0);
67 memset(msg, 0, size0);
73 msg->len = size0 - sizeof(*msg);
/OK3568_Linux_fs/kernel/drivers/pci/
H A Dsetup-bus.c885 resource_size_t size = 0, size0 = 0, size1 = 0; in pbus_size_io() local
923 size0 = calculate_iosize(size, min_size, size1, 0, 0, in pbus_size_io()
925 size1 = (!realloc_head || (realloc_head && !add_size && !children_add_size)) ? size0 : in pbus_size_io()
928 if (!size0 && !size1) { in pbus_size_io()
937 b_res->end = b_res->start + size0 - 1; in pbus_size_io()
939 if (bus->self && size1 > size0 && realloc_head) { in pbus_size_io()
940 add_to_list(realloc_head, bus->self, b_res, size1-size0, in pbus_size_io()
944 (unsigned long long) size1 - size0); in pbus_size_io()
996 resource_size_t min_align, align, size, size0, size1; in pbus_size_mem() local
1076 size0 = calculate_memsize(size, min_size, 0, 0, resource_size(b_res), min_align); in pbus_size_mem()
[all …]
/OK3568_Linux_fs/yocto/meta-browser/meta-firefox/recipes-browser/firefox/firefox/fixes/
H A D0003-Fix-build-with-Werror-Wunused-but-set-variable.patch23 - unsigned int size0, size1, supp_size;
24 + unsigned int size0, size1;
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dipv6_sockglue.c237 const int size0 = offsetof(struct compat_group_filter, gf_slist); in compat_ipv6_set_mcast_msfilter() local
243 if (optlen < size0) in compat_ipv6_set_mcast_msfilter()
1058 const int size0 = offsetof(struct group_filter, gf_slist); in ipv6_get_msfilter() local
1064 if (len < size0) in ipv6_get_msfilter()
1066 if (copy_from_user(&gsf, p, size0)) in ipv6_get_msfilter()
1077 copy_to_user(p, &gsf, size0)) in ipv6_get_msfilter()
1087 const int size0 = offsetof(struct compat_group_filter, gf_slist); in compat_ipv6_get_msfilter() local
1096 if (len < size0) in compat_ipv6_get_msfilter()
1099 if (copy_from_user(&gf32, p, size0)) in compat_ipv6_get_msfilter()
/OK3568_Linux_fs/kernel/arch/s390/boot/
H A Dipl_report.c24 static inline bool intersects(unsigned long addr0, unsigned long size0, in intersects() argument
27 return addr0 + size0 > addr1 && addr1 + size1 > addr0; in intersects()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dip_sockglue.c803 const int size0 = offsetof(struct compat_group_filter, gf_slist); in compat_ip_set_mcast_msfilter() local
809 if (optlen < size0) in compat_ip_set_mcast_msfilter()
1459 const int size0 = offsetof(struct group_filter, gf_slist); in ip_get_mcast_msfilter() local
1465 if (len < size0) in ip_get_mcast_msfilter()
1467 if (copy_from_user(&gsf, p, size0)) in ip_get_mcast_msfilter()
1477 copy_to_user(p, &gsf, size0)) in ip_get_mcast_msfilter()
1485 const int size0 = offsetof(struct compat_group_filter, gf_slist); in compat_ip_get_mcast_msfilter() local
1492 if (len < size0) in compat_ip_get_mcast_msfilter()
1494 if (copy_from_user(&gf32, p, size0)) in compat_ip_get_mcast_msfilter()
/OK3568_Linux_fs/kernel/arch/mips/include/asm/octeon/
H A Dcvmx-pko.h184 uint64_t size0:2; member
259 uint64_t size0:2;
H A Dcvmx-pko-defs.h2094 uint64_t size0:8; member
2096 uint64_t size0:8;
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/mthca/
H A Dmthca_qp.c1641 int size0; in mthca_tavor_post_send() local
1791 size0 = size; in mthca_tavor_post_send()
1808 (qp->qpn << 8) | size0, in mthca_tavor_post_send()
1837 int size0; in mthca_tavor_post_receive() local
1888 size0 = size; in mthca_tavor_post_receive()
1900 mthca_write64((qp->rq.next_ind << qp->rq.wqe_shift) | size0, in mthca_tavor_post_receive()
1913 mthca_write64((qp->rq.next_ind << qp->rq.wqe_shift) | size0, in mthca_tavor_post_receive()
1945 int size0; in mthca_arbel_post_send() local
1978 mthca_write64(dbhi, (qp->qpn << 8) | size0, in mthca_arbel_post_send()
2121 size0 = size; in mthca_arbel_post_send()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/pci/intel/ipu3/
H A Dipu3-cio2.c1888 size_t size0, i; in arrange() local
1894 size0 = min(CHUNK_SIZE(&arr[0]), CHUNK_SIZE(&arr[1])); in arrange()
1897 for (i = 0; i < size0; i++) { in arrange()
1908 arr[0].begin += size0; in arrange()
1915 arr[0].end = arr[1].begin + size0 - 1; in arrange()
1916 arr[1].begin += size0; in arrange()
/OK3568_Linux_fs/kernel/drivers/edac/
H A Damd64_edac.c828 int dimm, size0, size1, cs0, cs1, cs_mode; in debug_display_dimm_sizes_df() local
838 size0 = pvt->ops->dbam_to_cs(pvt, ctrl, cs_mode, cs0); in debug_display_dimm_sizes_df()
842 cs0, size0, in debug_display_dimm_sizes_df()
2182 int dimm, size0, size1; in debug_display_dimm_sizes() local
2212 size0 = 0; in debug_display_dimm_sizes()
2220 size0 = pvt->ops->dbam_to_cs(pvt, ctrl, in debug_display_dimm_sizes()
2231 dimm * 2, size0, in debug_display_dimm_sizes()
/OK3568_Linux_fs/kernel/drivers/staging/octeon/
H A Dethernet-tx.c256 pko_command.s.size0 = CVMX_FAU_OP_SIZE_32; in cvm_oct_xmit()
H A Docteon-stubs.h1159 uint64_t size0:2; member
/OK3568_Linux_fs/kernel/drivers/firewire/
H A Dcore-cdev.c272 void *data0, size_t size0, void *data1, size_t size1) in queue_event() argument
277 event->v[0].size = size0; in queue_event()
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/av1d/
H A Dhal_av1d_vdpu.c1527 RK_S32 size0 = transpose ? dxva->tiles.cols : dxva->tiles.rows; in vdpu_av1d_set_tile_info_mem() local
1533 for (tile0 = 0; tile0 < size0; tile0++) { in vdpu_av1d_set_tile_info_mem()
1537 RK_S32 tile_id = transpose ? tile1 * size0 + tile0 : tile0 * size1 + tile1; in vdpu_av1d_set_tile_info_mem()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/
H A Dcore_c.h1533 CVAPI(int) cvGetOptimalDFTSize( int size0 );
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Dcore_c.h1533 CVAPI(int) cvGetOptimalDFTSize( int size0 );
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Dcore_c.h1533 CVAPI(int) cvGetOptimalDFTSize( int size0 );