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

/freebsd-11.0-release/sys/dev/amdsmb/
H A Damdsmb.c151 struct amdsmb_softc *amdsmb_sc = device_get_softc(dev); local
154 amdsmb_sc->rid = PCIR_BAR(0);
156 amdsmb_sc->res = bus_alloc_resource_any(dev, SYS_RES_IOPORT,
157 &amdsmb_sc->rid, RF_ACTIVE);
159 if (amdsmb_sc->res == NULL) {
164 mtx_init(&amdsmb_sc->lock, device_get_nameunit(dev), "amdsmb", MTX_DEF);
167 amdsmb_sc->smbus = device_add_child(dev, "smbus", -1);
168 if (!amdsmb_sc->smbus) {
181 struct amdsmb_softc *amdsmb_sc = device_get_softc(dev); local
183 if (amdsmb_sc
[all...]

Completed in 453 milliseconds