Searched refs:make_unimp_dev (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/hw/arm/ |
H A D | musca.c | 137 static MemoryRegion *make_unimp_dev(MuscaMachineState *mms, in make_unimp_dev() function 325 { "spi", make_unimp_dev, &mms->spi, 0x3000, 0x1000 }, in make_musca_a_devs() 326 { "i2c0", make_unimp_dev, &mms->i2c[0], 0x4000, 0x1000 }, in make_musca_a_devs() 327 { "i2c1", make_unimp_dev, &mms->i2c[1], 0x5000, 0x1000 }, in make_musca_a_devs() 328 { "i2s", make_unimp_dev, &mms->i2s, 0x6000, 0x1000 }, in make_musca_a_devs() 329 { "pwm0", make_unimp_dev, &mms->pwm[0], 0x7000, 0x1000 }, in make_musca_a_devs() 331 { "qspi", make_unimp_dev, &mms->qspi, 0xa000, 0x1000 }, in make_musca_a_devs() 332 { "timer", make_unimp_dev, &mms->timer, 0xb000, 0x1000 }, in make_musca_a_devs() 333 { "scc", make_unimp_dev, &mms->scc, 0xc000, 0x1000 }, in make_musca_a_devs() 334 { "pwm1", make_unimp_dev, &mms->pwm[1], 0xe000, 0x1000 }, in make_musca_a_devs() [all …]
|
H A D | mps2-tz.c | 416 static MemoryRegion *make_unimp_dev(MPS2TZMachineState *mms, in make_unimp_dev() function 967 { "i2s-audio", make_unimp_dev, &mms->i2s_audio, in mps2tz_common_init() 974 { "gfx", make_unimp_dev, &mms->gfx, 0x41000000, 0x140000 }, in mps2tz_common_init() 975 { "gpio0", make_unimp_dev, &mms->gpio[0], 0x40100000, 0x1000 }, in mps2tz_common_init() 976 { "gpio1", make_unimp_dev, &mms->gpio[1], 0x40101000, 0x1000 }, in mps2tz_common_init() 977 { "gpio2", make_unimp_dev, &mms->gpio[2], 0x40102000, 0x1000 }, in mps2tz_common_init() 978 { "gpio3", make_unimp_dev, &mms->gpio[3], 0x40103000, 0x1000 }, in mps2tz_common_init() 1021 { "i2s-audio", make_unimp_dev, &mms->i2s_audio, in mps2tz_common_init() 1032 { "clcd", make_unimp_dev, &mms->cldc, 0x4130a000, 0x1000 }, in mps2tz_common_init() 1038 { "gpio0", make_unimp_dev, &mms->gpio[0], 0x41100000, 0x1000 }, in mps2tz_common_init() [all …]
|