ath79_flash_bank is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

ath79_flash_bank struct

Syntax

struct ath79_flash_bank {     bool probed;     int chipselect;     uint32_t io_base;     const struct flash_device *dev;     struct ath79_spi_ctx spi; };

Fields

probed

No summary provided. Read more...

chipselect

No summary provided. Read more...

io_base

No summary provided. Read more...

dev

No summary provided. Read more...

spi

No summary provided. Read more...

References

LocationReferrerScopeText
ath79.c:79
struct ath79_flash_bank {
ath79.c:113ath79_spi_bitbang_codegen()
static int ath79_spi_bitbang_codegen(struct ath79_flash_bank *ath79_info,
ath79.c:237ath79_spi_bitbang_chunk()
struct ath79_flash_bank *ath79_info = bank->driver_priv;
ath79.c:319ath79_spi_bitbang_prepare()
struct ath79_flash_bank *ath79_info = bank->driver_priv;
ath79.c:327ath79_spi_bitbang_bytes()
struct ath79_flash_bank *ath79_info = bank->driver_priv;
ath79.c:349ath79_flash_bank_command()
struct ath79_flash_bank *ath79_info;
ath79.c:370ath79_flash_bank_command()
ath79_info = calloc(1, sizeof(struct ath79_flash_bank));
ath79.c:456erase_command()
struct ath79_flash_bank *ath79_info = bank->driver_priv;
ath79.c:493ath79_erase()
struct ath79_flash_bank *ath79_info = bank->driver_priv;
ath79.c:544ath79_write_page()
struct ath79_flash_bank *ath79_info = bank->driver_priv;
ath79.c:606ath79_write_buffer()
struct ath79_flash_bank *ath79_info = bank->driver_priv;
ath79.c:757ath79_probe()
struct ath79_flash_bank *ath79_info = bank->driver_priv;
ath79.c:847ath79_auto_probe()
struct ath79_flash_bank *ath79_info = bank->driver_priv;
ath79.c:868get_ath79_info()
struct ath79_flash_bank *ath79_info = bank->driver_priv;

Type Use

Variables of ath79_flash_bank type
ath79_spi_bitbang_chunk()::ath79_info
ath79_spi_bitbang_prepare()::ath79_info
ath79_spi_bitbang_bytes()::ath79_info
ath79_flash_bank_command()::ath79_info
erase_command()::ath79_info
ath79_erase()::ath79_info
ath79_write_page()::ath79_info
ath79_write_buffer()::ath79_info
ath79_probe()::ath79_info
ath79_auto_probe()::ath79_info
get_ath79_info()::ath79_info
all items filtered out
ath79_flash_bank
Allocators of ath79_flash_bank
all items filtered out
ath79_flash_bank