Home
last modified time | relevance | path

Searched refs:eth_recv_no_cache (Results 1 – 3 of 3) sorted by relevance

/bsp/raspberry-pi/raspi4-64/drivers/
A Dboard.c58 uint8_t *eth_recv_no_cache = (uint8_t *)RECV_DATA_NO_CACHE; variable
142 eth_recv_no_cache = (void *)rt_pages_alloc(rt_page_bits(0x200000)); in rt_hw_board_init()
A Draspi4.h187 extern uint8_t * eth_recv_no_cache;
A Ddrv_eth.c659 addr_point= (size_t)(addr_point+ (eth_recv_no_cache - RECV_DATA_NO_CACHE)); in rt_eth_rx()
682 memset((void *)eth_recv_no_cache, 0, sizeof(DMA_DISC_ADDR_SIZE)); in rt_hw_eth_init()

Completed in 6 milliseconds