Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/arm/xscale/i80321/
Di80321var.h50 struct i80321_softc { struct
51 device_t dev;
52 bus_space_tag_t sc_st;
53 bus_space_handle_t sc_sh;
55 bus_space_handle_t sc_atu_sh;
56 bus_space_handle_t sc_mcu_sh;
57 int sc_is_host;
65 vm_offset_t sc_iow_vaddr; /* I/O window vaddr */
78 struct {
83 } sc_iwin[4];
[all …]
Di80321.c74 struct i80321_softc *i80321_softc; variable