Home
last modified time | relevance | path

Searched refs:eth_type (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/drivers/qe/
H A Duccf.h98 enet_type_e eth_type; member
H A Duccf.c306 if (uf_info->eth_type == GIGA_ETH) { in ucc_fast_init()
334 if (uf_info->eth_type == FAST_ETH) { in ucc_fast_init()
H A Duec.c440 if (uec->uec_info->uf_info.eth_type == GIGA_ETH) { in init_phy()
523 if (uec->uec_info->uf_info.eth_type == GIGA_ETH) { in adjust_link()
H A Duec.h659 .eth_type = CONFIG_SYS_UEC##num##_ETH_TYPE,\