Lines Matching defs:read
117 * @steps: Number of "packets" to read/write
120 * @read: Data transfer direction from the controller point of view
131 bool read;
309 * A typical read operation is:
310 * 1/ Assert the read operation by sending the relevant command/address cycles
313 * 2/ After having read the relevant number of ECC bytes, the controller uses
316 * 3/ It will read the content of the main area for a given size (pktsize) and
326 * software BCH implementation in the read path.
577 nfc_op->read = true;
591 * means the controller might read/write more than
593 * DATA are discarded in the write path and read pointer
594 * adjusted in the read path.
624 dir = nfc_op->read ? READ_READY : WRITE_READY;
628 nfc_op->read ? "Read" : "Write");
633 if (nfc_op->read)
646 if (nfc_op->read) {
861 * the controller abstract a status read operation with its own status
862 * register after ordering a read status operation. Hence, we cannot