Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/spi/
Deeprom.h32 #define EE_INSTR_BIT3_IS_ADDR 0x0010 macro
/Linux-v4.19/drivers/misc/eeprom/
Dat25.c88 if (at25->chip.flags & EE_INSTR_BIT3_IS_ADDR) in at25_ee_read()
176 if (at25->chip.flags & EE_INSTR_BIT3_IS_ADDR) in at25_ee_write()
284 chip->flags |= EE_INSTR_BIT3_IS_ADDR; in at25_fw_to_chip()