Home
last modified time | relevance | path

Searched refs:nfc_op (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/mtd/nand/raw/
H A Dmarvell_nand.c648 nfc_op->ndcb[1], nfc_op->ndcb[2], nfc_op->ndcb[3]); in marvell_nfc_send_cmd()
1732 nfc_op->ndcb[0] |= in marvell_nfc_parse_instructions()
1735 nfc_op->ndcb[0] |= in marvell_nfc_parse_instructions()
1764 nfc_op->data_instr = instr; in marvell_nfc_parse_instructions()
1768 nfc_op->ndcb[0] |= in marvell_nfc_parse_instructions()
1778 nfc_op->data_instr = instr; in marvell_nfc_parse_instructions()
1782 nfc_op->ndcb[0] |= in marvell_nfc_parse_instructions()
1833 struct marvell_nfc_op nfc_op; in marvell_nfc_monolithic_access_exec() local
1935 if (!nfc_op.data_instr) { in marvell_nfc_naked_access_exec()
2002 if (nfc_op.rdy_timeout_ms) { in marvell_nfc_read_id_type_exec()
[all …]
H A Darasan-nand-controller.c402 struct anfc_op nfc_op = { in anfc_read_page_hw_ecc() local
520 struct anfc_op nfc_op = { in anfc_write_page_hw_ecc() local
606 memset(nfc_op, 0, sizeof(*nfc_op)); in anfc_parse_instructions()
642 nfc_op->read = true; in anfc_parse_instructions()
649 ret = anfc_pkt_len_config(nfc_op->len, &nfc_op->steps, in anfc_parse_instructions()
682 unsigned int dwords = (nfc_op->len / 4) / nfc_op->steps; in anfc_rw_pio_op()
685 u8 *buf = nfc_op->buf; in anfc_rw_pio_op()
698 if (nfc_op->read) in anfc_rw_pio_op()
711 if (nfc_op->read) { in anfc_rw_pio_op()
728 struct anfc_op nfc_op = {}; in anfc_misc_data_type_exec() local
[all …]