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,
802 case CCD_BASE ... CCD_MAX: in amdtemp_gettemp17h()
805 (((int)sensor - CCD_BASE) * sizeof(val)), &val); in amdtemp_gettemp17h()
839 dev, CCD_BASE + i, amdtemp_sysctl, "IK", sensor_descr); in amdtemp_probe_ccd_sensors()