Searched refs:gcs_res (Results 1 – 2 of 2) sorted by relevance
213 bus_read_4((sc)->gcs_res, (off))224 bus_write_4((sc)->gcs_res, (off), (val))538 sc->gcs_res = bus_alloc_resource_any(ich, SYS_RES_MEMORY, in ichwd_attach()540 if (sc->gcs_res == NULL) { in ichwd_attach()583 if (sc->gcs_res != NULL) in ichwd_attach()585 sc->gcs_rid, sc->gcs_res); in ichwd_attach()620 if (sc->gcs_res && ich) in ichwd_detach()621 bus_release_resource(ich, SYS_RES_MEMORY, sc->gcs_rid, sc->gcs_res); in ichwd_detach()
56 struct resource *gcs_res; member