Lines Matching refs:subop
1689 const struct nand_subop *subop, in marvell_nfc_parse_instructions() argument
1701 for (op_id = 0; op_id < subop->ninstrs; op_id++) { in marvell_nfc_parse_instructions()
1706 instr = &subop->instrs[op_id]; in marvell_nfc_parse_instructions()
1723 offset = nand_subop_get_addr_start_off(subop, op_id); in marvell_nfc_parse_instructions()
1724 naddrs = nand_subop_get_num_addr_cyc(subop, op_id); in marvell_nfc_parse_instructions()
1750 len = nand_subop_get_data_len(subop, op_id); in marvell_nfc_parse_instructions()
1764 len = nand_subop_get_data_len(subop, op_id); in marvell_nfc_parse_instructions()
1779 const struct nand_subop *subop, in marvell_nfc_xfer_data_pio() argument
1785 unsigned int len = nand_subop_get_data_len(subop, op_id); in marvell_nfc_xfer_data_pio()
1786 unsigned int offset = nand_subop_get_data_start_off(subop, op_id); in marvell_nfc_xfer_data_pio()
1810 const struct nand_subop *subop) in marvell_nfc_monolithic_access_exec() argument
1816 marvell_nfc_parse_instructions(chip, subop, &nfc_op); in marvell_nfc_monolithic_access_exec()
1841 marvell_nfc_xfer_data_pio(chip, subop, &nfc_op); in marvell_nfc_monolithic_access_exec()
1874 const struct nand_subop *subop) in marvell_nfc_naked_access_exec() argument
1879 marvell_nfc_parse_instructions(chip, subop, &nfc_op); in marvell_nfc_naked_access_exec()
1888 switch (subop->instrs[0].type) { in marvell_nfc_naked_access_exec()
1925 marvell_nfc_xfer_data_pio(chip, subop, &nfc_op); in marvell_nfc_naked_access_exec()
1935 if (subop->instrs[0].type == NAND_OP_DATA_OUT_INSTR) { in marvell_nfc_naked_access_exec()
1946 const struct nand_subop *subop) in marvell_nfc_naked_waitrdy_exec() argument
1951 marvell_nfc_parse_instructions(chip, subop, &nfc_op); in marvell_nfc_naked_waitrdy_exec()
1960 const struct nand_subop *subop) in marvell_nfc_read_id_type_exec() argument
1965 marvell_nfc_parse_instructions(chip, subop, &nfc_op); in marvell_nfc_read_id_type_exec()
1989 marvell_nfc_xfer_data_pio(chip, subop, &nfc_op); in marvell_nfc_read_id_type_exec()
2000 const struct nand_subop *subop) in marvell_nfc_read_status_exec() argument
2005 marvell_nfc_parse_instructions(chip, subop, &nfc_op); in marvell_nfc_read_status_exec()
2029 marvell_nfc_xfer_data_pio(chip, subop, &nfc_op); in marvell_nfc_read_status_exec()
2040 const struct nand_subop *subop) in marvell_nfc_reset_cmd_type_exec() argument
2045 marvell_nfc_parse_instructions(chip, subop, &nfc_op); in marvell_nfc_reset_cmd_type_exec()
2069 const struct nand_subop *subop) in marvell_nfc_erase_cmd_type_exec() argument
2074 marvell_nfc_parse_instructions(chip, subop, &nfc_op); in marvell_nfc_erase_cmd_type_exec()