Home
last modified time | relevance | path

Searched defs:aac_softc (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/sys/dev/raid/aac/
H A Daacvar.h310 struct aac_softc struct
313 device_t aac_dev;
314 struct resource *aac_regs_res0, *aac_regs_res1; /* reg. if. window */
315 bus_space_handle_t aac_bhandle0, aac_bhandle1; /* bus space handle */
316 bus_space_tag_t aac_btag0, aac_btag1; /* bus space tag */
317 bus_dma_tag_t aac_parent_dmat; /* parent DMA tag */
318 bus_dma_tag_t aac_buffer_dmat; /* data buffer/command
321 struct resource *aac_irq; /* interrupt */
322 void *aac_intr; /* interrupt handle */
323 int aac_irq_rid;
[all …]