Searched refs:DS4510_IO_MASK (Results 1 – 2 of 2) sorted by relevance
107 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()
11 #define DS4510_IO_MASK ((1 << DS4510_NUM_IO) - 1) macro