Searched refs:spi_read_flash (Results 1 – 6 of 6) sorted by relevance
/openbmc/u-boot/board/renesas/sh7757lcr/ |
H A D | spi-boot.c | 78 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 D | spi-boot.c | 83 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 D | spi-boot.c | 88 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 D | spi.h | 47 int spi_read_flash(struct scsi_cmnd *srb, struct rtsx_chip *chip);
|
H A D | spi.c | 552 int spi_read_flash(struct scsi_cmnd *srb, struct rtsx_chip *chip) in spi_read_flash() function
|
H A D | rtsx_scsi.c | 2598 result = spi_read_flash(srb, chip); in spi_vendor_cmd()
|