Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mtd/spi/
H A Dsandbox.c72 struct sandbox_spi_flash { struct
109 struct sandbox_spi_flash *sbsf = dev_get_priv(dev); in sandbox_sf_set_block_protect() argument
123 struct sandbox_spi_flash *sbsf = dev_get_priv(dev); in sandbox_sf_probe()
195 struct sandbox_spi_flash *sbsf = dev_get_priv(dev); in sandbox_sf_remove()
204 struct sandbox_spi_flash *sbsf = dev_get_priv(dev); in sandbox_sf_cs_activate()
235 static int sandbox_sf_process_cmd(struct sandbox_spi_flash *sbsf, const u8 *rx, in sandbox_sf_process_cmd()
300 int sandbox_erase_part(struct sandbox_spi_flash *sbsf, int size) in sandbox_erase_part()
319 struct sandbox_spi_flash *sbsf = dev_get_priv(dev); in sandbox_sf_xfer()
604 .priv_auto_alloc_size = sizeof(struct sandbox_spi_flash),