Searched refs:nelm (Results 1 – 1 of 1) sorted by relevance
1931 size_t nelm = sz / sizeof(s16); in edma_xbar_event_map() local1935 xbar_chans = devm_kcalloc(dev, nelm + 2, sizeof(s16), GFP_KERNEL); in edma_xbar_event_map()1948 nelm); in edma_xbar_event_map()1953 nelm >>= 1; in edma_xbar_event_map()1954 xbar_chans[nelm][0] = -1; in edma_xbar_event_map()1955 xbar_chans[nelm][1] = -1; in edma_xbar_event_map()1957 for (i = 0; i < nelm; i++) { in edma_xbar_event_map()1997 size_t nelm = sz / sizeof(s32); in edma_setup_info_from_dt() local2000 memcpy_ch = devm_kcalloc(dev, nelm + 1, sizeof(s32), in edma_setup_info_from_dt()2006 (u32 *)memcpy_ch, nelm); in edma_setup_info_from_dt()[all …]