Lines Matching refs:subop
1710 const struct nand_subop *subop, in marvell_nfc_parse_instructions() argument
1722 for (op_id = 0; op_id < subop->ninstrs; op_id++) { in marvell_nfc_parse_instructions()
1727 instr = &subop->instrs[op_id]; in marvell_nfc_parse_instructions()
1744 offset = nand_subop_get_addr_start_off(subop, op_id); in marvell_nfc_parse_instructions()
1745 naddrs = nand_subop_get_num_addr_cyc(subop, op_id); in marvell_nfc_parse_instructions()
1771 len = nand_subop_get_data_len(subop, op_id); in marvell_nfc_parse_instructions()
1785 len = nand_subop_get_data_len(subop, op_id); in marvell_nfc_parse_instructions()
1800 const struct nand_subop *subop, in marvell_nfc_xfer_data_pio() argument
1806 unsigned int len = nand_subop_get_data_len(subop, op_id); in marvell_nfc_xfer_data_pio()
1807 unsigned int offset = nand_subop_get_data_start_off(subop, op_id); in marvell_nfc_xfer_data_pio()
1831 const struct nand_subop *subop) in marvell_nfc_monolithic_access_exec() argument
1837 marvell_nfc_parse_instructions(chip, subop, &nfc_op); in marvell_nfc_monolithic_access_exec()
1862 marvell_nfc_xfer_data_pio(chip, subop, &nfc_op); in marvell_nfc_monolithic_access_exec()
1895 const struct nand_subop *subop) in marvell_nfc_naked_access_exec() argument
1900 marvell_nfc_parse_instructions(chip, subop, &nfc_op); in marvell_nfc_naked_access_exec()
1909 switch (subop->instrs[0].type) { in marvell_nfc_naked_access_exec()
1946 marvell_nfc_xfer_data_pio(chip, subop, &nfc_op); in marvell_nfc_naked_access_exec()
1956 if (subop->instrs[0].type == NAND_OP_DATA_OUT_INSTR) { in marvell_nfc_naked_access_exec()
1967 const struct nand_subop *subop) in marvell_nfc_naked_waitrdy_exec() argument
1972 marvell_nfc_parse_instructions(chip, subop, &nfc_op); in marvell_nfc_naked_waitrdy_exec()
1981 const struct nand_subop *subop) in marvell_nfc_read_id_type_exec() argument
1986 marvell_nfc_parse_instructions(chip, subop, &nfc_op); in marvell_nfc_read_id_type_exec()
2010 marvell_nfc_xfer_data_pio(chip, subop, &nfc_op); in marvell_nfc_read_id_type_exec()
2021 const struct nand_subop *subop) in marvell_nfc_read_status_exec() argument
2026 marvell_nfc_parse_instructions(chip, subop, &nfc_op); in marvell_nfc_read_status_exec()
2050 marvell_nfc_xfer_data_pio(chip, subop, &nfc_op); in marvell_nfc_read_status_exec()
2061 const struct nand_subop *subop) in marvell_nfc_reset_cmd_type_exec() argument
2066 marvell_nfc_parse_instructions(chip, subop, &nfc_op); in marvell_nfc_reset_cmd_type_exec()
2090 const struct nand_subop *subop) in marvell_nfc_erase_cmd_type_exec() argument
2095 marvell_nfc_parse_instructions(chip, subop, &nfc_op); in marvell_nfc_erase_cmd_type_exec()