Home
last modified time | relevance | path

Searched refs:size (Results 19501 - 19525 of 28103) sorted by relevance

1...<<781782783784785786787788789790>>...1125

/kernel/linux/linux-6.6/drivers/media/platform/qcom/venus/
H A Dvdec.c120 unsigned int size = ARRAY_SIZE(vdec_formats); in find_format() local
123 for (i = 0; i < size; i++) { in find_format()
128 if (i == size || fmt[i].type != type) in find_format()
150 unsigned int size = ARRAY_SIZE(vdec_formats); in find_format_by_index() local
153 if (index > size) in find_format_by_index()
156 for (i = 0; i < size; i++) { in find_format_by_index()
178 if (i == size) in find_format_by_index()
831 if (bufreq.size > inst->output_buf_size) in vdec_output_conf()
840 if (bufreq.size > inst->output2_buf_size) in vdec_output_conf()
/kernel/linux/linux-6.6/drivers/media/platform/st/sti/hva/
H A Dhva-v4l2.c85 * A compression ratio of 2 is assumed: thus, the maximum size in estimated_stream_size()
103 frameinfo->size = frame_size(frameinfo->aligned_width, in set_default_params()
330 f->fmt.pix.sizeimage = frameinfo->size; in hva_g_fmt_frame()
509 ctx->frameinfo.size = pix->sizeimage; in hva_s_fmt_frame()
563 * filled in by the driver client; the size of these data is in hva_qbuf()
915 unsigned int size; in hva_queue_setup() local
920 size = vq->type == V4L2_BUF_TYPE_VIDEO_OUTPUT ? in hva_queue_setup()
921 ctx->frameinfo.size : ctx->max_stream_size; in hva_queue_setup()
924 return sizes[0] < size ? -EINVAL : 0; in hva_queue_setup()
928 sizes[0] = size; in hva_queue_setup()
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/chips-media/
H A Dcoda-jpeg.c588 int size[256]; in coda9_jpeg_gen_enc_huff_tab() member
612 huff->size[k++] = i; in coda9_jpeg_gen_enc_huff_tab()
619 si = huff->size[0]; in coda9_jpeg_gen_enc_huff_tab()
621 while (huff->size[k] == si) { in coda9_jpeg_gen_enc_huff_tab()
637 ehufsi[i] = huff->size[k]; in coda9_jpeg_gen_enc_huff_tab()
719 int size[4][256]; in coda9_jpeg_load_huff_tab() member
730 /* Generate all four (luma/chroma DC/AC) code/size lookup tables */ in coda9_jpeg_load_huff_tab()
732 ret = coda9_jpeg_gen_enc_huff_tab(ctx, i, huff->size[i], in coda9_jpeg_load_huff_tab()
759 if (huff->size[t][i] == 0 && huff->code[t][i] == 0) in coda9_jpeg_load_huff_tab()
763 ((huff->size[ in coda9_jpeg_load_huff_tab()
[all...]
/kernel/linux/linux-6.6/drivers/media/pci/cobalt/
H A Dcobalt-v4l2.c39 unsigned size = s->stride * s->height; in cobalt_queue_setup() local
46 return sizes[0] < size ? -EINVAL : 0; in cobalt_queue_setup()
48 sizes[0] = size; in cobalt_queue_setup()
63 unsigned size; in cobalt_buf_init() local
66 size = s->stride * s->height; in cobalt_buf_init()
67 if (vb2_plane_size(vb, 0) < size) { in cobalt_buf_init()
69 vb2_plane_size(vb, 0), size); in cobalt_buf_init()
81 !s->is_output, sg_desc->nents, size, in cobalt_buf_init()
448 regs->size = 4; in cobalt_cobaltc()
741 /* Check for min (QCIF) and max (Full HD) size */ in cobalt_try_fmt_vid_cap()
[all...]
/kernel/linux/linux-6.6/drivers/media/i2c/
H A Dov9650.c82 #define COM8_AECSTEP 0x40 /* Unlimited AEC step size */
236 struct v4l2_frmsize_discrete size; member
1133 if (mbus_fmt->width != iv->size.width || in __ov965x_set_frame_interval()
1134 mbus_fmt->height != iv->size.height) in __ov965x_set_frame_interval()
1188 const struct ov965x_framesize **size) in __ov965x_try_frame_size()
1208 if (size) in __ov965x_try_frame_size()
1209 *size = match; in __ov965x_try_frame_size()
1219 const struct ov965x_framesize *size = NULL; in ov965x_set_fmt() local
1222 __ov965x_try_frame_size(mf, &size); in ov965x_set_fmt()
1244 ov965x->frame_size = size; in ov965x_set_fmt()
1187 __ov965x_try_frame_size(struct v4l2_mbus_framefmt *mf, const struct ov965x_framesize **size) __ov965x_try_frame_size() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mei/
H A Dmain.c67 __le32 size; member
89 __le32 size; member
272 mem->ctrl->size = cpu_to_le32(sizeof(*mem->ctrl)); in iwl_mei_init_shared_mem()
277 h2m->q_ctrl_blk[SAP_QUEUE_IDX_DATA].size = in iwl_mei_init_shared_mem()
279 h2m->q_ctrl_blk[SAP_QUEUE_IDX_NOTIF].size = in iwl_mei_init_shared_mem()
281 m2h->q_ctrl_blk[SAP_QUEUE_IDX_DATA].size = in iwl_mei_init_shared_mem()
283 m2h->q_ctrl_blk[SAP_QUEUE_IDX_NOTIF].size = in iwl_mei_init_shared_mem()
294 le32_to_cpu(mem->ctrl->dir[dir].q_ctrl_blk[queue].size); in iwl_mei_init_shared_mem()
296 le32_to_cpu(mem->ctrl->dir[dir].q_ctrl_blk[queue].size); in iwl_mei_init_shared_mem()
645 "size i in iwl_mei_handle_rx_start_ok()
[all...]
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dsev.c336 char *dst, char *buf, size_t size) in vc_write_mem()
359 switch (size) { in vc_write_mem()
397 WARN_ONCE(1, "%s: Invalid size: %zu\n", __func__, size); in vc_write_mem()
415 char *src, char *buf, size_t size) in vc_read_mem()
438 switch (size) { in vc_read_mem()
475 WARN_ONCE(1, "%s: Invalid size: %zu\n", __func__, size); in vc_read_mem()
527 static enum es_result vc_ioio_check(struct es_em_ctxt *ctxt, u16 port, size_t size) in vc_ioio_check() argument
529 BUG_ON(size > in vc_ioio_check()
335 vc_write_mem(struct es_em_ctxt *ctxt, char *dst, char *buf, size_t size) vc_write_mem() argument
414 vc_read_mem(struct es_em_ctxt *ctxt, char *src, char *buf, size_t size) vc_read_mem() argument
[all...]
/kernel/linux/linux-6.6/arch/x86/mm/pat/
H A Dset_memory.c315 static void clflush_cache_range_opt(void *vaddr, unsigned int size) in clflush_cache_range_opt() argument
319 void *vend = vaddr + size; in clflush_cache_range_opt()
331 * @size: number of bytes to flush
336 void clflush_cache_range(void *vaddr, unsigned int size) in clflush_cache_range() argument
339 clflush_cache_range_opt(vaddr, size); in clflush_cache_range()
345 void arch_invalidate_pmem(void *addr, size_t size) in arch_invalidate_pmem() argument
347 clflush_cache_range(addr, size); in arch_invalidate_pmem()
1003 unsigned long size) in split_set_pte()
1005 unsigned int npg = PFN_DOWN(size); in split_set_pte()
1029 if (size in split_set_pte()
1001 split_set_pte(struct cpa_data *cpa, pte_t *pte, unsigned long pfn, pgprot_t ref_prot, unsigned long address, unsigned long size) split_set_pte() argument
[all...]
/kernel/linux/linux-6.6/drivers/hid/usbhid/
H A Dhid-core.c663 unsigned char type, void *buf, int size) in hid_get_class_descriptor()
667 memset(buf, 0, size); in hid_get_class_descriptor()
672 (type << 8), ifnum, buf, size, USB_CTRL_GET_TIMEOUT); in hid_get_class_descriptor()
674 } while (result < size && retries); in hid_get_class_descriptor()
842 unsigned int size; in hid_find_max_report() local
845 size = ((report->size - 1) >> 3) + 1 + hid->report_enum[type].numbered; in hid_find_max_report()
846 if (*max < size) in hid_find_max_report()
847 *max = size; in hid_find_max_report()
1028 dbg_hid("weird size o in usbhid_parse()
662 hid_get_class_descriptor(struct usb_device *dev, int ifnum, unsigned char type, void *buf, int size) hid_get_class_descriptor() argument
[all...]
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-snap.c35 * The size of the mempool used to track chunks in use.
336 * the size of the minors list then it should be nearly perfect
536 /* Sort the list according to chunk size, largest-first smallest-last */ in __insert_snapshot()
592 * Move snapshot to correct place in list according to chunk size.
658 uint32_t size, unsigned int hash_shift) in dm_exception_table_init()
663 et->hash_mask = size - 1; in dm_exception_table_init()
664 et->table = kvmalloc_array(size, sizeof(struct hlist_bl_head), in dm_exception_table_init()
669 for (i = 0; i < size; i++) in dm_exception_table_init()
681 int i, size; in dm_exception_table_exit() local
683 size in dm_exception_table_exit()
657 dm_exception_table_init(struct dm_exception_table *et, uint32_t size, unsigned int hash_shift) dm_exception_table_init() argument
2591 origin_write_extent(struct dm_snapshot *merging_snap, sector_t sector, unsigned int size) origin_write_extent() argument
[all...]
/kernel/liteos_a/drivers/block/disk/src/
H A Ddisk.c420 static INT32 DiskPartitionMemZalloc(size_t boundary, size_t size, CHAR **gptBuf, CHAR **partitionBuf) in DiskPartitionMemZalloc() argument
425 buffer1 = (CHAR *)memalign(boundary, size); in DiskPartitionMemZalloc()
427 PRINT_ERR("%s buffer1 malloc %lu failed! %d\n", __FUNCTION__, size, __LINE__); in DiskPartitionMemZalloc()
430 buffer2 = (CHAR *)memalign(boundary, size); in DiskPartitionMemZalloc()
432 PRINT_ERR("%s buffer2 malloc %lu failed! %d\n", __FUNCTION__, size, __LINE__); in DiskPartitionMemZalloc()
436 (VOID)memset_s(buffer1, size, 0, size); in DiskPartitionMemZalloc()
437 (VOID)memset_s(buffer2, size, 0, size); in DiskPartitionMemZalloc()
1030 } else if (cmd == DISK_GET_BLOCK_SIZE) { /* Get erase block size i in los_disk_ioctl()
[all...]
/kernel/liteos_a/kernel/extended/liteipc/
H A Dhm_liteipc.c165 for (i = 0; i < (region->range.size >> PAGE_SHIFT); i++) { in DoIpcMmap()
186 if (i != (region->range.size >> PAGE_SHIFT)) { in DoIpcMmap()
206 if ((ipcInfo == NULL) || (region == NULL) || (region->range.size > LITE_IPC_POOL_MAX_SIZE) || in LiteIpcMmap()
226 ipcInfo->pool.kvaddr = LOS_VMalloc(region->range.size); in LiteIpcMmap()
237 if (LOS_MemInit(ipcInfo->pool.kvaddr, region->range.size) != LOS_OK) { in LiteIpcMmap()
241 ipcInfo->pool.poolSize = region->range.size; in LiteIpcMmap()
356 LITE_OS_SEC_TEXT STATIC VOID *LiteIpcNodeAlloc(LosProcessCB *pcb, UINT32 size) in LiteIpcNodeAlloc() argument
358 VOID *ptr = LOS_MemAlloc(pcb->ipcInfo->pool.kvaddr, size); in LiteIpcNodeAlloc()
359 PRINT_INFO("LiteIpcNodeAlloc pid:%d, pool:%x buf:%x size:%d\n", in LiteIpcNodeAlloc()
360 pcb->processID, pcb->ipcInfo->pool.kvaddr, ptr, size); in LiteIpcNodeAlloc()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/isci/
H A Dhost.c802 /* Write the queue size */ in sci_controller_initialize_unsolicited_frame_queue()
2247 size_t size; in sci_controller_dma_alloc() local
2254 size = SCU_MAX_COMPLETION_QUEUE_ENTRIES * sizeof(u32); in sci_controller_dma_alloc()
2255 ihost->completion_queue = dmam_alloc_coherent(dev, size, &ihost->cq_dma, in sci_controller_dma_alloc()
2260 size = ihost->remote_node_entries * sizeof(union scu_remote_node_context); in sci_controller_dma_alloc()
2261 ihost->remote_node_context_table = dmam_alloc_coherent(dev, size, &ihost->rnc_dma, in sci_controller_dma_alloc()
2267 size = ihost->task_context_entries * sizeof(struct scu_task_context), in sci_controller_dma_alloc()
2268 ihost->task_context_table = dmam_alloc_coherent(dev, size, &ihost->tc_dma, in sci_controller_dma_alloc()
2273 size = SCI_UFI_TOTAL_SIZE; in sci_controller_dma_alloc()
2274 ihost->ufi_buf = dmam_alloc_coherent(dev, size, in sci_controller_dma_alloc()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/aacraid/
H A Daacraid.h336 u16 block_size; /* sector size in bytes */
598 __le32 size; /* Size in bytes of Fib which this QE points to */ member
683 __le32 Size; /* FIB size excluding xport header */
911 int (*adapter_ioremap)(struct aac_dev * dev, u32 size);
1230 s16 size; member
1278 u64 size; member
1297 s16 size; member
1324 u32 hbacmd_size; /* cmd size for native */
1439 /* 4KB sector size */
1704 #define aac_adapter_ioremap(dev, size) \
[all...]
/kernel/linux/linux-6.6/net/can/
H A Dbcm.c1294 static int bcm_sendmsg(struct socket *sock, struct msghdr *msg, size_t size) in bcm_sendmsg() argument
1307 if (size < MHSIZ) in bcm_sendmsg()
1316 if ((size - MHSIZ) % cfsiz) in bcm_sendmsg()
1390 if ((msg_head.nframes != 1) || (size != cfsiz + MHSIZ)) in bcm_sendmsg()
1649 static int bcm_recvmsg(struct socket *sock, struct msghdr *msg, size_t size, in bcm_recvmsg() argument
1661 if (skb->len < size) in bcm_recvmsg()
1662 size = skb->len; in bcm_recvmsg()
1664 err = memcpy_to_msg(msg, skb->data, size); in bcm_recvmsg()
1680 return size; in bcm_recvmsg()
/test/xts/acts/global/global_napi_test/entry/src/main/cpp/napi/
H A Dglobal_napi_test.cpp54 for (size_t i = 0; i < tempArray.size(); i++) { in GetFileList()
158 long size = OH_ResourceManager_SeekRawFile(rawFile, 1, 0); in GetRawFileContent() local
159 if (size == -1) { in GetRawFileContent()
198 int size = OH_ResourceManager_SeekRawFile64(rawFile, 1, 0); in GetRawFileContent64() local
199 if (size == -1) { in GetRawFileContent64()
689 for (size_t i = 0; i < tempArray.size(); i++) { in GetLocales()
731 for (size_t i = 0; i < tempArray.size(); i++) { in GetStringArray()
747 const char *name = "size"; in GetStringArrayByName()
756 for (size_t i = 0; i < tempArray.size(); i++) { in GetStringArrayByName()
773 const char *name = "size"; in ReleaseStringArray()
[all...]
/applications/standard/contacts_data/test/unittest/src/
H A Dcontactability_test.cpp328 int columnsIntSize = columnsInt.size(); in MergeColumns()
332 int columnsStrSize = columnsStr.size(); in MergeColumns()
349 int columnsIntSize = columnsInt.size(); in GetAllColumnsValues()
356 int columnsStringSize = columnsStr.size(); in GetAllColumnsValues()
387 * @tc.size MediumTest
410 * @tc.size MediumTest
446 * @tc.size MediumTest
480 * @tc.size MediumTest
509 * @tc.size MediumTest
569 * @tc.size MediumTes
3458 int size = rawContactId.size(); HWTEST_F() local
3523 int size = resultSetVector.size(); HWTEST_F() local
3561 int size = rawContactId.size(); HWTEST_F() local
3606 int size = 20000; HWTEST_F() local
[all...]
/kernel/linux/linux-5.10/drivers/tty/
H A Dsynclink_gt.c41 #define DBGDATA(info, buf, size, label) if (debug_level >= DEBUG_LEVEL_DATA) trace_block((info), (buf), (size), (label))
133 MODULE_PARM_DESC(maxframe, "Maximum frame size used by device (4096 to 65535)");
519 #define DBGDATA(info, buf, size, label)
1530 const size_t size = sizeof(sync_serial_settings); in hdlcdev_ioctl() local
1551 if (ifr->ifr_settings.size < size) { in hdlcdev_ioctl()
1552 ifr->ifr_settings.size = size; /* data size wante in hdlcdev_ioctl()
1664 hdlcdev_rx(struct slgt_info *info, char *buf, int size) hdlcdev_rx() argument
4808 tx_load(struct slgt_info *info, const char *buf, unsigned int size) tx_load() argument
[all...]
/kernel/linux/linux-5.10/fs/ceph/
H A Dmds_client.c1214 size_t size = FEATURE_BYTES(count); in encode_supported_features() local
1217 if (WARN_ON_ONCE(*p + 4 + size > end)) in encode_supported_features()
1220 ceph_encode_32(p, size); in encode_supported_features()
1221 memset(*p, 0, size); in encode_supported_features()
1226 *p += size; in encode_supported_features()
1252 size_t size = METRIC_BYTES(count); in encode_metric_spec() local
1254 if (WARN_ON_ONCE(*p + 4 + 4 + size > end)) in encode_metric_spec()
1258 ceph_encode_32(p, 4 + size); in encode_metric_spec()
1261 ceph_encode_32(p, size); in encode_metric_spec()
1262 memset(*p, 0, size); in encode_metric_spec()
1292 size_t size, count; create_session_open_msg() local
2296 size_t size = sizeof(struct ceph_mds_reply_dir_entry); ceph_alloc_readdir_reply_buffer() local
[all...]
/kernel/linux/linux-6.6/fs/ceph/
H A Dmds_client.c1454 size_t size = FEATURE_BYTES(count); in encode_supported_features() local
1457 if (WARN_ON_ONCE(*p + 4 + size > end)) in encode_supported_features()
1460 ceph_encode_32(p, size); in encode_supported_features()
1461 memset(*p, 0, size); in encode_supported_features()
1466 *p += size; in encode_supported_features()
1492 size_t size = METRIC_BYTES(count); in encode_metric_spec() local
1494 if (WARN_ON_ONCE(*p + 4 + 4 + size > end)) in encode_metric_spec()
1498 ceph_encode_32(p, 4 + size); in encode_metric_spec()
1501 ceph_encode_32(p, size); in encode_metric_spec()
1502 memset(*p, 0, size); in encode_metric_spec()
1532 size_t size, count; create_session_open_msg() local
2445 size_t size = sizeof(struct ceph_mds_reply_dir_entry); ceph_alloc_readdir_reply_buffer() local
[all...]
/kernel/linux/linux-6.6/drivers/tty/
H A Dsynclink_gt.c41 #define DBGDATA(info, buf, size, label) if (debug_level >= DEBUG_LEVEL_DATA) trace_block((info), (buf), (size), (label))
131 MODULE_PARM_DESC(maxframe, "Maximum frame size used by device (4096 to 65535)");
514 #define DBGDATA(info, buf, size, label)
1522 const size_t size = sizeof(sync_serial_settings); in hdlcdev_ioctl() local
1540 if (ifs->size < size) { in hdlcdev_ioctl()
1541 ifs->size = size; /* data size wante in hdlcdev_ioctl()
1654 hdlcdev_rx(struct slgt_info *info, char *buf, int size) hdlcdev_rx() argument
4769 tx_load(struct slgt_info *info, const u8 *buf, unsigned int size) tx_load() argument
[all...]
/kernel/linux/linux-5.10/drivers/video/fbdev/sis/
H A Dsis_main.c98 static struct SIS_OH * sisfb_poh_allocate(struct SIS_HEAP *memheap, u32 size);
3116 * higher than the size of the UMA memory. in sisfb_getheapstart()
3121 * (results in a heap of size 0) in sisfb_getheapstart()
3190 printk(KERN_INFO "sisfb: Memory heap starting at %dK, size %dK\n", in sisfb_heap_init()
3204 poh->size = ivideo->sisfb_heap_size; in sisfb_heap_init()
3209 ivideo->sisfb_heap.oh_free.size = 0; in sisfb_heap_init()
3210 ivideo->sisfb_heap.max_freesize = poh->size; in sisfb_heap_init()
3214 ivideo->sisfb_heap.oh_used.size = SENTINEL; in sisfb_heap_init()
3261 sisfb_poh_allocate(struct SIS_HEAP *memheap, u32 size) in sisfb_poh_allocate() argument
3267 if(size > memhea in sisfb_poh_allocate()
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/sis/
H A Dsis_main.c99 static struct SIS_OH * sisfb_poh_allocate(struct SIS_HEAP *memheap, u32 size);
3128 * higher than the size of the UMA memory. in sisfb_getheapstart()
3133 * (results in a heap of size 0) in sisfb_getheapstart()
3202 printk(KERN_INFO "sisfb: Memory heap starting at %dK, size %dK\n", in sisfb_heap_init()
3216 poh->size = ivideo->sisfb_heap_size; in sisfb_heap_init()
3221 ivideo->sisfb_heap.oh_free.size = 0; in sisfb_heap_init()
3222 ivideo->sisfb_heap.max_freesize = poh->size; in sisfb_heap_init()
3226 ivideo->sisfb_heap.oh_used.size = SENTINEL; in sisfb_heap_init()
3273 sisfb_poh_allocate(struct SIS_HEAP *memheap, u32 size) in sisfb_poh_allocate() argument
3279 if(size > memhea in sisfb_poh_allocate()
[all...]
/kernel/linux/linux-6.6/lib/zstd/compress/
H A Dzstd_compress.c43 * Maximum size of the hash table dedicated to find 3-bytes matches,
47 * The actual (selected) size of the hash table is then stored in ZSTD_matchState_t.hashLog3,
122 if (workspaceSize <= sizeof(ZSTD_CCtx)) return NULL; /* minimum size */ in ZSTD_initStaticCCtx()
741 /* Content size written in frame header _when known_ (default:1) */ in ZSTD_CCtxParams_setParameter()
742 DEBUGLOG(4, "set content size flag = %u", (value!=0)); in ZSTD_CCtxParams_setParameter()
1028 * NOTE: This does not use the pledged src size, because it may be used for more
1068 DEBUGLOG(4, "ZSTD_CCtx_loadDictionary_advanced (size: %u)", (U32)dictSize); in ZSTD_CCtx_loadDictionary_advanced()
1225 /* If the window size is already large enough to fit both the source and the dictionary in ZSTD_dictAndWindowLog()
1226 * then just use the window size. Otherwise adjust so that it fits the dictionary and in ZSTD_dictAndWindowLog()
1230 return windowLog; /* Window size larg in ZSTD_dictAndWindowLog()
2229 ZSTD_reduceTable_internal(U32* const table, U32 const size, U32 const reducerValue, int const preserveMark) ZSTD_reduceTable_internal() argument
2258 ZSTD_reduceTable(U32* const table, U32 const size, U32 const reducerValue) ZSTD_reduceTable() argument
2263 ZSTD_reduceTable_btlazy2(U32* const table, U32 const size, U32 const reducerValue) ZSTD_reduceTable_btlazy2() argument
2348 size_t size; global() member
[all...]
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/brcmnand/
H A Dbrcmnand.c732 /* Maximum spare area sector size (per 512B) */ in brcmnand_revision_init()
1436 * @sas: spare area sector size (i.e., OOB size per FLASH_CACHE)
1445 /* Adjust OOB values for 1K sector size */ in read_oob_from_regs()
1459 * @sas: spare area sector size (i.e., OOB size per FLASH_CACHE)
1470 /* Adjust OOB values for 1K sector size */ in write_oob_to_regs()
2175 ecc_chunk = buf + chip->ecc.size * i; in brcmstb_nand_verify_erased_page()
2180 ret = nand_check_erased_ecc_chunk(ecc_chunk, chip->ecc.size, in brcmstb_nand_verify_erased_page()
2479 dev_warn(ctrl->dev, "invalid block size in brcmnand_set_cfg()
2584 get_blk_adr_bytes(u64 size, u32 writesize) get_blk_adr_bytes() argument
[all...]

Completed in 84 milliseconds

1...<<781782783784785786787788789790>>...1125