Lines Matching refs:qcom_nand_host
517 struct qcom_nand_host { struct
656 static inline struct qcom_nand_host *to_qcom_nand_host(struct nand_chip *chip) in to_qcom_nand_host()
658 return container_of(chip, struct qcom_nand_host, chip); in to_qcom_nand_host()
792 static void set_address(struct qcom_nand_host *host, u16 column, int page) in set_address()
811 static void update_rw_regs(struct qcom_nand_host *host, int num_cw, bool read, int cw) in update_rw_regs()
1443 static int check_flash_errors(struct qcom_nand_host *host, int cw_cnt) in check_flash_errors()
1466 struct qcom_nand_host *host = to_qcom_nand_host(chip); in qcom_nandc_read_cw_raw()
1551 check_for_erased_page(struct qcom_nand_host *host, u8 *data_buf, in check_for_erased_page()
1610 static int parse_read_errors(struct qcom_nand_host *host, u8 *data_buf, in parse_read_errors()
1713 static int read_page_ecc(struct qcom_nand_host *host, u8 *data_buf, in read_page_ecc()
1792 static int copy_last_cw(struct qcom_nand_host *host, int page) in copy_last_cw()
1821 static bool qcom_nandc_is_boot_partition(struct qcom_nand_host *host, int page) in qcom_nandc_is_boot_partition()
1861 static void qcom_nandc_codeword_fixup(struct qcom_nand_host *host, int page) in qcom_nandc_codeword_fixup()
1888 struct qcom_nand_host *host = to_qcom_nand_host(chip); in qcom_nandc_read_page()
1917 struct qcom_nand_host *host = to_qcom_nand_host(chip); in qcom_nandc_read_page_raw()
1941 struct qcom_nand_host *host = to_qcom_nand_host(chip); in qcom_nandc_read_oob()
1962 struct qcom_nand_host *host = to_qcom_nand_host(chip); in qcom_nandc_write_page()
2036 struct qcom_nand_host *host = to_qcom_nand_host(chip); in qcom_nandc_write_page_raw()
2113 struct qcom_nand_host *host = to_qcom_nand_host(chip); in qcom_nandc_write_oob()
2155 struct qcom_nand_host *host = to_qcom_nand_host(chip); in qcom_nandc_block_bad()
2192 struct qcom_nand_host *host = to_qcom_nand_host(chip); in qcom_nandc_block_markbad()
2317 struct qcom_nand_host *host = to_qcom_nand_host(chip); in qcom_nand_ooblayout_ecc()
2339 struct qcom_nand_host *host = to_qcom_nand_host(chip); in qcom_nand_ooblayout_free()
2368 struct qcom_nand_host *host = to_qcom_nand_host(chip); in qcom_nand_attach_chip()
2548 struct qcom_nand_host *host = to_qcom_nand_host(chip); in qcom_op_cmd_mapping()
2683 struct qcom_nand_host *host = to_qcom_nand_host(chip); in qcom_read_status_exec()
2748 struct qcom_nand_host *host = to_qcom_nand_host(chip); in qcom_read_id_type_exec()
2799 struct qcom_nand_host *host = to_qcom_nand_host(chip); in qcom_misc_cmd_type_exec()
2855 struct qcom_nand_host *host = to_qcom_nand_host(chip); in qcom_param_page_type_exec()
3190 struct qcom_nand_host *host, in qcom_nand_host_parse_boot_partitions()
3258 struct qcom_nand_host *host, in qcom_nand_host_init_and_register()
3323 struct qcom_nand_host *host; in qcom_probe_nand_devices()
3455 struct qcom_nand_host *host; in qcom_nandc_remove()