OpenOCD
|
Data Fields | |
int | chipselect |
const struct flash_device * | dev |
uint32_t | io_base |
bool | probed |
struct ath79_spi_ctx | spi |
int ath79_flash_bank::chipselect |
Definition at line 81 of file ath79.c.
Referenced by ath79_spi_bitbang_codegen(), and FLASH_BANK_COMMAND_HANDLER().
const struct flash_device* ath79_flash_bank::dev |
Definition at line 83 of file ath79.c.
Referenced by ath79_erase(), ath79_probe(), ath79_write_buffer(), ath79_write_page(), and erase_command().
uint32_t ath79_flash_bank::io_base |
Definition at line 82 of file ath79.c.
Referenced by ath79_probe(), ath79_spi_bitbang_chunk(), and ath79_spi_bitbang_codegen().
bool ath79_flash_bank::probed |
Definition at line 80 of file ath79.c.
Referenced by ath79_auto_probe(), ath79_erase(), and ath79_probe().
struct ath79_spi_ctx ath79_flash_bank::spi |
Definition at line 83 of file ath79.c.
Referenced by ath79_probe(), ath79_spi_bitbang_bytes(), ath79_spi_bitbang_codegen(), ath79_spi_bitbang_prepare(), and ath79_write_page().