Searched defs:grfbus_attach_args (Results 1 – 1 of 1) sorted by relevance
89 struct grfbus_attach_args { struct90 const char *ga_name; /* name of semantics to attach */91 bus_space_tag_t ga_tag; /* forwarded ... */92 bus_space_handle_t ga_handle;93 struct grfmode *ga_grfmode;94 nubus_slot *ga_slot;95 bus_addr_t ga_phys;96 bus_addr_t ga_fboff;97 int (*ga_mode)(struct grf_softc *, int, void *);98 void (*ga_set_mapreg)(void *, int, int, int, int);[all …]