Searched defs:uba_attach_args (Results 1 – 1 of 1) sorted by relevance
115 struct uba_attach_args { struct116 bus_space_tag_t ua_iot; /* Tag for this bus I/O-space */117 bus_addr_t ua_ioh; /* I/O regs addr */118 bus_dma_tag_t ua_dmat; /* DMA tag for this bus'es dma */119 struct evcnt *ua_evcnt;120 void *ua_icookie; /* Cookie for interrupt establish */121 int ua_iaddr; /* Full CSR address of device */122 int ua_br; /* IPL this dev interrupted on */123 int ua_cvec; /* Vector for this device */