Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rts5208/
H A Dspi.h43 int spi_write_eeprom(struct rtsx_chip *chip, u16 addr, u8 val);
H A Dspi.c399 int spi_write_eeprom(struct rtsx_chip *chip, u16 addr, u8 val) in spi_write_eeprom() function
H A Drtsx_scsi.c1173 retval = spi_write_eeprom(chip, i, buf[i]); in write_eeprom()
2037 retval = spi_write_eeprom(chip, addr + i, buf[i]); in write_eeprom2()