Lines Matching refs:qcom_nand_host

434 struct qcom_nand_host {  struct
562 static inline struct qcom_nand_host *to_qcom_nand_host(struct nand_chip *chip) in to_qcom_nand_host()
564 return container_of(chip, struct qcom_nand_host, chip); in to_qcom_nand_host()
662 static void set_address(struct qcom_nand_host *host, u16 column, int page) in set_address()
681 static void update_rw_regs(struct qcom_nand_host *host, int num_cw, bool read) in update_rw_regs()
1157 static int nandc_param(struct qcom_nand_host *host) in nandc_param()
1215 static int erase_block(struct qcom_nand_host *host, int page_addr) in erase_block()
1244 static int read_id(struct qcom_nand_host *host, int column) in read_id()
1268 static int reset(struct qcom_nand_host *host) in reset()
1366 static void pre_command(struct qcom_nand_host *host, int command) in pre_command()
1388 static void parse_erase_write_errors(struct qcom_nand_host *host, int command) in parse_erase_write_errors()
1412 static void post_command(struct qcom_nand_host *host, int command) in post_command()
1441 struct qcom_nand_host *host = to_qcom_nand_host(chip); in qcom_nandc_command()
1567 static int check_flash_errors(struct qcom_nand_host *host, int cw_cnt) in check_flash_errors()
1588 struct qcom_nand_host *host = to_qcom_nand_host(chip); in qcom_nandc_read_cw_raw()
1667 check_for_erased_page(struct qcom_nand_host *host, u8 *data_buf, in check_for_erased_page()
1726 static int parse_read_errors(struct qcom_nand_host *host, u8 *data_buf, in parse_read_errors()
1830 static int read_page_ecc(struct qcom_nand_host *host, u8 *data_buf, in read_page_ecc()
1911 static int copy_last_cw(struct qcom_nand_host *host, int page) in copy_last_cw()
1946 struct qcom_nand_host *host = to_qcom_nand_host(chip); in qcom_nandc_read_page()
1964 struct qcom_nand_host *host = to_qcom_nand_host(chip); in qcom_nandc_read_page_raw()
1985 struct qcom_nand_host *host = to_qcom_nand_host(chip); in qcom_nandc_read_oob()
2003 struct qcom_nand_host *host = to_qcom_nand_host(chip); in qcom_nandc_write_page()
2075 struct qcom_nand_host *host = to_qcom_nand_host(chip); in qcom_nandc_write_page_raw()
2152 struct qcom_nand_host *host = to_qcom_nand_host(chip); in qcom_nandc_write_oob()
2194 struct qcom_nand_host *host = to_qcom_nand_host(chip); in qcom_nandc_block_bad()
2231 struct qcom_nand_host *host = to_qcom_nand_host(chip); in qcom_nandc_block_markbad()
2278 struct qcom_nand_host *host = to_qcom_nand_host(chip); in qcom_nandc_read_byte()
2417 struct qcom_nand_host *host = to_qcom_nand_host(chip); in qcom_nand_ooblayout_ecc()
2439 struct qcom_nand_host *host = to_qcom_nand_host(chip); in qcom_nand_ooblayout_free()
2467 struct qcom_nand_host *host = to_qcom_nand_host(chip); in qcom_nand_attach_chip()
2801 struct qcom_nand_host *host, in qcom_nand_host_init_and_register()
2874 struct qcom_nand_host *host; in qcom_probe_nand_devices()
3011 struct qcom_nand_host *host; in qcom_nandc_remove()