Home
last modified time | relevance | path

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

/freebsd/sys/dev/amdsbwd/
H A Damdsbwd.c94 struct resource *res_ctrl; member
149 return (bus_read_4(sc->res_ctrl, 0)); in wdctrl_read()
155 bus_write_4(sc->res_ctrl, 0, val); in wdctrl_write()
493 sc->res_ctrl = bus_alloc_resource_any(dev, SYS_RES_MEMORY, in amdsbwd_attach_sb()
495 if (sc->res_ctrl == NULL) { in amdsbwd_attach_sb()
556 if (sc->res_ctrl != NULL) in amdsbwd_detach()
558 sc->res_ctrl); in amdsbwd_detach()