Lines Matching refs:instrs

1013 	struct nand_op_instr instrs[] = {
1020 struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs);
1028 instrs[0].ctx.cmd.opcode = NAND_CMD_READOOB;
1031 instrs[0].ctx.cmd.opcode = NAND_CMD_READ1;
1042 instrs[1].ctx.addr.naddrs++;
1055 struct nand_op_instr instrs[] = {
1063 struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs);
1079 instrs[1].ctx.addr.naddrs++;
1151 struct nand_op_instr instrs[] = {
1158 struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs);
1207 struct nand_op_instr instrs[] = {
1214 struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs);
1225 instrs[3].ctx.data.force_8bit = force_8bit;
1283 struct nand_op_instr instrs[] = {
1296 struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs);
1309 instrs[2].ctx.addr.naddrs = naddrs;
1326 instrs[0].ctx.cmd.opcode = NAND_CMD_READOOB;
1329 instrs[0].ctx.cmd.opcode = NAND_CMD_READ1;
1335 op.instrs++;
1405 struct nand_op_instr instrs[] = {
1410 struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs);
1513 struct nand_op_instr instrs[] = {
1518 struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs);
1525 instrs[2].ctx.data.force_8bit = force_8bit;
1567 struct nand_op_instr instrs[] = {
1572 struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs);
1606 struct nand_op_instr instrs[] = {
1611 struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs);
1641 struct nand_op_instr instrs[] = {
1644 struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs);
1676 struct nand_op_instr instrs[] = {
1683 struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs);
1686 instrs[1].ctx.addr.naddrs++;
1734 struct nand_op_instr instrs[] = {
1741 struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs);
1781 struct nand_op_instr instrs[] = {
1789 struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs);
1805 struct nand_op_instr instrs[] = {
1809 struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs);
1838 struct nand_op_instr instrs[] = {
1842 struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs);
1875 struct nand_op_instr instrs[] = {
1878 struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs);
1880 instrs[0].ctx.data.force_8bit = force_8bit;
1925 struct nand_op_instr instrs[] = {
1928 struct nand_operation op = NAND_OPERATION(chip->cur_cs, instrs);
1930 instrs[0].ctx.data.force_8bit = force_8bit;
1951 * @instrs: array of all the instructions that must be addressed
1952 * @ninstrs: length of the @instrs array
1959 const struct nand_op_instr *instrs;
2036 const struct nand_op_instr *end = ctx->instrs + ctx->ninstrs;
2037 const struct nand_op_instr *instr = ctx->subop.instrs;
2114 instr = &ctx->instrs[i];
2116 if (instr == &ctx->subop.instrs[0])
2121 if (instr == &ctx->subop.instrs[ctx->subop.ninstrs - 1])
2176 .subop.instrs = op->instrs,
2177 .instrs = op->instrs,
2182 while (ctx.subop.instrs < op->instrs + op->ninstrs) {
2221 ctx.subop.instrs = ctx.subop.instrs + ctx.subop.ninstrs;
2223 ctx.subop.instrs -= 1;
2268 subop->instrs[instr_idx].type != NAND_OP_ADDR_INSTR))
2292 subop->instrs[instr_idx].type != NAND_OP_ADDR_INSTR))
2301 end_off = subop->instrs[instr_idx].ctx.addr.naddrs;
2322 !nand_instr_is_data(&subop->instrs[instr_idx])))
2346 !nand_instr_is_data(&subop->instrs[instr_idx])))
2355 end_off = subop->instrs[instr_idx].ctx.data.len;