Lines Matching defs:cfg_handle
325 bus_space_handle_t cfg_handle; /* handle of config window */
359 bus_space_handle_t cfg_handle; /* handle of config window */
398 if ((sc->cfg_handle != 0) && (sc->cfg_cur_offs == offs))
400 if (sc->cfg_handle != 0)
401 bus_space_unmap(sc->bus_tag, sc->cfg_handle, 0x800);
408 rv = bus_space_map(sc->bus_tag, offs, 0x800, flags, &sc->cfg_handle);
433 hndl = sc->ports[i]->cfg_handle;
444 hndl = sc->cfg_handle;
482 hndl = sc->ports[i]->cfg_handle;
493 hndl = sc->cfg_handle;
1501 port->rp_size, 0, &port->cfg_handle);