Home
last modified time | relevance | path

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

/freebsd/sys/dev/amdtemp/
H A Damdtemp.c64 CCD_BASE = CCD1, enumerator
77 NUM_CCDS = CCD_MAX - CCD_BASE + 1,
821 case CCD_BASE ... CCD_MAX: in amdtemp_gettemp17h()
824 (((int)sensor - CCD_BASE) * sizeof(val)), &val); in amdtemp_gettemp17h()
858 dev, CCD_BASE + i, amdtemp_sysctl, "IK", sensor_descr); in amdtemp_probe_ccd_sensors()