Searched refs:AT24_FLAG_ADDR16 (Results 1 – 1 of 1) sorted by relevance
29 #define AT24_FLAG_ADDR16 BIT(7) macro190 AT24_CHIP_DATA(at24_data_24c32, 32768 / 8, AT24_FLAG_ADDR16);192 AT24_FLAG_ADDR16 | AT24_FLAG_SERIAL | AT24_FLAG_READONLY);193 AT24_CHIP_DATA(at24_data_24c64, 65536 / 8, AT24_FLAG_ADDR16);195 AT24_FLAG_ADDR16 | AT24_FLAG_SERIAL | AT24_FLAG_READONLY);283 if (at24->flags & AT24_FLAG_ADDR16) { in at24_translate_offset()311 bits = (at24->flags & AT24_FLAG_ADDR16) ? 16 : 8; in at24_adjust_read_count()631 if (flags & AT24_FLAG_ADDR16) in at24_probe()634 flags &= ~AT24_FLAG_ADDR16; in at24_probe()637 flags |= AT24_FLAG_ADDR16; in at24_probe()[all …]
Completed in 4 milliseconds