Searched refs:at25 (Results 1 – 3 of 3) sorted by relevance
67 struct at25_data *at25, in at25_ee_read() argument80 if (unlikely(offset >= at25->bin.size)) in at25_ee_read()82 if ((offset + count) > at25->bin.size) in at25_ee_read()83 count = at25->bin.size - offset; in at25_ee_read()90 if (at25->chip.flags & EE_INSTR_BIT3_IS_ADDR) in at25_ee_read()91 if (offset >= (1U << (at25->addrlen * 8))) in at25_ee_read()96 switch (at25->addrlen) { in at25_ee_read()110 t[0].len = at25->addrlen + 1; in at25_ee_read()117 mutex_lock(&at25->lock); in at25_ee_read()125 status = spi_sync(at25->spi, &m); in at25_ee_read()[all …]
2 obj-$(CONFIG_EEPROM_AT25) += at25.o
39 will be called at25.