Searched defs:extio_attach_args (Results 1 – 1 of 1) sorted by relevance
38 struct extio_attach_args { struct39 const char *ea_name; /* name of device */40 bus_space_tag_t ea_st;41 bus_addr_t ea_addr; /* address of device */42 int ea_irq; /* interrupt bit # */43 void *ea_gpio;44 int ea_gpio_offset;45 uint32_t ea_gpio_mask;46 int ea_cfio;