Searched defs:bhnd_erom_iobus (Results 1 – 1 of 1) sorted by relevance
76 struct bhnd_erom_iobus { struct77 struct bhnd_erom_io eio;78 bhnd_addr_t addr; /**< the address of @p bsh */79 bhnd_size_t size; /**< the size of @p bsh */80 bus_space_tag_t bst; /**< bus space tag */81 bus_space_handle_t bsh; /**< bus space handle mapping the full enumeration space */82 bool mapped; /**< if a mapping is active */83 bus_size_t offset; /**< the current mapped offset within bsh */84 bus_size_t limit; /**< the current mapped size relative to offset */