Searched refs:amdpm (Results 1 – 7 of 7) sorted by relevance
/dflybsd-src/sys/dev/powermng/amdpm/ |
H A D | amdpm.c | 127 #define AMDPM_LOCK(amdpm) lockmgr(&(amdpm)->lock, LK_EXCLUSIVE) argument 128 #define AMDPM_UNLOCK(amdpm) lockmgr(&(amdpm)->lock, LK_RELEASE) argument 129 #define AMDPM_LOCK_ASSERT(amdpm) KKASSERT(lockstatus(&(amdpm)->lock, curthread) != 0) argument 131 #define AMDPM_SMBINB(amdpm,register) \ argument 132 (bus_read_1(amdpm->res, register)) 133 #define AMDPM_SMBOUTB(amdpm,register,value) \ argument 134 (bus_write_1(amdpm->res, register, value)) 135 #define AMDPM_SMBINW(amdpm,register) \ argument 136 (bus_read_2(amdpm->res, register)) 137 #define AMDPM_SMBOUTW(amdpm,register,value) \ argument [all …]
|
H A D | Makefile | 3 KMOD = amdpm 5 amdpm.c
|
/dflybsd-src/sys/dev/powermng/ |
H A D | Makefile | 1 SUBDIR= alpm amdpm amdsmn amdtemp aps clockmod corepower coretemp
|
/dflybsd-src/share/man/man4/ |
H A D | Makefile | 32 amdpm.4 \
|
/dflybsd-src/sys/config/ |
H A D | LINT64 | 1594 # amdpm AMD 756 Power Management Unit 1604 device amdpm
|
/dflybsd-src/sys/conf/ |
H A D | files | 1941 dev/powermng/amdpm/amdpm.c optional amdpm pci
|
/dflybsd-src/ |
H A D | Makefile_upgrade.inc | 973 TO_REMOVE+=/usr/share/man/man4/i386/amdpm.4.gz
|