Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/sbus/
H A Dsbusvar.h49 struct sbus_attach_args { struct
50 int sa_placeholder; /* for obio attach args sharing */
51 bus_space_tag_t sa_bustag;
52 bus_dma_tag_t sa_dmatag;
53 char *sa_name; /* PROM node name */
54 int sa_node; /* PROM handle */
55 struct openprom_addr *sa_reg; /* Sbus register space for device */
56 int sa_nreg; /* Number of Sbus register spaces */
81 struct sbus_attach_args *); argument
/netbsd-src/sys/arch/playstation2/dev/
H A Dsbusvar.h37 struct sbus_attach_args { struct