Searched refs:amdpm (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/sys/dev/amdpm/ |
| H A D | amdpm.c | 130 #define AMDPM_LOCK(amdpm) mtx_lock(&(amdpm)->lock) argument 131 #define AMDPM_UNLOCK(amdpm) mtx_unlock(&(amdpm)->lock) argument 132 #define AMDPM_LOCK_ASSERT(amdpm) mtx_assert(&(amdpm)->lock, MA_OWNED) argument 134 #define AMDPM_SMBINB(amdpm,register) \ argument 135 (bus_read_1(amdpm->res, register)) 137 (bus_write_1(amdpm->res, register, value)) 138 #define AMDPM_SMBINW(amdpm,register) \ argument 139 (bus_read_2(amdpm->res, register)) 141 (bus_write_2(amdpm->res, register, value)) 664 MODULE_DEPEND(amdpm, pci, 1, 1, 1); [all …]
|
| /freebsd-14.2/sys/modules/i2c/controllers/amdpm/ |
| H A D | Makefile | 2 .PATH: ${SRCTOP}/sys/dev/amdpm 3 KMOD = amdpm 5 amdpm.c
|
| /freebsd-14.2/tools/kerneldoc/subsys/ |
| H A D | Doxyfile-dev_amdpm | 6 PROJECT_NAME = "FreeBSD kernel amdpm device code" 12 INPUT = $(DOXYGEN_SRC_PATH)/dev/amdpm/ \
|
| /freebsd-14.2/sys/modules/i2c/controllers/ |
| H A D | Makefile | 2 SUBDIR = alpm amdpm amdsmb ichiic ichsmb intpm ismt nfsmb viapm lpbb pcf
|
| /freebsd-14.2/share/man/man4/ |
| H A D | Makefile | 43 amdpm.4 \
|
| /freebsd-14.2/sys/conf/ |
| H A D | NOTES | 2211 # amdpm AMD 756 Power Management Unit 2224 device amdpm
|
| H A D | files | 862 dev/amdpm/amdpm.c optional amdpm pci | nfpm pci
|
| /freebsd-14.2/ |
| H A D | ObsoleteFiles.inc | 15641 OLD_FILES+=usr/share/man/man4/i386/amdpm.4.gz
|