Go to the source code of this file.
◆ NAND_DEVICE_COMMAND_HANDLER()
NAND_DEVICE_COMMAND_HANDLER |
( |
s3c2410_nand_device_command |
| ) |
|
◆ s3c2410_init()
◆ s3c2410_nand_ready()
static int s3c2410_nand_ready |
( |
struct nand_device * |
nand, |
|
|
int |
timeout |
|
) |
| |
|
static |
◆ s3c2410_read_data()
static int s3c2410_read_data |
( |
struct nand_device * |
nand, |
|
|
void * |
data |
|
) |
| |
|
static |
◆ s3c2410_write_data()
static int s3c2410_write_data |
( |
struct nand_device * |
nand, |
|
|
uint16_t |
data |
|
) |
| |
|
static |
◆ s3c2410_nand_controller
Initial value:= {
.name = "s3c2410",
.nand_device_command = &s3c2410_nand_device_command,
}
static int s3c2410_read_data(struct nand_device *nand, void *data)
static int s3c2410_nand_ready(struct nand_device *nand, int timeout)
static int s3c2410_write_data(struct nand_device *nand, uint16_t data)
static int s3c2410_init(struct nand_device *nand)
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)
#define s3c24xx_read_page
#define s3c24xx_write_page
Definition at line 71 of file s3c2410.c.