Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/powermng/amdpm/
H A Damdpm.c127 #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 DMakefile3 KMOD = amdpm
5 amdpm.c
/dflybsd-src/sys/dev/powermng/
H A DMakefile1 SUBDIR= alpm amdpm amdsmn amdtemp aps clockmod corepower coretemp
/dflybsd-src/share/man/man4/
H A DMakefile32 amdpm.4 \
/dflybsd-src/sys/config/
H A DLINT641594 # amdpm AMD 756 Power Management Unit
1604 device amdpm
/dflybsd-src/sys/conf/
H A Dfiles1941 dev/powermng/amdpm/amdpm.c optional amdpm pci
/dflybsd-src/
H A DMakefile_upgrade.inc973 TO_REMOVE+=/usr/share/man/man4/i386/amdpm.4.gz