Home
last modified time | relevance | path

Searched refs:alloc_size (Results 1 – 2 of 2) sorted by relevance

/bsp/dm365/drivers/
A Ddavinci_emac.h311 rt_uint32_t alloc_size; member
357 rt_uint32_t alloc_size; member
A Ddavinci_emac.c1175 txch->alloc_size = (((bd_size * txch->num_bd) + 0xF) & ~0xF); in emac_init_txch()
1179 rt_memset((void *)txch->bd_mem, 0, txch->alloc_size); in emac_init_txch()
1237 rxch->alloc_size = (((bd_size * rxch->num_bd) + 0xF) & ~0xF); in emac_init_rxch()
1240 rt_memset((void *)rxch->bd_mem, 0, rxch->alloc_size); in emac_init_rxch()

Completed in 9 milliseconds