Searched refs:offset_to_phys (Results 1 – 3 of 3) sorted by relevance
66 metal_phys_addr_t (*offset_to_phys)(struct metal_io_region *io, member163 if (!io->ops.offset_to_phys) { in metal_io_phys()172 return io->ops.offset_to_phys(io, offset); in metal_io_phys()
132 .offset_to_phys = metal_io_offset_to_phys_,
786 offset_to_phys libmetal/lib/io.h /^ metal_phys_addr_t (*offset_to_phys)(struct metal_io_region *io,…