Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/misc/eeprom/
Dat24.c145 AT24_FLAG_SERIAL | AT24_FLAG_READONLY);
148 AT24_FLAG_SERIAL | AT24_FLAG_READONLY);
158 AT24_FLAG_SERIAL | AT24_FLAG_READONLY);
162 AT24_FLAG_SERIAL | AT24_FLAG_READONLY);
165 AT24_FLAG_SERIAL | AT24_FLAG_READONLY);
168 AT24_FLAG_ADDR16 | AT24_FLAG_SERIAL | AT24_FLAG_READONLY);
171 AT24_FLAG_ADDR16 | AT24_FLAG_SERIAL | AT24_FLAG_READONLY);
596 } else if (flags & AT24_FLAG_SERIAL && flags & AT24_FLAG_ADDR16) { in at24_get_offset_adj()
603 } else if (flags & AT24_FLAG_SERIAL) { in at24_get_offset_adj()
654 if ((pdata.flags & AT24_FLAG_SERIAL) && (pdata.flags & AT24_FLAG_MAC)) { in at24_probe()
/Linux-v4.19/include/linux/platform_data/
Dat24.h51 #define AT24_FLAG_SERIAL BIT(3) /* factory-programmed serial number */ macro