Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/qe/
H A Duec.c72 maccfg1 |= MACCFG1_ENABLE_TX; in uec_mac_enable()
100 maccfg1 &= ~MACCFG1_ENABLE_TX; in uec_mac_disable()
H A Duec.h52 #define MACCFG1_ENABLE_TX 0x00000001 /* Enable Tx */ macro