Searched refs:DS4510_IO_MASK (Results 1 – 2 of 2) sorted by relevance
11 #define DS4510_IO_MASK ((1 << DS4510_NUM_IO) - 1) macro
108 val &= DS4510_IO_MASK; in ds4510_pullup_write()123 return val & DS4510_IO_MASK; in ds4510_pullup_read()180 return val & DS4510_IO_MASK; in ds4510_gpio_read_val()
Completed in 4 milliseconds