Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/arm/xscale/
H A Di80312var.h45 struct i80312_softc { struct
46 device_t sc_dev; /* generic device glue */
48 int sc_is_host; /* indicates if we're a host or
56 bus_space_tag_t sc_st;
57 bus_space_handle_t sc_sh;
60 bus_space_handle_t sc_ppb_sh;
61 bus_space_handle_t sc_atu_sh;
62 bus_space_handle_t sc_mem_sh;
63 bus_space_handle_t sc_intc_sh;
69 uint16_t sc_sisr;
[all …]
H A Di80312.c68 struct i80312_softc *i80312_softc; variable