Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/pfe_eth/
H A Dpfe_eth.c55 ~(SCFG_RGMIIPCR_SETSP_1000M | SCFG_RGMIIPCR_SETSP_10M); in pfe_gemac_set_speed()
59 rgmii_pcr |= SCFG_RGMIIPCR_SETSP_1000M; in pfe_gemac_set_speed()
/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/
H A Dimmap_lsch2.h415 #define SCFG_RGMIIPCR_SETSP_1000M BIT(2) macro