Home
last modified time | relevance | path

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

/NextBSD/sys/dev/iicbus/
HDad7417.c519 int rawval, diode_slope, diode_offset; in ad7417_diode_read() local
530 rawval = ad7417_adc_read(sens); in ad7417_diode_read()
531 if (rawval < 0) in ad7417_diode_read()
542 temp = (rawval*diode_slope + diode_offset) >> 2; in ad7417_diode_read()
/NextBSD/sys/dev/nxge/xgehal/
HDxgehal-device.c3035 u64 val64, rawval = 0ULL; in __hal_device_reset() local
3105 rawval = XGE_HAL_SW_RESET_RAW_VAL_HERC; in __hal_device_reset()
3111 if (val64 != rawval) { in __hal_device_reset()
3118 rawval = XGE_HAL_SW_RESET_RAW_VAL_XENA; in __hal_device_reset()
3149 if (val64 != rawval) { in __hal_device_reset()
3152 (unsigned long long)val64, (unsigned long long)rawval); in __hal_device_reset()