Home
last modified time | relevance | path

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

/external/u-boot/drivers/misc/
Dds4510.h43 #define DS4510_CFG_TRIP_POINT 0x40 macro
Dds4510.c201 printf(" trip pt = %d\n", data & DS4510_CFG_TRIP_POINT ? 1 : 0); in ds4510_info()