Home
last modified time | relevance | path

Searched defs:alpm (Results 1 – 1 of 1) sorted by relevance

/trueos/sys/pci/
HDalpm.c133 #define ALPM_LOCK(alpm) mtx_lock(&(alpm)->lock) argument
134 #define ALPM_UNLOCK(alpm) mtx_unlock(&(alpm)->lock) argument
135 #define ALPM_LOCK_ASSERT(alpm) mtx_assert(&(alpm)->lock, MA_OWNED) argument
137 #define ALPM_SMBINB(alpm,register) \ argument
139 #define ALPM_SMBOUTB(alpm,register,value) \ argument
162 struct alpm_softc *alpm; in alpm_attach() local
237 struct alpm_softc *alpm = device_get_softc(dev); in alpm_detach() local