Searched +full:0 +full:x71200000 (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/arch/arm/mach-s3c/ |
D | map-s3c64xx.h | 22 #define S3C64XX_PA_XM0CSN0 (0x10000000) 23 #define S3C64XX_PA_XM0CSN1 (0x18000000) 24 #define S3C64XX_PA_XM0CSN2 (0x20000000) 25 #define S3C64XX_PA_XM0CSN3 (0x28000000) 26 #define S3C64XX_PA_XM0CSN4 (0x30000000) 27 #define S3C64XX_PA_XM0CSN5 (0x38000000) 30 #define S3C64XX_PA_HSMMC(x) (0x7C200000 + ((x) * 0x100000)) 31 #define S3C64XX_PA_HSMMC0 S3C64XX_PA_HSMMC(0) 35 #define S3C_PA_UART (0x7F005000) 36 #define S3C_PA_UART0 (S3C_PA_UART + 0x00) [all …]
|
/linux-6.12.1/Documentation/devicetree/bindings/net/ |
D | mscc,vsc7514-switch.yaml | 132 reg = <0x1010000 0x10000>, 133 <0x1030000 0x10000>, 134 <0x1080000 0x100>, 135 <0x10e0000 0x10000>, 136 <0x11e0000 0x100>, 137 <0x11f0000 0x100>, 138 <0x1200000 0x100>, 139 <0x1210000 0x100>, 140 <0x1220000 0x100>, 141 <0x1230000 0x100>, [all …]
|
/linux-6.12.1/arch/arm/boot/dts/samsung/ |
D | s3c64xx.dtsi | 33 #size-cells = <0>; 35 cpu@0 { 38 reg = <0x0>; 51 reg = <0x71200000 0x1000>; 58 reg = <0x71300000 0x1000>; 64 reg = <0x7c200000 0x100>; 67 clock-names = "hsmmc", "mmc_busclk.0", "mmc_busclk.2"; 75 reg = <0x7c300000 0x100>; 78 clock-names = "hsmmc", "mmc_busclk.0", "mmc_busclk.2"; 86 reg = <0x7c400000 0x100>; [all …]
|
/linux-6.12.1/drivers/mfd/ |
D | ocelot-core.c | 31 #define REG_GCB_SOFT_RST 0x0008 33 #define BIT_SOFT_CHIP_RST BIT(0) 35 #define VSC7512_MIIM0_RES_START 0x7107009c 36 #define VSC7512_MIIM1_RES_START 0x710700c0 37 #define VSC7512_MIIM_RES_SIZE 0x00000024 39 #define VSC7512_PHY_RES_START 0x710700f0 40 #define VSC7512_PHY_RES_SIZE 0x00000004 42 #define VSC7512_GPIO_RES_START 0x71070034 43 #define VSC7512_GPIO_RES_SIZE 0x0000006c 45 #define VSC7512_SIO_CTRL_RES_START 0x710700f8 [all …]
|