Home
last modified time | relevance | path

Searched refs:IF_MODE_GMII (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/net/fm/
H A Dmemac.c84 if_mode |= IF_MODE_GMII; in memac_set_interface_mode()
88 if_mode |= (IF_MODE_GMII | IF_MODE_RG); in memac_set_interface_mode()
91 if_mode |= (IF_MODE_GMII | IF_MODE_RM); in memac_set_interface_mode()
97 if_mode |= (IF_MODE_GMII); in memac_set_interface_mode()
/OK3568_Linux_fs/u-boot/include/
H A Dfsl_memac.h218 #define IF_MODE_GMII 0x00000002 /* 10- GMII interface mode */ macro
/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/fman/
H A Dfman_memac.c114 #define IF_MODE_GMII 0x00000002 /* 30-31 GMII (1G) interface */ macro
446 tmp |= IF_MODE_GMII; in init()