Searched refs:nand_subop_get_data_start_off (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/mtd/nand/raw/ |
| H A D | vf610_nfc.c | 403 offset = nand_subop_get_data_start_off(subop, op_id); in vf610_nfc_cmd() 433 offset = nand_subop_get_data_start_off(subop, op_id); in vf610_nfc_cmd()
|
| H A D | tegra_nand.c | 400 offset = nand_subop_get_data_start_off(subop, op_id); in tegra_nand_cmd() 410 offset = nand_subop_get_data_start_off(subop, op_id); in tegra_nand_cmd()
|
| H A D | loongson-nand-controller.c | 230 offset = nand_subop_get_data_start_off(subop, op_id); in loongson_nand_parse_instructions()
|
| H A D | rockchip-nand-controller.c | 362 start = nand_subop_get_data_start_off(subop, i); in rk_nfc_cmd()
|
| H A D | arasan-nand-controller.c | 645 offset = nand_subop_get_data_start_off(subop, op_id); in anfc_parse_instructions()
|
| H A D | nand_base.c | 2663 unsigned int nand_subop_get_data_start_off(const struct nand_subop *subop, in nand_subop_get_data_start_off() function 2672 EXPORT_SYMBOL_GPL(nand_subop_get_data_start_off); 2694 start_off = nand_subop_get_data_start_off(subop, instr_idx); in nand_subop_get_data_len()
|
| H A D | sunxi_nand.c | 1985 start = nand_subop_get_data_start_off(subop, i); in sunxi_nfc_exec_subop()
|
| H A D | marvell_nand.c | 1810 unsigned int offset = nand_subop_get_data_start_off(subop, op_id); in marvell_nfc_xfer_data_pio()
|
| H A D | cadence-nand-controller.c | 2229 offset = nand_subop_get_data_start_off(subop, op_id); in cadence_nand_cmd_data()
|
| /linux/include/linux/mtd/ |
| H A D | rawnand.h | 873 unsigned int nand_subop_get_data_start_off(const struct nand_subop *subop,
|