Home
last modified time | relevance | path

Searched refs:nand_subop_get_addr_start_off (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.10/include/linux/mtd/
Drawnand.h718 unsigned int nand_subop_get_addr_start_off(const struct nand_subop *subop,
/Linux-v5.10/drivers/mtd/nand/raw/
Dvf610_nfc.c385 int i = nand_subop_get_addr_start_off(subop, op_id); in vf610_nfc_cmd()
Darasan-nand-controller.c496 offset = nand_subop_get_addr_start_off(subop, op_id); in anfc_parse_instructions()
Dtegra_nand.c380 offset = nand_subop_get_addr_start_off(subop, op_id); in tegra_nand_cmd()
Dcadence-nand-controller.c2050 offset = nand_subop_get_addr_start_off(subop, op_id); in cadence_nand_cmd_address()
2084 offset = nand_subop_get_addr_start_off(subop, 1); in cadence_nand_cmd_erase()
Dnand_base.c2263 unsigned int nand_subop_get_addr_start_off(const struct nand_subop *subop, in nand_subop_get_addr_start_off() function
2272 EXPORT_SYMBOL_GPL(nand_subop_get_addr_start_off);
2294 start_off = nand_subop_get_addr_start_off(subop, instr_idx); in nand_subop_get_num_addr_cyc()
Dsunxi_nand.c1802 start = nand_subop_get_addr_start_off(subop, i); in sunxi_nfc_exec_subop()
Dmarvell_nand.c1709 offset = nand_subop_get_addr_start_off(subop, op_id); in marvell_nfc_parse_instructions()
/Linux-v5.10/drivers/mtd/nand/raw/atmel/
Dnand-controller.c649 for (j = nand_subop_get_addr_start_off(subop, i); in atmel_hsmc_exec_cmd_addr()