Home
last modified time | relevance | path

Searched refs:qcom_nand_host (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/mtd/nand/raw/
H A Dqcom_nandc.c93 struct qcom_nand_host { struct
123 static struct qcom_nand_host *to_qcom_nand_host(struct nand_chip *chip) in to_qcom_nand_host() argument
125 return container_of(chip, struct qcom_nand_host, chip); in to_qcom_nand_host()
238 static void set_address(struct qcom_nand_host *host, u16 column, int page) in set_address()
258 static void update_rw_regs(struct qcom_nand_host *host, int num_cw, bool read, int cw) in update_rw_regs()
452 static int check_flash_errors(struct qcom_nand_host *host, int cw_cnt) in check_flash_errors()
475 struct qcom_nand_host *host = to_qcom_nand_host(chip); in qcom_nandc_read_cw_raw()
560 check_for_erased_page(struct qcom_nand_host *host, u8 *data_buf, in check_for_erased_page()
619 static int parse_read_errors(struct qcom_nand_host *host, u8 *data_buf, in parse_read_errors()
722 static int read_page_ecc(struct qcom_nand_host *host, u8 *data_buf, in read_page_ecc()
[all …]