Lines Matching defs:qcom_nand_controller
392 struct qcom_nand_controller { struct
393 struct device *dev;
395 void __iomem *base;
397 struct clk *core_clk;
398 struct clk *aon_clk;
400 struct nandc_regs *regs;
401 struct bam_transaction *bam_txn;
403 const struct qcom_nandc_props *props;
405 struct nand_controller controller;
406 struct list_head host_list;
408 union {
424 struct list_head desc_list;
426 u8 *data_buffer;
427 __le32 *reg_read_buf;
429 phys_addr_t base_phys;
430 dma_addr_t base_dma;
431 dma_addr_t reg_read_dma;
433 int buf_size;
434 int buf_count;
435 int buf_start;
436 unsigned int max_cwperpage;
438 int reg_read_pos;
440 u32 cmd1, vld;
441 bool exec_opwrite;