Lines Matching refs:subop
2593 const struct nand_subop *subop,
2600 for (op_id = 0; op_id < subop->ninstrs; op_id++) {
2604 instr = &subop->instrs[op_id];
2617 offset = nand_subop_get_addr_start_off(subop, op_id);
2618 naddrs = nand_subop_get_num_addr_cyc(subop, op_id);
2681 const struct nand_subop *subop)
2695 ret = qcom_parse_instructions(chip, subop, &q_op);
2738 len = nand_subop_get_data_len(subop, op_id);
2745 static int qcom_read_id_type_exec(struct nand_chip *chip, const struct nand_subop *subop)
2755 ret = qcom_parse_instructions(chip, subop, &q_op);
2787 len = nand_subop_get_data_len(subop, op_id);
2796 static int qcom_misc_cmd_type_exec(struct nand_chip *chip, const struct nand_subop *subop)
2804 ret = qcom_parse_instructions(chip, subop, &q_op);
2854 static int qcom_param_page_type_exec(struct nand_chip *chip, const struct nand_subop *subop)
2864 ret = qcom_parse_instructions(chip, subop, &q_op);
2912 len = nand_subop_get_data_len(subop, op_id);