Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/arm/imx/
H A Dimx31var.h16 struct ahb_attach_args { struct
17 const char *ahba_name;
18 bus_space_tag_t ahba_memt;
19 bus_dma_tag_t ahba_dmat;
20 bus_addr_t ahba_addr;
21 bus_size_t ahba_size;
22 int ahba_intr;
23 int ahba_irqbase;
H A Dimx23var.h65 struct ahb_attach_args { struct
66 bus_space_tag_t aa_iot;
67 bus_dma_tag_t aa_dmat;
68 const char *aa_name;
69 bus_addr_t aa_addr;
70 bus_size_t aa_size;
71 int8_t aa_irq;