Home
last modified time | relevance | path

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

/linux-3.3/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
/linux-3.3/arch/mips/txx9/generic/
Dspi_eeprom.c88 int __init spi_eeprom_read(int busid, int chipid, int address, in spi_eeprom_read() function
/linux-3.3/arch/mips/txx9/rbtx4938/
Dsetup.c124 if (spi_eeprom_read(SPI_BUSNO, SEEPROM1_CS, 0, dat, sizeof(dat))) { in rbtx4938_ethaddr_init()