Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-loongson1.c40 #define PHY_INTF_SELI GENMASK(30, 28) macro
41 #define PHY_INTF_MII FIELD_PREP(PHY_INTF_SELI, 0)
42 #define PHY_INTF_RMII FIELD_PREP(PHY_INTF_SELI, 4)
124 regmap_update_bits(regmap, LS1X_SYSCON1, PHY_INTF_SELI, in ls1c_dwmac_syscon_init()
128 regmap_update_bits(regmap, LS1X_SYSCON1, PHY_INTF_SELI, in ls1c_dwmac_syscon_init()
/linux/arch/mips/include/asm/mach-loongson32/
H A Dregs-mux.h101 #define PHY_INTF_SELI GENMASK(30, 28) macro
/linux/arch/mips/loongson32/common/
H A Dplatform.c115 val &= ~PHY_INTF_SELI; in ls1x_eth_mux_init()