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

/freebsd-12-stable/sys/dev/amdsbwd/
H A Damdsbwd.c96 struct resource *res_count; member in struct:amdsbwd_softc
164 return (bus_read_4(sc->res_count, 0));
170 bus_write_4(sc->res_count, 0, val);
505 sc->res_count = bus_alloc_resource_any(dev, SYS_RES_MEMORY,
507 if (sc->res_count == NULL) {
566 if (sc->res_count != NULL)
568 sc->res_count);

Completed in 51 milliseconds