Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/mtd/nand/raw/
Dqcom_nandc.c434 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()
[all …]