Searched refs:nand_subop_get_addr_start_off (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.15/include/linux/mtd/ |
D | rawnand.h | 865 unsigned int nand_subop_get_addr_start_off(const struct nand_subop *subop,
|
/Linux-v5.15/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 | 684 offset = nand_subop_get_addr_start_off(subop, op_id); in pl35x_nand_exec_op()
|
D | arasan-nand-controller.c | 616 offset = nand_subop_get_addr_start_off(subop, op_id); in anfc_parse_instructions()
|
D | tegra_nand.c | 380 offset = nand_subop_get_addr_start_off(subop, op_id); in tegra_nand_cmd()
|
D | cadence-nand-controller.c | 2050 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()
|
D | rockchip-nand-controller.c | 354 start = nand_subop_get_addr_start_off(subop, i); in rk_nfc_cmd()
|
D | nand_base.c | 2477 unsigned int nand_subop_get_addr_start_off(const struct nand_subop *subop, in nand_subop_get_addr_start_off() function 2486 EXPORT_SYMBOL_GPL(nand_subop_get_addr_start_off); 2508 start_off = nand_subop_get_addr_start_off(subop, instr_idx); in nand_subop_get_num_addr_cyc()
|
D | sunxi_nand.c | 1825 start = nand_subop_get_addr_start_off(subop, i); in sunxi_nfc_exec_subop()
|
D | marvell_nand.c | 1709 offset = nand_subop_get_addr_start_off(subop, op_id); in marvell_nfc_parse_instructions()
|
/Linux-v5.15/drivers/mtd/nand/raw/atmel/ |
D | nand-controller.c | 649 for (j = nand_subop_get_addr_start_off(subop, i); in atmel_hsmc_exec_cmd_addr()
|