Home
last modified time | relevance | path

Searched refs:Z_TOPLEVEL_ROM_NAME (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/include/zephyr/sys/
Ddevice_mmio.h591 #define Z_TOPLEVEL_ROM_NAME(name) _CONCAT(z_mmio_rom__, name) macro
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) = \
670 static const struct z_device_mmio_rom Z_TOPLEVEL_ROM_NAME(name) = \
691 #define DEVICE_MMIO_TOPLEVEL_ROM_PTR(name) &Z_TOPLEVEL_ROM_NAME(name)
717 Z_TOPLEVEL_ROM_NAME(name).phys_addr, \
718 Z_TOPLEVEL_ROM_NAME(name).size, (flags))
[all …]
/Zephyr-latest/drivers/xen/
Dgnttab.c322 xatp.gpfn = xen_virt_to_gfn(Z_TOPLEVEL_ROM_NAME(grant_tables).phys_addr) + i; in gnttab_init()