Home
last modified time | relevance | path

Searched refs:waitrdy (Results 1 – 15 of 15) sorted by relevance

/linux/drivers/mtd/nand/raw/
H A Dfsl_upm.c120 return nand_soft_waitrdy(chip, instr->ctx.waitrdy.timeout_ms); in func_exec_instr()
123 instr->ctx.waitrdy.timeout_ms); in func_exec_instr()
H A Dgpio.c125 return nand_soft_waitrdy(chip, instr->ctx.waitrdy.timeout_ms); in gpio_nand_exec_instr()
128 instr->ctx.waitrdy.timeout_ms); in gpio_nand_exec_instr()
H A Dams-delta.c179 instr->ctx.waitrdy.timeout_ms) : in gpio_nand_exec_op()
181 instr->ctx.waitrdy.timeout_ms); in gpio_nand_exec_op()
H A Dtechnologic-nand-controller.c98 timeout_us = instr->ctx.waitrdy.timeout_ms * 1000; in ts72xx_nand_exec_instr()
H A Dau1550nd.c198 ret = au1550nd_waitrdy(this, instr->ctx.waitrdy.timeout_ms); in au1550nd_exec_instr()
H A Dcs553x_nand.c182 ret = cs553x_wait_ready(cs553x, instr->ctx.waitrdy.timeout_ms); in cs553x_exec_instr()
H A Dintel-nand-controller.c552 timeout_ms = instr->ctx.waitrdy.timeout_ms * 1000; in ebu_nand_exec_op()
H A Dpl35x-nand-controller.c711 rdy_tim_ms = instr->ctx.waitrdy.timeout_ms; in pl35x_nand_exec_op()
H A Dnuvoton-ma35d1-nand-controller.c817 instr->ctx.waitrdy.timeout_ms * MSEC_PER_SEC); in ma35_nfc_exec_instr()
H A Darasan-nand-controller.c672 nfc_op->rdy_timeout_ms = instr->ctx.waitrdy.timeout_ms; in anfc_parse_instructions()
H A Dmeson_nand.c1085 meson_nfc_queue_rb(nand, instr->ctx.waitrdy.timeout_ms, in meson_nfc_exec_op()
H A Dmtk_nand.c491 instr->ctx.waitrdy.timeout_ms * 1000); in mtk_nfc_exec_instr()
H A Dstm32_fmc2_nand.c1360 timeout = instr->ctx.waitrdy.timeout_ms; in stm32_fmc2_nfc_exec_op()
H A Dcadence-nand-controller.c2283 u32 timeout_us = instr->ctx.waitrdy.timeout_ms * 1000; in cadence_nand_cmd_waitrdy()
/linux/include/linux/mtd/
H A Drawnand.h750 struct nand_op_waitrdy_instr waitrdy; member
840 .ctx.waitrdy.timeout_ms = tout_ms, \
1069 instr->ctx.waitrdy.timeout_ms); in nand_op_trace()