Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/mips/adm5120/include/
H A Dadm5120_obiovar.h76 struct obio_attach_args { struct
77 const char *oba_name; /* name of device */
78 bus_dma_tag_t oba_dt;
79 bus_space_tag_t oba_st;
80 bus_addr_t oba_addr; /* address of device */
81 int oba_irq; /* interrupt bit # */
82 void *oba_gpio;
83 int oba_gpio_offset;
84 uint32_t oba_gpio_mask;
/netbsd-src/sys/arch/mips/rmi/
H A Drmixl_obiovar.h39 struct obio_attach_args { struct
40 bus_space_tag_t obio_eb_bst;
41 bus_space_tag_t obio_el_bst;
42 bus_addr_t obio_addr;
43 bus_size_t obio_size;
44 int obio_intr;
45 int obio_tmsk;
46 unsigned int obio_mult;
47 bus_dma_tag_t obio_29bit_dmat;
48 bus_dma_tag_t obio_32bit_dmat;
[all …]
/netbsd-src/sys/arch/evbarm/iq80321/
H A Dobiovar.h41 struct obio_attach_args { struct
42 bus_space_tag_t oba_st; /* bus space tag */
43 bus_addr_t oba_addr; /* address of device */
44 bus_size_t oba_size; /* size of device */
45 int oba_width; /* bus width */
46 int oba_irq; /* XINT interrupt bit # */
/netbsd-src/sys/arch/iyonix/iyonix/
H A Dobiovar.h41 struct obio_attach_args { struct
42 bus_space_tag_t oba_st; /* bus space tag */
43 bus_addr_t oba_addr; /* address of device */
44 bus_size_t oba_size; /* size of device */
45 int oba_width; /* bus width */
46 int oba_irq; /* XINT interrupt bit # */
/netbsd-src/sys/arch/evbarm/hdl_g/
H A Dobiovar.h41 struct obio_attach_args { struct
42 bus_space_tag_t oba_st; /* bus space tag */
43 bus_addr_t oba_addr; /* address of device */
44 bus_size_t oba_size; /* size of device */
45 int oba_width; /* bus width */
46 int oba_irq; /* XINT interrupt bit # */
/netbsd-src/sys/arch/evbarm/iyonix/
H A Dobiovar.h41 struct obio_attach_args { struct
42 bus_space_tag_t oba_st; /* bus space tag */
43 bus_addr_t oba_addr; /* address of device */
44 bus_size_t oba_size; /* size of device */
45 int oba_width; /* bus width */
46 int oba_irq; /* XINT interrupt bit # */
/netbsd-src/sys/arch/evbarm/iq80310/
H A Dobiovar.h41 struct obio_attach_args { struct
42 bus_space_tag_t oba_st; /* bus space tag */
43 bus_addr_t oba_addr; /* address of device */
44 bus_size_t oba_size; /* size of device */
45 int oba_width; /* bus width */
46 int oba_irq; /* CPLD interrupt bit # */
/netbsd-src/sys/arch/evbarm/adi_brh/
H A Dobiovar.h41 struct obio_attach_args { struct
42 bus_space_tag_t oba_st; /* bus space tag */
43 bus_addr_t oba_addr; /* address of device */
44 bus_size_t oba_size; /* size of device */
45 int oba_width; /* bus width */
46 int oba_irq; /* BECC interrupt bit # */
/netbsd-src/sys/arch/landisk/dev/
H A Dobiovar.h109 struct obio_attach_args { struct
110 bus_space_tag_t oa_iot; /* i/o space tag */
111 bus_space_tag_t oa_memt; /* memory space tag */
113 struct obio_io *oa_io; /* I/O resources */
114 int oa_nio;
116 struct obio_iomem *oa_iomem; /* memory resources */
117 int oa_niomem;
119 struct obio_irq *oa_irq; /* IRQ resources */
120 int oa_nirq;
122 void *oa_aux; /* driver specific */
/netbsd-src/sys/arch/arm/gemini/
H A Dgemini_obiovar.h41 struct obio_attach_args { struct
42 bus_space_tag_t obio_iot;
43 bus_addr_t obio_addr;
44 bus_size_t obio_size;
45 int obio_intr;
46 bus_dma_tag_t obio_dmat;
47 unsigned int obio_mult;
48 unsigned int obio_intrbase;
/netbsd-src/sys/arch/mac68k/obio/
H A Dobiovar.h40 struct obio_attach_args { struct
41 int oa_addr; /* physical address */
42 bus_space_tag_t oa_tag; /* bus space tag */
43 bus_dma_tag_t oa_dmat; /* bus dma tag */
/netbsd-src/sys/arch/evbmips/alchemy/
H A Dobiovar.h41 struct obio_attach_args { struct
42 const char *oba_name; /* name of device */
43 bus_space_tag_t oba_st; /* bus space tag */
44 bus_addr_t oba_addr; /* address of device */
45 int oba_irq; /* CPLD interrupt bit # */
/netbsd-src/sys/dev/marvell/
H A Dgtvar.h41 struct obio_attach_args { struct
42 const char *oa_name; /* call name of device */
43 bus_space_tag_t oa_memt; /* bus space tag */
44 bus_addr_t oa_offset; /* offset (absolute) to device */
45 bus_size_t oa_size; /* size (strided) of device */
46 int oa_irq; /* irq */
/netbsd-src/sys/arch/evbarm/g42xxeb/
H A Dg42xxeb_var.h69 struct obio_attach_args { struct
70 obio_chipset_tag_t oba_sc;
71 bus_space_tag_t oba_iot; /* Bus tag */
72 bus_addr_t oba_addr; /* i/o address */
73 int oba_intr;
/netbsd-src/sys/arch/evbarm/lubbock/
H A Dlubbock_var.h66 struct obio_attach_args { struct
67 obio_chipset_tag_t oba_sc;
68 bus_space_tag_t oba_iot; /* Bus tag */
69 bus_addr_t oba_addr; /* i/o address */
70 int oba_intr;
/netbsd-src/sys/arch/sun68k/include/
H A Dautoconf.h50 #define obio_attach_args mainbus_attach_args macro
/netbsd-src/sys/arch/sparc/include/
H A Dautoconf.h136 union obio_attach_args { union