Searched defs:hb_attach_args (Results 1 – 2 of 2) sorted by relevance
38 struct hb_attach_args { struct39 const char *ha_name; /* name of device */40 bus_space_tag_t ha_bust; /* bus space tag */41 bus_addr_t ha_address; /* device address */42 bus_size_t ha_size; /* device space */43 int ha_ipl; /* interrupt level */44 int ha_vect; /* interrupt vector */
35 struct hb_attach_args { struct36 const char *ha_name; /* name of device */37 int ha_addr; /* device address */38 int ha_level; /* interrupt level */