Searched refs:nand_subop_get_addr_start_off (Results 1 – 12 of 12) sorted by relevance
/linux/drivers/mtd/nand/raw/ |
H A D | vf610_nfc.c | 386 int i = nand_subop_get_addr_start_off(subop, op_id); in vf610_nfc_cmd()
|
H A D | loongson1-nand-controller.c | 184 offset = nand_subop_get_addr_start_off(subop, op_id); in ls1x_nand_parse_instructions()
|
H A D | pl35x-nand-controller.c | 691 offset = nand_subop_get_addr_start_off(subop, op_id); in pl35x_nand_exec_op()
|
H A D | tegra_nand.c | 383 offset = nand_subop_get_addr_start_off(subop, op_id); in tegra_nand_cmd()
|
H A D | cadence-nand-controller.c | 2092 offset = nand_subop_get_addr_start_off(subop, op_id); in cadence_nand_cmd_address() 2126 offset = nand_subop_get_addr_start_off(subop, 1); in cadence_nand_cmd_erase()
|
H A D | rockchip-nand-controller.c | 353 start = nand_subop_get_addr_start_off(subop, i); in rk_nfc_cmd()
|
H A D | nand_base.c | 2599 * nand_subop_get_addr_start_off - Get the start offset in an address array 2609 unsigned int nand_subop_get_addr_start_off(const struct nand_subop *subop, in nand_subop_get_addr_start_off() function 2618 EXPORT_SYMBOL_GPL(nand_subop_get_addr_start_off); 2640 start_off = nand_subop_get_addr_start_off(subop, instr_idx); in nand_subop_get_num_addr_cyc()
|
H A D | sunxi_nand.c | 1794 start = nand_subop_get_addr_start_off(subop, i); in sunxi_nfc_exec_subop()
|
H A D | qcom_nandc.c | 1625 offset = nand_subop_get_addr_start_off(subop, op_id); in qcom_parse_instructions()
|
H A D | marvell_nand.c | 1744 offset = nand_subop_get_addr_start_off(subop, op_id); in marvell_nfc_parse_instructions()
|
/linux/include/linux/mtd/ |
H A D | rawnand.h | 869 unsigned int nand_subop_get_addr_start_off(const struct nand_subop *subop,
|
/linux/drivers/mtd/nand/raw/atmel/ |
H A D | nand-controller.c | 650 for (j = nand_subop_get_addr_start_off(subop, i); in atmel_hsmc_exec_cmd_addr()
|