Searched defs:mv_pcib_softc (Results 1 – 1 of 1) sorted by relevance
288 struct mv_pcib_softc { struct289 device_t sc_dev;291 struct rman sc_mem_rman;292 bus_addr_t sc_mem_base;293 bus_addr_t sc_mem_size;294 uint32_t sc_mem_map[MV_PCI_MEM_SLICE_SIZE /296 int sc_win_target;297 int sc_mem_win_attr;299 struct rman sc_io_rman;300 bus_addr_t sc_io_base;[all …]