Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/qe/
H A Duec.c78 maccfg1 |= MACCFG1_ENABLE_RX; in uec_mac_enable()
106 maccfg1 &= ~MACCFG1_ENABLE_RX; in uec_mac_disable()
H A Duec.h50 #define MACCFG1_ENABLE_RX 0x00000004 /* Enable Rx */ macro