Home
last modified time | relevance | path

Searched refs:gc_res (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/ichwd/
H A Dichwd.c318 bus_read_4((sc)->gc_res, (off))
334 bus_write_4((sc)->gc_res, (off), (val))
778 sc->gc_res = bus_alloc_resource_any(dev, SYS_RES_MEMORY, &sc->gc_rid, in ichwd_smb_attach()
780 if (sc->gc_res == NULL) { in ichwd_smb_attach()
926 if (sc->gc_res != NULL) in ichwd_attach()
928 sc->gc_rid, sc->gc_res); in ichwd_attach()
964 if (sc->gc_res) in ichwd_detach()
966 sc->gc_res); in ichwd_detach()
H A Dichwd.h62 struct resource *gc_res; member