Searched refs:useirq (Results 1 – 1 of 1) sorted by relevance
/linux-3.4.99/drivers/mtd/nand/ |
D | mxc_nand.c | 334 static void wait_op_done(struct mxc_nand_host *host, int useirq) in wait_op_done() argument 338 if (useirq) { in wait_op_done() 356 static void send_cmd_v3(struct mxc_nand_host *host, uint16_t cmd, int useirq) in send_cmd_v3() argument 365 wait_op_done(host, useirq); in send_cmd_v3() 370 static void send_cmd_v1_v2(struct mxc_nand_host *host, uint16_t cmd, int useirq) in send_cmd_v1_v2() argument 372 pr_debug("send_cmd(host, 0x%x, %d)\n", cmd, useirq); in send_cmd_v1_v2() 391 wait_op_done(host, useirq); in send_cmd_v1_v2()
|