Lines Matching defs:host

253 	struct mxc_nand_host *host = nand_get_controller_data(this);  in copy_spare()  local
296 struct mxc_nand_host *host = nand_get_controller_data(nand_chip); in mxc_do_addr_cycle() local
344 static int check_int_v3(struct mxc_nand_host *host) in check_int_v3()
358 static int check_int_v1_v2(struct mxc_nand_host *host) in check_int_v1_v2()
372 static void irq_control_v1_v2(struct mxc_nand_host *host, int activate) in irq_control_v1_v2()
386 static void irq_control_v3(struct mxc_nand_host *host, int activate) in irq_control_v3()
400 static void irq_control(struct mxc_nand_host *host, int activate) in irq_control()
412 static u32 get_ecc_status_v1(struct mxc_nand_host *host) in get_ecc_status_v1()
417 static u32 get_ecc_status_v2(struct mxc_nand_host *host) in get_ecc_status_v2()
422 static u32 get_ecc_status_v3(struct mxc_nand_host *host) in get_ecc_status_v3()
429 struct mxc_nand_host *host = dev_id; in mxc_nfc_irq() local
444 static int wait_op_done(struct mxc_nand_host *host, int useirq) in wait_op_done()
491 static void send_cmd_v3(struct mxc_nand_host *host, uint16_t cmd, int useirq) in send_cmd_v3()
505 static void send_cmd_v1_v2(struct mxc_nand_host *host, uint16_t cmd, int useirq) in send_cmd_v1_v2()
530 static void send_addr_v3(struct mxc_nand_host *host, uint16_t addr, int islast) in send_addr_v3()
544 static void send_addr_v1_v2(struct mxc_nand_host *host, uint16_t addr, int islast) in send_addr_v1_v2()
558 struct mxc_nand_host *host = nand_get_controller_data(nand_chip); in send_page_v3() local
574 struct mxc_nand_host *host = nand_get_controller_data(nand_chip); in send_page_v2() local
588 struct mxc_nand_host *host = nand_get_controller_data(nand_chip); in send_page_v1() local
608 static void send_read_id_v3(struct mxc_nand_host *host) in send_read_id_v3()
619 static void send_read_id_v1_v2(struct mxc_nand_host *host) in send_read_id_v1_v2()
632 static uint16_t get_dev_status_v3(struct mxc_nand_host *host) in get_dev_status_v3()
642 static uint16_t get_dev_status_v1_v2(struct mxc_nand_host *host) in get_dev_status_v1_v2()
669 struct mxc_nand_host *host = nand_get_controller_data(chip); in mxc_nand_enable_hwecc_v1_v2() local
687 struct mxc_nand_host *host = nand_get_controller_data(chip); in mxc_nand_enable_hwecc_v3() local
717 struct mxc_nand_host *host = nand_get_controller_data(chip); in mxc_nand_read_page_v1() local
775 struct mxc_nand_host *host = nand_get_controller_data(chip); in mxc_nand_read_page_v2_v3() local
822 struct mxc_nand_host *host = nand_get_controller_data(chip); in mxc_nand_read_page() local
836 struct mxc_nand_host *host = nand_get_controller_data(chip); in mxc_nand_read_page_raw() local
849 struct mxc_nand_host *host = nand_get_controller_data(chip); in mxc_nand_read_oob() local
859 struct mxc_nand_host *host = nand_get_controller_data(chip); in mxc_nand_write_page() local
891 struct mxc_nand_host *host = nand_get_controller_data(chip); in mxc_nand_write_oob() local
900 struct mxc_nand_host *host = nand_get_controller_data(nand_chip); in mxc_nand_read_byte() local
928 struct mxc_nand_host *host = nand_get_controller_data(nand_chip); in mxc_nand_write_buf() local
947 struct mxc_nand_host *host = nand_get_controller_data(nand_chip); in mxc_nand_read_buf() local
962 struct mxc_nand_host *host = nand_get_controller_data(nand_chip); in mxc_nand_select_chip_v1_v3() local
982 struct mxc_nand_host *host = nand_get_controller_data(nand_chip); in mxc_nand_select_chip_v2() local
1117 struct mxc_nand_host *host = nand_get_controller_data(nand_chip); in preset_v1() local
1146 struct mxc_nand_host *host = nand_get_controller_data(chip); in mxc_nand_v2_setup_interface() local
1220 struct mxc_nand_host *host = nand_get_controller_data(nand_chip); in preset_v2() local
1269 struct mxc_nand_host *host = nand_get_controller_data(chip); in preset_v3() local
1340 struct mxc_nand_host *host = nand_get_controller_data(nand_chip); in mxc_nand_command() local
1400 struct mxc_nand_host *host = nand_get_controller_data(chip); in mxc_nand_set_features() local
1420 struct mxc_nand_host *host = nand_get_controller_data(chip); in mxc_nand_get_features() local
1589 static inline int is_imx21_nfc(struct mxc_nand_host *host) in is_imx21_nfc()
1594 static inline int is_imx27_nfc(struct mxc_nand_host *host) in is_imx27_nfc()
1599 static inline int is_imx25_nfc(struct mxc_nand_host *host) in is_imx25_nfc()
1604 static inline int is_imx51_nfc(struct mxc_nand_host *host) in is_imx51_nfc()
1609 static inline int is_imx53_nfc(struct mxc_nand_host *host) in is_imx53_nfc()
1658 static int mxcnd_probe_dt(struct mxc_nand_host *host) in mxcnd_probe_dt()
1672 static int mxcnd_probe_dt(struct mxc_nand_host *host) in mxcnd_probe_dt()
1681 struct mxc_nand_host *host = nand_get_controller_data(chip); in mxcnd_attach_chip() local
1750 struct mxc_nand_host *host = nand_get_controller_data(chip); in mxcnd_setup_interface() local
1764 struct mxc_nand_host *host; in mxcnd_probe() local
1915 struct mxc_nand_host *host = platform_get_drvdata(pdev); in mxcnd_remove() local