Go to the source code of this file.
◆ NAND_DEVICE_COMMAND_HANDLER()
NAND_DEVICE_COMMAND_HANDLER |
( |
s3c2412_nand_device_command |
| ) |
|
◆ s3c2412_init()
◆ s3c2412_nand_controller
Initial value:= {
.name = "s3c2412",
.nand_device_command = &s3c2412_nand_device_command,
}
static int s3c2412_init(struct nand_device *nand)
int s3c2440_read_block_data(struct nand_device *nand, uint8_t *data, int data_size)
int s3c2440_nand_ready(struct nand_device *nand, int timeout)
int s3c2440_write_block_data(struct nand_device *nand, uint8_t *data, int data_size)
int s3c24xx_write_data(struct nand_device *nand, uint16_t data)
int s3c24xx_reset(struct nand_device *nand)
int s3c24xx_address(struct nand_device *nand, uint8_t address)
int s3c24xx_command(struct nand_device *nand, uint8_t command)
int s3c24xx_read_data(struct nand_device *nand, void *data)
#define s3c24xx_read_page
#define s3c24xx_write_page
Definition at line 34 of file s3c2412.c.