Lines Matching defs:host

289 static int check_int_v3(struct mxc_nand_host *host)  in check_int_v3()
303 static int check_int_v1_v2(struct mxc_nand_host *host) in check_int_v1_v2()
317 static void irq_control_v1_v2(struct mxc_nand_host *host, int activate) in irq_control_v1_v2()
331 static void irq_control_v3(struct mxc_nand_host *host, int activate) in irq_control_v3()
345 static void irq_control(struct mxc_nand_host *host, int activate) in irq_control()
357 static u32 get_ecc_status_v1(struct mxc_nand_host *host) in get_ecc_status_v1()
362 static u32 get_ecc_status_v2(struct mxc_nand_host *host) in get_ecc_status_v2()
367 static u32 get_ecc_status_v3(struct mxc_nand_host *host) in get_ecc_status_v3()
374 struct mxc_nand_host *host = dev_id; in mxc_nfc_irq() local
389 static int wait_op_done(struct mxc_nand_host *host, int useirq) in wait_op_done()
436 static void send_cmd_v3(struct mxc_nand_host *host, uint16_t cmd, int useirq) in send_cmd_v3()
450 static void send_cmd_v1_v2(struct mxc_nand_host *host, uint16_t cmd, int useirq) in send_cmd_v1_v2()
475 static void send_addr_v3(struct mxc_nand_host *host, uint16_t addr, int islast) in send_addr_v3()
489 static void send_addr_v1_v2(struct mxc_nand_host *host, uint16_t addr, int islast) in send_addr_v1_v2()
503 struct mxc_nand_host *host = nand_chip->priv; in send_page_v3() local
519 struct mxc_nand_host *host = nand_chip->priv; in send_page_v2() local
533 struct mxc_nand_host *host = nand_chip->priv; in send_page_v1() local
553 static void send_read_id_v3(struct mxc_nand_host *host) in send_read_id_v3()
564 static void send_read_id_v1_v2(struct mxc_nand_host *host) in send_read_id_v1_v2()
577 static uint16_t get_dev_status_v3(struct mxc_nand_host *host) in get_dev_status_v3()
587 static uint16_t get_dev_status_v1_v2(struct mxc_nand_host *host) in get_dev_status_v1_v2()
634 struct mxc_nand_host *host = nand_chip->priv; in mxc_nand_correct_data_v1() local
655 struct mxc_nand_host *host = nand_chip->priv; in mxc_nand_correct_data_v2_v3() local
693 struct mxc_nand_host *host = nand_chip->priv; in mxc_nand_read_byte() local
717 struct mxc_nand_host *host = nand_chip->priv; in mxc_nand_read_word() local
733 struct mxc_nand_host *host = nand_chip->priv; in mxc_nand_write_buf() local
751 struct mxc_nand_host *host = nand_chip->priv; in mxc_nand_read_buf() local
767 struct mxc_nand_host *host = nand_chip->priv; in mxc_nand_select_chip_v1_v3() local
788 struct mxc_nand_host *host = nand_chip->priv; in mxc_nand_select_chip_v2() local
815 struct mxc_nand_host *host = this->priv; in copy_spare() local
848 struct mxc_nand_host *host = nand_chip->priv; in mxc_do_addr_cycle() local
917 struct mxc_nand_host *host = nand_chip->priv; in preset_v1() local
945 struct mxc_nand_host *host = nand_chip->priv; in preset_v2() local
991 struct mxc_nand_host *host = chip->priv; in preset_v3() local
1063 struct mxc_nand_host *host = nand_chip->priv; in mxc_nand_command() local
1328 static inline int is_imx21_nfc(struct mxc_nand_host *host) in is_imx21_nfc()
1333 static inline int is_imx27_nfc(struct mxc_nand_host *host) in is_imx27_nfc()
1338 static inline int is_imx25_nfc(struct mxc_nand_host *host) in is_imx25_nfc()
1343 static inline int is_imx51_nfc(struct mxc_nand_host *host) in is_imx51_nfc()
1348 static inline int is_imx53_nfc(struct mxc_nand_host *host) in is_imx53_nfc()
1396 static int __init mxcnd_probe_dt(struct mxc_nand_host *host) in mxcnd_probe_dt()
1423 static int __init mxcnd_probe_dt(struct mxc_nand_host *host) in mxcnd_probe_dt()
1433 struct mxc_nand_host *host; in mxcnd_probe() local
1627 struct mxc_nand_host *host = platform_get_drvdata(pdev); in mxcnd_remove() local