Searched defs:pccard_io_handle (Results 1 – 1 of 1) sorted by relevance
37 struct pccard_io_handle { struct38 bus_space_tag_t iot; /* bus space tag (from chipset) */39 bus_space_handle_t ioh; /* mapped space handle */40 bus_addr_t addr; /* resulting address in bus space */41 bus_size_t size; /* size of i/o space */42 int flags; /* misc. information */43 int width;