Lines Matching refs:subop
1675 const struct nand_subop *subop, in marvell_nfc_parse_instructions() argument
1687 for (op_id = 0; op_id < subop->ninstrs; op_id++) { in marvell_nfc_parse_instructions()
1692 instr = &subop->instrs[op_id]; in marvell_nfc_parse_instructions()
1709 offset = nand_subop_get_addr_start_off(subop, op_id); in marvell_nfc_parse_instructions()
1710 naddrs = nand_subop_get_num_addr_cyc(subop, op_id); in marvell_nfc_parse_instructions()
1736 len = nand_subop_get_data_len(subop, op_id); in marvell_nfc_parse_instructions()
1750 len = nand_subop_get_data_len(subop, op_id); in marvell_nfc_parse_instructions()
1765 const struct nand_subop *subop, in marvell_nfc_xfer_data_pio() argument
1771 unsigned int len = nand_subop_get_data_len(subop, op_id); in marvell_nfc_xfer_data_pio()
1772 unsigned int offset = nand_subop_get_data_start_off(subop, op_id); in marvell_nfc_xfer_data_pio()
1796 const struct nand_subop *subop) in marvell_nfc_monolithic_access_exec() argument
1802 marvell_nfc_parse_instructions(chip, subop, &nfc_op); in marvell_nfc_monolithic_access_exec()
1827 marvell_nfc_xfer_data_pio(chip, subop, &nfc_op); in marvell_nfc_monolithic_access_exec()
1860 const struct nand_subop *subop) in marvell_nfc_naked_access_exec() argument
1865 marvell_nfc_parse_instructions(chip, subop, &nfc_op); in marvell_nfc_naked_access_exec()
1874 switch (subop->instrs[0].type) { in marvell_nfc_naked_access_exec()
1911 marvell_nfc_xfer_data_pio(chip, subop, &nfc_op); in marvell_nfc_naked_access_exec()
1921 if (subop->instrs[0].type == NAND_OP_DATA_OUT_INSTR) { in marvell_nfc_naked_access_exec()
1932 const struct nand_subop *subop) in marvell_nfc_naked_waitrdy_exec() argument
1937 marvell_nfc_parse_instructions(chip, subop, &nfc_op); in marvell_nfc_naked_waitrdy_exec()
1946 const struct nand_subop *subop) in marvell_nfc_read_id_type_exec() argument
1951 marvell_nfc_parse_instructions(chip, subop, &nfc_op); in marvell_nfc_read_id_type_exec()
1975 marvell_nfc_xfer_data_pio(chip, subop, &nfc_op); in marvell_nfc_read_id_type_exec()
1986 const struct nand_subop *subop) in marvell_nfc_read_status_exec() argument
1991 marvell_nfc_parse_instructions(chip, subop, &nfc_op); in marvell_nfc_read_status_exec()
2015 marvell_nfc_xfer_data_pio(chip, subop, &nfc_op); in marvell_nfc_read_status_exec()
2026 const struct nand_subop *subop) in marvell_nfc_reset_cmd_type_exec() argument
2031 marvell_nfc_parse_instructions(chip, subop, &nfc_op); in marvell_nfc_reset_cmd_type_exec()
2055 const struct nand_subop *subop) in marvell_nfc_erase_cmd_type_exec() argument
2060 marvell_nfc_parse_instructions(chip, subop, &nfc_op); in marvell_nfc_erase_cmd_type_exec()