Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/spi/
H A Deeprom.h32 #define EE_INSTR_BIT3_IS_ADDR 0x0010 macro
/openbmc/linux/drivers/misc/eeprom/
H A Dat25.c104 if (at25->chip.flags & EE_INSTR_BIT3_IS_ADDR) in at25_ee_read()
243 if (at25->chip.flags & EE_INSTR_BIT3_IS_ADDR) in at25_ee_write()
357 chip->flags |= EE_INSTR_BIT3_IS_ADDR; in at25_fw_to_chip()