Home | Sort by: relevance | last modified time | path |
/src/sys/arch/x86/pci/ | |
amdtemp.c | 357 uint32_t cmpcap; local in function:amdtemp_k8_init 401 cmpcap = (data >> 12) & 0x3; 403 sc->sc_numsensors = cmpcap ? 4 : 2; |
amdtemp.c | 357 uint32_t cmpcap; local in function:amdtemp_k8_init 401 cmpcap = (data >> 12) & 0x3; 403 sc->sc_numsensors = cmpcap ? 4 : 2; |