Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/platform_data/
Dat24.h53 #define AT24_FLAG_NO_RDROL BIT(1) /* does not auto-rollover reads to */ macro
/Linux-v4.19/drivers/misc/eeprom/
Dat24.c281 if (at24->flags & AT24_FLAG_NO_RDROL) { in at24_adjust_read_count()
479 chip->flags |= AT24_FLAG_NO_RDROL; in at24_properties_to_pdata()