Home
last modified time | relevance | path

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

/bsp/raspberry-pi/raspi4-64/drivers/
A Ddrv_eth.c308 rt_uint32_t len_stat, i; in rx_descs_init() local
311 len_stat = (RX_BUF_LENGTH << DMA_BUFLENGTH_SHIFT) | DMA_OWN; in rx_descs_init()
316 write32((desc_base + i * DMA_DESC_SIZE + DMA_DESC_LENGTH_STATUS), len_stat); in rx_descs_init()
467 rt_uint32_t len_stat = length << DMA_BUFLENGTH_SHIFT; in bcmgenet_gmac_eth_send() local
474 len_stat |= 0x3F << DMA_TX_QTAG_SHIFT; in bcmgenet_gmac_eth_send()
475 len_stat |= DMA_TX_APPEND_CRC | DMA_SOP | DMA_EOP; in bcmgenet_gmac_eth_send()
479 write32((desc_base + DMA_DESC_LENGTH_STATUS), len_stat); in bcmgenet_gmac_eth_send()
/bsp/raspberry-pi/raspi4-32/driver/
A Ddrv_eth.c316 rt_uint32_t len_stat, i; in rx_descs_init() local
319 len_stat = (RX_BUF_LENGTH << DMA_BUFLENGTH_SHIFT) | DMA_OWN; in rx_descs_init()
324 write32((desc_base + i * DMA_DESC_SIZE + DMA_DESC_LENGTH_STATUS), len_stat); in rx_descs_init()
474 rt_uint32_t len_stat = length << DMA_BUFLENGTH_SHIFT; in bcmgenet_gmac_eth_send() local
480 len_stat |= 0x3F << DMA_TX_QTAG_SHIFT; in bcmgenet_gmac_eth_send()
481 len_stat |= DMA_TX_APPEND_CRC | DMA_SOP | DMA_EOP; in bcmgenet_gmac_eth_send()
487 write32((desc_base + DMA_DESC_LENGTH_STATUS), len_stat); in bcmgenet_gmac_eth_send()

Completed in 8 milliseconds