Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A Dpic32_eth.c245 writel(ETHCON_BUFCDEC, &ectl_p->con1.set); in pic32_ctrl_reset()
296 writel(ETHCON_BUFCDEC, &ectl_p->con1.set); in pic32_rx_desc_init()
507 writel(ETHCON_BUFCDEC, &ectl_p->con1.set); in pic32_eth_free_pkt()
H A Dpic32_eth.h58 #define ETHCON_BUFCDEC BIT(0) macro