Searched refs:qcom_nand_host (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/mtd/nand/raw/ |
H A D | qcom_nandc.c | 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() [all …]
|