Home
last modified time | relevance | path

Searched refs:z_device_mmio_rom (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/include/zephyr/sys/
Ddevice_mmio.h56 struct z_device_mmio_rom { struct
120 struct z_device_mmio_rom { struct
230 #define DEVICE_MMIO_ROM struct z_device_mmio_rom _mmio
242 ((struct z_device_mmio_rom *)((dev)->config))
421 #define DEVICE_MMIO_NAMED_ROM(name) struct z_device_mmio_rom name
614 const struct z_device_mmio_rom Z_TOPLEVEL_ROM_NAME(name) = \
619 const struct z_device_mmio_rom Z_TOPLEVEL_ROM_NAME(name) = \
640 extern const struct z_device_mmio_rom Z_TOPLEVEL_ROM_NAME(name)
643 extern const struct z_device_mmio_rom Z_TOPLEVEL_ROM_NAME(name)
665 static const struct z_device_mmio_rom Z_TOPLEVEL_ROM_NAME(name) = \
[all …]
/Zephyr-latest/tests/kernel/device/src/
Dmmio.c63 const struct z_device_mmio_rom *rom; in ZTEST()
163 const struct z_device_mmio_rom *rom_corge, *rom_grault; in ZTEST()
224 const struct z_device_mmio_rom *rom_foo3, *rom_foo4; in ZTEST()
Dmmio_multireg.c65 const struct z_device_mmio_rom *rom_chip, *rom_dale; in ZTEST()