Lines Matching full:rom
52 * - If MMIO addresses are maintained in RAM, check that the ROM struct
54 * - If MMIO addresses are maintained in ROM, check that the DTS info,
55 * the ROM region, and the result of DEVICE_MMIO_GET() all
63 const struct z_device_mmio_rom *rom; in ZTEST() local
70 rom = DEVICE_MMIO_ROM_PTR(dev); in ZTEST()
84 zassert_equal(rom->phys_addr, DT_INST_REG_ADDR(0), "bad phys_addr"); in ZTEST()
85 zassert_equal(rom->size, DT_INST_REG_SIZE(0), "bad size"); in ZTEST()
91 zassert_equal(rom->addr, DT_INST_REG_ADDR(0), "bad addr"); in ZTEST()
92 zassert_equal(regs, rom->addr, "bad regs"); in ZTEST()
149 * - If MMIO addresses are maintained in RAM, check that the ROM struct
151 * - If MMIO addresses are maintained in ROM, check that the DTS info,
152 * the ROM region, and the result of DEVICE_MMIO_NAMED_GET() all
213 * - If MMIO addresses are maintained in RAM, check that the ROM struct
215 * - If MMIO addresses are maintained in ROM, check that the DTS info,
216 * the ROM region, and the result of DEVICE_MMIO_TOPLEVEL_GET() all