Home
last modified time | relevance | path

Searched refs:amdpm (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/amdpm/
H A Damdpm.c129 #define AMDPM_LOCK(amdpm) mtx_lock(&(amdpm)->lock) argument
130 #define AMDPM_UNLOCK(amdpm) mtx_unlock(&(amdpm)->lock) argument
131 #define AMDPM_LOCK_ASSERT(amdpm) mtx_assert(&(amdpm)->lock, MA_OWNED) argument
133 #define AMDPM_SMBINB(amdpm,register) \ argument
134 (bus_read_1(amdpm->res, register))
135 #define AMDPM_SMBOUTB(amdpm,register,value) \ argument
136 (bus_write_1(amdpm->res, register, value))
137 #define AMDPM_SMBINW(amdpm,register) \ argument
138 (bus_read_2(amdpm->res, register))
139 #define AMDPM_SMBOUTW(amdpm,register,value) \ argument
[all …]
/freebsd/sys/modules/i2c/controllers/amdpm/
H A DMakefile1 .PATH: ${SRCTOP}/sys/dev/amdpm
2 KMOD = amdpm
4 amdpm.c
/freebsd/tools/kerneldoc/subsys/
H A DDoxyfile-dev_amdpm6 PROJECT_NAME = "FreeBSD kernel amdpm device code"
12 INPUT = $(DOXYGEN_SRC_PATH)/dev/amdpm/ \
/freebsd/sys/modules/i2c/controllers/
H A DMakefile1 SUBDIR = alpm amdpm amdsmb ichiic ichsmb intpm ismt nfsmb viapm lpbb pcf
/freebsd/share/man/man4/
H A DMakefile49 amdpm.4 \
/freebsd/sys/conf/
H A DNOTES2218 # amdpm AMD 756 Power Management Unit
2231 device amdpm
H A Dfiles845 dev/amdpm/amdpm.c optional amdpm pci | nfpm pci