Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H A Dqcom_nandc.c485 unsigned int num_cw = nandc->max_cwperpage; in alloc_bam_transaction() local
489 sizeof(*bam_txn) + num_cw * in alloc_bam_transaction()
503 sizeof(*bam_txn->bam_ce) * QPIC_PER_CW_CMD_ELEMENTS * num_cw; in alloc_bam_transaction()
507 sizeof(*bam_txn->cmd_sgl) * QPIC_PER_CW_CMD_SGL * num_cw; in alloc_bam_transaction()
677 * @num_cw: number of steps for the read/write operation
680 static void update_rw_regs(struct qcom_nand_host *host, int num_cw, bool read) in update_rw_regs() argument
697 (num_cw - 1) << CW_PER_PAGE; in update_rw_regs()
703 (num_cw - 1) << CW_PER_PAGE; in update_rw_regs()
1392 int num_cw; in parse_erase_write_errors() local
1395 num_cw in parse_erase_write_errors()
[all...]
/kernel/linux/linux-6.6/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()
807 * @num_cw: number of steps for the read/write operation
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 in qcom_read_status_exec()
[all...]

Completed in 9 milliseconds