Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/mtd/nand/raw/
Dqcom_nandc.c487 struct qcom_nand_host { struct
626 static inline struct qcom_nand_host *to_qcom_nand_host(struct nand_chip *chip) in to_qcom_nand_host()
628 return container_of(chip, struct qcom_nand_host, chip); in to_qcom_nand_host()
762 static void set_address(struct qcom_nand_host *host, u16 column, int page) in set_address()
781 static void update_rw_regs(struct qcom_nand_host *host, int num_cw, bool read, int cw) in update_rw_regs()
1282 static int nandc_param(struct qcom_nand_host *host) in nandc_param()
1356 static int erase_block(struct qcom_nand_host *host, int page_addr) in erase_block()
1385 static int read_id(struct qcom_nand_host *host, int column) in read_id()
1409 static int reset(struct qcom_nand_host *host) in reset()
1507 static void pre_command(struct qcom_nand_host *host, int command) in pre_command()
[all …]