Home
last modified time | relevance | path

Searched refs:spi_eeprom_read (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/arch/mips/include/asm/txx9/
Dspi.h20 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/
Dspi_eeprom.c87 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/
Dsetup.c125 if (spi_eeprom_read(SPI_BUSNO, SEEPROM1_CS, 0, dat, sizeof(dat))) { in rbtx4938_ethaddr_init()