Searched refs:AT24_FLAG_ADDR16 (Results 1 – 1 of 1) sorted by relevance
28 #define AT24_FLAG_ADDR16 BIT(7) macro198 AT24_CHIP_DATA(at24_data_24c32d_wlp, 32, AT24_FLAG_ADDR16);200 AT24_FLAG_ADDR16 | AT24_FLAG_SERIAL | AT24_FLAG_READONLY);203 AT24_CHIP_DATA(at24_data_24c64d_wlp, 32, AT24_FLAG_ADDR16);205 AT24_FLAG_ADDR16 | AT24_FLAG_SERIAL | AT24_FLAG_READONLY);308 if (at24->flags & AT24_FLAG_ADDR16) { in at24_translate_offset()336 bits = (at24->flags & AT24_FLAG_ADDR16) ? 16 : 8; in at24_adjust_read_count()639 if (flags & AT24_FLAG_ADDR16) in at24_probe()642 flags &= ~AT24_FLAG_ADDR16; in at24_probe()645 flags |= AT24_FLAG_ADDR16; in at24_probe()[all …]
Completed in 11 milliseconds