Searched refs:spi_eeprom_read (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/include/asm/txx9/ |
D | spi.h | 20 int spi_eeprom_read(int busid, int chipid, 27 static inline int spi_eeprom_read(int busid, int chipid, in spi_eeprom_read() function
|
/kernel/linux/linux-5.10/arch/mips/txx9/generic/ |
D | spi_eeprom.c | 87 int __init spi_eeprom_read(int busid, int chipid, int address, in spi_eeprom_read() function
|
/kernel/linux/linux-5.10/arch/mips/txx9/rbtx4938/ |
D | setup.c | 125 if (spi_eeprom_read(SPI_BUSNO, SEEPROM1_CS, 0, dat, sizeof(dat))) { in rbtx4938_ethaddr_init()
|