Home
last modified time | relevance | path

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

/linux/drivers/mtd/nand/raw/ !
H A Dvf610_nfc.c386 int i = nand_subop_get_addr_start_off(subop, op_id); in vf610_nfc_cmd()
H A Dloongson1-nand-controller.c184 offset = nand_subop_get_addr_start_off(subop, op_id); in ls1x_nand_parse_instructions()
H A Dpl35x-nand-controller.c691 offset = nand_subop_get_addr_start_off(subop, op_id); in pl35x_nand_exec_op()
H A Dtegra_nand.c383 offset = nand_subop_get_addr_start_off(subop, op_id); in tegra_nand_cmd()
H A Dcadence-nand-controller.c2092 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 Drockchip-nand-controller.c353 start = nand_subop_get_addr_start_off(subop, i); in rk_nfc_cmd()
H A Dnand_base.c2599 * 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 Dsunxi_nand.c1794 start = nand_subop_get_addr_start_off(subop, i); in sunxi_nfc_exec_subop()
H A Dqcom_nandc.c1625 offset = nand_subop_get_addr_start_off(subop, op_id); in qcom_parse_instructions()
H A Dmarvell_nand.c1744 offset = nand_subop_get_addr_start_off(subop, op_id); in marvell_nfc_parse_instructions()
/linux/include/linux/mtd/ !
H A Drawnand.h869 unsigned int nand_subop_get_addr_start_off(const struct nand_subop *subop,
/linux/drivers/mtd/nand/raw/atmel/ !
H A Dnand-controller.c650 for (j = nand_subop_get_addr_start_off(subop, i); in atmel_hsmc_exec_cmd_addr()