Searched refs:nand_subop_get_addr_start_off (Results 1 – 12 of 12) sorted by relevance
/Linux-v6.6/include/linux/mtd/ |
D | rawnand.h | 869 unsigned int nand_subop_get_addr_start_off(const struct nand_subop *subop,
|
/Linux-v6.6/drivers/mtd/nand/raw/ |
D | vf610_nfc.c | 385 int i = nand_subop_get_addr_start_off(subop, op_id); in vf610_nfc_cmd()
|
D | pl35x-nand-controller.c | 691 offset = nand_subop_get_addr_start_off(subop, op_id); in pl35x_nand_exec_op()
|
D | tegra_nand.c | 383 offset = nand_subop_get_addr_start_off(subop, op_id); in tegra_nand_cmd()
|
D | arasan-nand-controller.c | 628 offset = nand_subop_get_addr_start_off(subop, op_id); in anfc_parse_instructions()
|
D | cadence-nand-controller.c | 2093 offset = nand_subop_get_addr_start_off(subop, op_id); in cadence_nand_cmd_address() 2127 offset = nand_subop_get_addr_start_off(subop, 1); in cadence_nand_cmd_erase()
|
D | rockchip-nand-controller.c | 353 start = nand_subop_get_addr_start_off(subop, i); in rk_nfc_cmd()
|
D | nand_base.c | 2553 unsigned int nand_subop_get_addr_start_off(const struct nand_subop *subop, in nand_subop_get_addr_start_off() function 2562 EXPORT_SYMBOL_GPL(nand_subop_get_addr_start_off); 2584 start_off = nand_subop_get_addr_start_off(subop, instr_idx); in nand_subop_get_num_addr_cyc()
|
D | sunxi_nand.c | 1792 start = nand_subop_get_addr_start_off(subop, i); in sunxi_nfc_exec_subop()
|
D | marvell_nand.c | 1747 offset = nand_subop_get_addr_start_off(subop, op_id); in marvell_nfc_parse_instructions()
|
D | qcom_nandc.c | 2617 offset = nand_subop_get_addr_start_off(subop, op_id); in qcom_parse_instructions()
|
/Linux-v6.6/drivers/mtd/nand/raw/atmel/ |
D | nand-controller.c | 650 for (j = nand_subop_get_addr_start_off(subop, i); in atmel_hsmc_exec_cmd_addr()
|