Searched refs:GDMA_MEM_ALLOC_CAPS (Results 1 – 2 of 2) sorted by relevance
22 #define GDMA_MEM_ALLOC_CAPS (MALLOC_CAP_INTERNAL | MALLOC_CAP_8BIT) macro24 #define GDMA_MEM_ALLOC_CAPS MALLOC_CAP_DEFAULT macro
81 alloc_tx_channel = heap_caps_calloc(1, sizeof(gdma_tx_channel_t), GDMA_MEM_ALLOC_CAPS); in gdma_new_channel()85 alloc_rx_channel = heap_caps_calloc(1, sizeof(gdma_rx_channel_t), GDMA_MEM_ALLOC_CAPS); in gdma_new_channel()566 gdma_group_t *pre_alloc_group = heap_caps_calloc(1, sizeof(gdma_group_t), GDMA_MEM_ALLOC_CAPS); in gdma_acquire_group_handle()625 gdma_pair_t *pre_alloc_pair = heap_caps_calloc(1, sizeof(gdma_pair_t), GDMA_MEM_ALLOC_CAPS); in gdma_acquire_pair_handle()