Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/misc/
H A Dds4510.c79 data &= ~DS4510_CFG_SEE; in ds4510_see_write()
81 data |= DS4510_CFG_SEE; in ds4510_see_write()
203 printf(" /see = %d\n", data & DS4510_CFG_SEE ? 1 : 0); in ds4510_info()
H A Dds4510.h45 #define DS4510_CFG_SEE 0x10 macro