Home
last modified time | relevance | path

Searched refs:spi_read_flash (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/board/renesas/sh7757lcr/
H A Dspi-boot.c78 static void __uses_spiboot2 spi_read_flash(void *buf, unsigned long addr, in spi_read_flash() function
104 spi_read_flash((void *)CONFIG_RAM_BOOT_PHYS, CONFIG_SPI_ADDR, in spiboot_main()
/openbmc/u-boot/board/renesas/sh7752evb/
H A Dspi-boot.c83 static void __uses_spiboot2 spi_read_flash(void *buf, unsigned long addr, in spi_read_flash() function
112 spi_read_flash((void *)CONFIG_RAM_BOOT_PHYS, CONFIG_SPI_ADDR, in spiboot_main()
/openbmc/u-boot/board/renesas/sh7753evb/
H A Dspi-boot.c88 static void __uses_spiboot2 spi_read_flash(void *buf, unsigned long addr, in spi_read_flash() function
130 spi_read_flash((void *)CONFIG_RAM_BOOT_PHYS, CONFIG_SPI_ADDR, len); in spiboot_main()
/openbmc/linux/drivers/staging/rts5208/
H A Dspi.h47 int spi_read_flash(struct scsi_cmnd *srb, struct rtsx_chip *chip);
H A Dspi.c552 int spi_read_flash(struct scsi_cmnd *srb, struct rtsx_chip *chip) in spi_read_flash() function
H A Drtsx_scsi.c2598 result = spi_read_flash(srb, chip); in spi_vendor_cmd()