Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/stmicro/stmmac/
Ddwmac-loongson1.c30 #define GMAC0_SHUT BIT(12) macro
82 regmap_update_bits(regmap, LS1X_SYSCON0, GMAC0_SHUT, 0); in ls1b_dwmac_syscon_init()
137 regmap_update_bits(regmap, LS1X_SYSCON0, GMAC0_SHUT, 0); in ls1c_dwmac_syscon_init()
/linux-6.12.1/arch/mips/include/asm/mach-loongson32/
Dregs-mux.h55 #define GMAC0_SHUT BIT(12) macro
/linux-6.12.1/arch/mips/loongson32/common/
Dplatform.c109 val &= ~GMAC0_SHUT; in ls1x_eth_mux_init()