Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/arm/xscale/
H A Di80321var.h65 struct i80321_softc { struct
66 device_t sc_dev; /* generic device glue */
68 int sc_is_host; /* indicates if we're a host or
76 bus_space_tag_t sc_st;
77 bus_space_handle_t sc_sh;
80 bus_space_handle_t sc_atu_sh;
81 bus_space_handle_t sc_mcu_sh;
89 vaddr_t sc_iow_vaddr; /* I/O window vaddr */
102 struct {
107 } sc_iwin[4];
[all …]
H A Di80321.c68 struct i80321_softc *i80321_softc; variable