OpenOCD
|
Data Fields | |
uint32_t | addr |
uint32_t | cmd |
uint32_t | data |
struct arm_nand_data | io |
uint32_t orion_nand_controller::addr |
Definition at line 24 of file orion.c.
Referenced by NAND_DEVICE_COMMAND_HANDLER(), and orion_nand_address().
uint32_t orion_nand_controller::cmd |
Definition at line 23 of file orion.c.
Referenced by NAND_DEVICE_COMMAND_HANDLER(), and orion_nand_command().
uint32_t orion_nand_controller::data |
Definition at line 25 of file orion.c.
Referenced by NAND_DEVICE_COMMAND_HANDLER(), orion_nand_fast_block_write(), orion_nand_read(), and orion_nand_write().
struct arm_nand_data orion_nand_controller::io |
Definition at line 134 of file orion.c.
Referenced by NAND_DEVICE_COMMAND_HANDLER(), and orion_nand_fast_block_write().