Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/mtd/
Drawnand.h865 unsigned int nand_subop_get_addr_start_off(const struct nand_subop *subop,
/Linux-v6.1/drivers/mtd/nand/raw/
Dvf610_nfc.c385 int i = nand_subop_get_addr_start_off(subop, op_id); in vf610_nfc_cmd()
Dpl35x-nand-controller.c684 offset = nand_subop_get_addr_start_off(subop, op_id); in pl35x_nand_exec_op()
Dtegra_nand.c383 offset = nand_subop_get_addr_start_off(subop, op_id); in tegra_nand_cmd()
Dcadence-nand-controller.c2047 offset = nand_subop_get_addr_start_off(subop, op_id); in cadence_nand_cmd_address()
2081 offset = nand_subop_get_addr_start_off(subop, 1); in cadence_nand_cmd_erase()
Drockchip-nand-controller.c354 start = nand_subop_get_addr_start_off(subop, i); in rk_nfc_cmd()
Darasan-nand-controller.c616 offset = nand_subop_get_addr_start_off(subop, op_id); in anfc_parse_instructions()
Dnand_base.c2479 unsigned int nand_subop_get_addr_start_off(const struct nand_subop *subop, in nand_subop_get_addr_start_off() function
2488 EXPORT_SYMBOL_GPL(nand_subop_get_addr_start_off);
2510 start_off = nand_subop_get_addr_start_off(subop, instr_idx); in nand_subop_get_num_addr_cyc()
Dsunxi_nand.c1825 start = nand_subop_get_addr_start_off(subop, i); in sunxi_nfc_exec_subop()
Dmarvell_nand.c1715 offset = nand_subop_get_addr_start_off(subop, op_id); in marvell_nfc_parse_instructions()
/Linux-v6.1/drivers/mtd/nand/raw/atmel/
Dnand-controller.c650 for (j = nand_subop_get_addr_start_off(subop, i); in atmel_hsmc_exec_cmd_addr()