Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/misc/
H A Dds4510.c108 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()
H A Dds4510.h12 #define DS4510_IO_MASK ((1 << DS4510_NUM_IO) - 1) macro