Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/nand/raw/
H A Dqcom_nandc.c580 unsigned int num_cw = nandc->max_cwperpage; in alloc_bam_transaction() local
584 sizeof(*bam_txn) + num_cw * in alloc_bam_transaction()
598 sizeof(*bam_txn->bam_ce) * QPIC_PER_CW_CMD_ELEMENTS * num_cw; in alloc_bam_transaction()
602 sizeof(*bam_txn->cmd_sgl) * QPIC_PER_CW_CMD_SGL * num_cw; in alloc_bam_transaction()
811 static void update_rw_regs(struct qcom_nand_host *host, int num_cw, bool read, int cw) in update_rw_regs() argument
828 (num_cw - 1) << CW_PER_PAGE; in update_rw_regs()
834 (num_cw - 1) << CW_PER_PAGE; in update_rw_regs()
2690 int ret, num_cw, i; in qcom_read_status_exec() local
2699 num_cw = nandc->exec_opwrite ? ecc->steps : 1; in qcom_read_status_exec()
2724 for (i = 0; i < num_cw; i++) { in qcom_read_status_exec()
[all …]