Home
last modified time | relevance | path

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

/freebsd/sys/dev/vte/
H A Dif_vtevar.h127 struct resource *vte_res; member
150 bus_write_2((_sc)->vte_res, (reg), (val))
152 bus_read_2((_sc)->vte_res, (reg))
H A Dif_vte.c392 sc->vte_res = bus_alloc_resource_any(dev, sc->vte_res_type, in vte_attach()
394 if (sc->vte_res == NULL) { in vte_attach()
397 sc->vte_res = bus_alloc_resource_any(dev, sc->vte_res_type, in vte_attach()
399 if (sc->vte_res == NULL) { in vte_attach()
529 if (sc->vte_res != NULL) { in vte_detach()
531 sc->vte_res); in vte_detach()
532 sc->vte_res = NULL; in vte_detach()