Searched +full:0 +full:xf0080000 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/Documentation/devicetree/bindings/edac/ |
H A D | amazon,al-mc-edac.yaml | 61 reg = <0x0 0xf0080000 0x0 0x00010000>;
|
/openbmc/qemu/tests/qtest/ |
H A D | npcm7xx_smbus-test.c | 24 #define SMBUS_ADDR(x) (0xf0080000 + 0x1000 * (x)) 27 #define EVB_DEVICE_ADDR 0x48 28 #define INVALID_DEVICE_ADDR 0x01 30 const int evb_bus_list[] = {0, 1, 2, 6}; 34 OFFSET_SDA = 0x0, 35 OFFSET_ST = 0x2, 36 OFFSET_CST = 0x4, 37 OFFSET_CTL1 = 0x6, 38 OFFSET_ADDR1 = 0x8, 39 OFFSET_CTL2 = 0xa, [all …]
|
/openbmc/qemu/hw/arm/ |
H A D | npcm7xx.c | 36 #define NPCM7XX_MMIO_BA (0x80000000) 37 #define NPCM7XX_MMIO_SZ (0x7ffd0000) 40 #define NPCM7XX_OTP1_BA (0xf0189000) 41 #define NPCM7XX_OTP2_BA (0xf018a000) 44 #define NPCM7XX_L2C_BA (0xf03fc000) 45 #define NPCM7XX_CPUP_BA (0xf03fe000) 46 #define NPCM7XX_GCR_BA (0xf0800000) 47 #define NPCM7XX_CLK_BA (0xf0801000) 48 #define NPCM7XX_MC_BA (0xf0824000) 49 #define NPCM7XX_RNG_BA (0xf000b000) [all …]
|