Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/amdtemp/
H A Damdtemp.c65 CCD_BASE = CCD1, enumerator
78 NUM_CCDS = CCD_MAX - CCD_BASE + 1,
798 case CCD_BASE ... CCD_MAX: in amdtemp_gettemp17h()
801 (((int)sensor - CCD_BASE) * sizeof(val)), &val); in amdtemp_gettemp17h()
835 dev, CCD_BASE + i, amdtemp_sysctl, "IK", sensor_descr); in amdtemp_probe_ccd_sensors()