Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/misc/
H A Dds4510.c107 val &= DS4510_IO_MASK; in ds4510_pullup_write()
122 return val & DS4510_IO_MASK; in ds4510_pullup_read()
179 return val & DS4510_IO_MASK; in ds4510_gpio_read_val()
H A Dds4510.h11 #define DS4510_IO_MASK ((1 << DS4510_NUM_IO) - 1) macro