Lines Matching defs:read
130 * @steps: Number of "packets" to read/write
133 * @read: Data transfer direction from the controller point of view
145 bool read;
373 * A typical read operation is:
374 * 1/ Assert the read operation by sending the relevant command/address cycles
377 * 2/ After having read the relevant number of ECC bytes, the controller uses
380 * 3/ It will read the content of the main area for a given size (pktsize) and
390 * software BCH implementation in the read path.
642 nfc_op->read = true;
656 * means the controller might read/write more than
658 * DATA are discarded in the write path and read pointer
659 * adjusted in the read path.
689 dir = nfc_op->read ? READ_READY : WRITE_READY;
693 nfc_op->read ? "Read" : "Write");
698 if (nfc_op->read)
711 if (nfc_op->read) {
942 * the controller abstract a status read operation with its own status
943 * register after ordering a read status operation. Hence, we cannot