Lines Matching defs:host

322 static int check_int_v3(struct mxc_nand_host *host)  in check_int_v3()
336 static int check_int_v1_v2(struct mxc_nand_host *host) in check_int_v1_v2()
350 static void irq_control_v1_v2(struct mxc_nand_host *host, int activate) in irq_control_v1_v2()
364 static void irq_control_v3(struct mxc_nand_host *host, int activate) in irq_control_v3()
378 static void irq_control(struct mxc_nand_host *host, int activate) in irq_control()
390 static u32 get_ecc_status_v1(struct mxc_nand_host *host) in get_ecc_status_v1()
395 static u32 get_ecc_status_v2(struct mxc_nand_host *host) in get_ecc_status_v2()
400 static u32 get_ecc_status_v3(struct mxc_nand_host *host) in get_ecc_status_v3()
407 struct mxc_nand_host *host = dev_id; in mxc_nfc_irq() local
422 static int wait_op_done(struct mxc_nand_host *host, int useirq) in wait_op_done()
469 static void send_cmd_v3(struct mxc_nand_host *host, uint16_t cmd, int useirq) in send_cmd_v3()
483 static void send_cmd_v1_v2(struct mxc_nand_host *host, uint16_t cmd, int useirq) in send_cmd_v1_v2()
508 static void send_addr_v3(struct mxc_nand_host *host, uint16_t addr, int islast) in send_addr_v3()
522 static void send_addr_v1_v2(struct mxc_nand_host *host, uint16_t addr, int islast) in send_addr_v1_v2()
536 struct mxc_nand_host *host = nand_chip->priv; in send_page_v3() local
552 struct mxc_nand_host *host = nand_chip->priv; in send_page_v2() local
566 struct mxc_nand_host *host = nand_chip->priv; in send_page_v1() local
586 static void send_read_id_v3(struct mxc_nand_host *host) in send_read_id_v3()
597 static void send_read_id_v1_v2(struct mxc_nand_host *host) in send_read_id_v1_v2()
610 static uint16_t get_dev_status_v3(struct mxc_nand_host *host) in get_dev_status_v3()
620 static uint16_t get_dev_status_v1_v2(struct mxc_nand_host *host) in get_dev_status_v1_v2()
667 struct mxc_nand_host *host = nand_chip->priv; in mxc_nand_correct_data_v1() local
688 struct mxc_nand_host *host = nand_chip->priv; in mxc_nand_correct_data_v2_v3() local
726 struct mxc_nand_host *host = nand_chip->priv; in mxc_nand_read_byte() local
750 struct mxc_nand_host *host = nand_chip->priv; in mxc_nand_read_word() local
766 struct mxc_nand_host *host = nand_chip->priv; in mxc_nand_write_buf() local
784 struct mxc_nand_host *host = nand_chip->priv; in mxc_nand_read_buf() local
800 struct mxc_nand_host *host = nand_chip->priv; in mxc_nand_select_chip_v1_v3() local
821 struct mxc_nand_host *host = nand_chip->priv; in mxc_nand_select_chip_v2() local
854 struct mxc_nand_host *host = this->priv; in copy_spare() local
897 struct mxc_nand_host *host = nand_chip->priv; in mxc_do_addr_cycle() local
983 struct mxc_nand_host *host = nand_chip->priv; in preset_v1() local
1011 struct mxc_nand_host *host = nand_chip->priv; in preset_v2() local
1057 struct mxc_nand_host *host = chip->priv; in preset_v3() local
1129 struct mxc_nand_host *host = nand_chip->priv; in mxc_nand_command() local
1394 static inline int is_imx21_nfc(struct mxc_nand_host *host) in is_imx21_nfc()
1399 static inline int is_imx27_nfc(struct mxc_nand_host *host) in is_imx27_nfc()
1404 static inline int is_imx25_nfc(struct mxc_nand_host *host) in is_imx25_nfc()
1409 static inline int is_imx51_nfc(struct mxc_nand_host *host) in is_imx51_nfc()
1414 static inline int is_imx53_nfc(struct mxc_nand_host *host) in is_imx53_nfc()
1463 static int __init mxcnd_probe_dt(struct mxc_nand_host *host) in mxcnd_probe_dt()
1490 static int __init mxcnd_probe_dt(struct mxc_nand_host *host) in mxcnd_probe_dt()
1500 struct mxc_nand_host *host; in mxcnd_probe() local
1705 struct mxc_nand_host *host = platform_get_drvdata(pdev); in mxcnd_remove() local