Home
last modified time | relevance | path

Searched refs:mxc_nand_host (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/mtd/nand/raw/
H A Dmxc_nand.c122 struct mxc_nand_host;
131 void (*send_read_id)(struct mxc_nand_host *);
132 uint16_t (*get_dev_status)(struct mxc_nand_host *);
133 int (*check_int)(struct mxc_nand_host *);
134 void (*irq_control)(struct mxc_nand_host *, int);
135 u32 (*get_ecc_status)(struct mxc_nand_host *);
160 struct mxc_nand_host { struct
341 static int check_int_v3(struct mxc_nand_host *host) in check_int_v3()
355 static int check_int_v1_v2(struct mxc_nand_host *host) in check_int_v1_v2()
426 struct mxc_nand_host *host = dev_id; in mxc_nfc_irq()
[all …]
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dmxc_nand.c20 struct mxc_nand_host { struct
35 static struct mxc_nand_host mxc_host; argument
36 static struct mxc_nand_host *host = &mxc_host;
143 static void send_cmd(struct mxc_nand_host *host, uint16_t cmd)
272 static void send_read_id(struct mxc_nand_host *host)
300 static uint16_t get_dev_status(struct mxc_nand_host *host)
387 struct mxc_nand_host *host = nand_get_controller_data(chip);
441 struct mxc_nand_host *host = nand_get_controller_data(chip);
486 struct mxc_nand_host *host = nand_get_controller_data(chip);
550 struct mxc_nand_host *host = nand_get_controller_data(chip);
[all …]