Searched refs:iosize (Results 1 – 11 of 11) sorted by relevance
| /openbmc/qemu/hw/misc/ |
| H A D | debugexit.c | 24 uint32_t iosize; member 54 TYPE_ISA_DEBUG_EXIT_DEVICE, isa->iosize); in debug_exit_realizefn() 61 DEFINE_PROP_UINT32("iosize", ISADebugExitState, iosize, 0x02),
|
| /openbmc/qemu/hw/watchdog/ |
| H A D | wdt_aspeed.c | 301 TYPE_ASPEED_WDT, awc->iosize); in aspeed_wdt_realize() 338 awc->iosize = 0x20; in aspeed_2400_wdt_class_init() 375 awc->iosize = 0x20; in aspeed_2500_wdt_class_init() 398 awc->iosize = 0x40; in aspeed_2600_wdt_class_init() 421 awc->iosize = 0x80; in aspeed_1030_wdt_class_init() 444 awc->iosize = 0x80; in aspeed_2700_wdt_class_init()
|
| /openbmc/u-boot/include/faraday/ |
| H A D | ftpci100.h | 15 unsigned int iosize; /* 0x00 - I/O Space Size Signal */ member
|
| /openbmc/qemu/include/hw/watchdog/ |
| H A D | wdt_aspeed.h | 44 uint32_t iosize; 45 uint32_t iosize; global() member
|
| /openbmc/qemu/tests/tcg/i386/ |
| H A D | Makefile.softmmu-target | 37 QEMU_OPTS+=-device isa-debugcon,chardev=output -device isa-debug-exit,iobase=0xf4,iosize=0x4 -kernel
|
| /openbmc/qemu/tests/multiboot/ |
| H A D | run_test.sh | 36 -device isa-debug-exit,iobase=0xf4,iosize=0x4 \
|
| /openbmc/qemu/tests/tcg/x86_64/ |
| H A D | Makefile.softmmu-target | 35 QEMU_OPTS+=-device isa-debugcon,chardev=output -device isa-debug-exit,iobase=0xf4,iosize=0x4 -kernel
|
| /openbmc/qemu/hw/arm/ |
| H A D | aspeed_ast10x0.c | 384 hwaddr wdt_offset = sc->memmap[ASPEED_DEV_WDT] + i * awc->iosize; in aspeed_soc_ast1030_realize()
|
| H A D | aspeed_ast2400.c | 416 hwaddr wdt_offset = sc->memmap[ASPEED_DEV_WDT] + i * awc->iosize; in aspeed_ast2400_soc_realize()
|
| H A D | aspeed_ast2600.c | 566 hwaddr wdt_offset = sc->memmap[ASPEED_DEV_WDT] + i * awc->iosize; in aspeed_soc_ast2600_realize()
|
| H A D | aspeed_ast27x0.c | 995 hwaddr wdt_offset = sc->memmap[ASPEED_DEV_WDT] + i * awc->iosize; in aspeed_soc_ast2700_realize()
|