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

/freebsd-11-stable/sys/dev/lmc/
H A Dif_lmc.h1103 int csr_res_id; /* bus_release resource needs this */
1102 int csr_res_id; /* bus_release resource needs this */ member in struct:softc
H A Dif_lmc.c4463 bus_release_resource(dev, sc->csr_res_type, sc->csr_res_id, sc->csr_res);
4511 sc->csr_res_id = TLP_CBIO;
4514 sc->csr_res_id = TLP_CBMA;
4517 sc->csr_res = bus_alloc_resource_any(dev, sc->csr_res_type, &sc->csr_res_id,

Completed in 113 milliseconds