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

/freebsd-12-stable/sys/dev/amdsbwd/
H A Damdsbwd.c95 struct resource *res_ctrl; member in struct:amdsbwd_softc
152 return (bus_read_4(sc->res_ctrl, 0));
158 bus_write_4(sc->res_ctrl, 0, val);
499 sc->res_ctrl = bus_alloc_resource_any(dev, SYS_RES_MEMORY,
501 if (sc->res_ctrl == NULL) {
562 if (sc->res_ctrl != NULL)
564 sc->res_ctrl);

Completed in 101 milliseconds