Home
last modified time | relevance | path

Searched +full:0 +full:x1fe10000 (Results 1 – 4 of 4) sorted by relevance

/linux/Documentation/devicetree/bindings/interrupt-controller/
H A Dloongson,eiointc.yaml50 reg = <0x1fe10000 0x10000>;
/linux/Documentation/devicetree/bindings/net/
H A Dloongson,ls1b-gmac.yaml90 reg = <0x1fe10000 0x10000>;
107 #size-cells = <0>;
110 phy0: ethernet-phy@0 {
111 reg = <0x0>;
H A Dloongson,ls1c-emac.yaml89 reg = <0x1fe10000 0x10000>;
106 #size-cells = <0>;
110 reg = <0x13>;
/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-loongson1.c18 #define LS1B_GMAC0_BASE (0x1fe10000)
19 #define LS1B_GMAC1_BASE (0x1fe20000)
22 #define LS1X_SYSCON0 (0x0)
23 #define LS1X_SYSCON1 (0x4)
35 #define GMAC0_USE_PWM01 BIT(0)
41 #define PHY_INTF_MII FIELD_PREP(PHY_INTF_SELI, 0)
62 res = platform_get_resource(pdev, IORESOURCE_MEM, 0); in ls1b_dwmac_setup()
72 dwmac->id = 0; in ls1b_dwmac_setup()
81 return 0; in ls1b_dwmac_setup()
90 if (dwmac->id == 0) { in ls1b_dwmac_syscon_init()
[all …]