Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/misc/
H A Dds4510.c96 data &= ~DS4510_RSTDELAY_MASK; in ds4510_rstdelay_write()
97 data |= delay & DS4510_RSTDELAY_MASK; in ds4510_rstdelay_write()
195 printf("rstdelay = 0x%x\n\n", data & DS4510_RSTDELAY_MASK); in ds4510_info()
H A Dds4510.h29 #define DS4510_RSTDELAY_MASK 0x03 macro