Searched refs:qcom_nand_host (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
H A D | qcom_nandc.c | 433 struct qcom_nand_host { struct 561 static inline struct qcom_nand_host *to_qcom_nand_host(struct nand_chip *chip) in to_qcom_nand_host() 563 return container_of(chip, struct qcom_nand_host, chip); in to_qcom_nand_host() 661 static void set_address(struct qcom_nand_host *host, u16 column, int page) in set_address() 680 static void update_rw_regs(struct qcom_nand_host *host, int num_cw, bool read) in update_rw_regs() 1156 static int nandc_param(struct qcom_nand_host *host) in nandc_param() 1214 static int erase_block(struct qcom_nand_host *host, int page_addr) in erase_block() 1243 static int read_id(struct qcom_nand_host *host, int column) in read_id() 1267 static int reset(struct qcom_nand_host *host) in reset() 1365 static void pre_command(struct qcom_nand_host *hos [all...] |
/kernel/linux/linux-6.6/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 *hos [all...] |
Completed in 7 milliseconds