Searched refs:nand_subop_get_addr_start_off (Results 1 – 12 of 12) sorted by relevance
/linux-6.6.21/include/linux/mtd/ |
D | rawnand.h | 869 unsigned int nand_subop_get_addr_start_off(const struct nand_subop *subop,
|
/linux-6.6.21/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 | 2583 unsigned int nand_subop_get_addr_start_off(const struct nand_subop *subop, in nand_subop_get_addr_start_off() function 2592 EXPORT_SYMBOL_GPL(nand_subop_get_addr_start_off); 2614 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 | 1744 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-6.6.21/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()
|