Searched refs:exec_cmd (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/mtd/nand/ |
D | pxa3xx_nand.c | 946 int addr_cycle, exec_cmd; in prepare_set_command() local 953 exec_cmd = 1; in prepare_set_command() 961 exec_cmd = 0; in prepare_set_command() 1011 exec_cmd = 1; in prepare_set_command() 1018 exec_cmd = 0; in prepare_set_command() 1105 exec_cmd = 0; in prepare_set_command() 1109 exec_cmd = 0; in prepare_set_command() 1115 return exec_cmd; in prepare_set_command() 1123 int exec_cmd; in nand_cmdfunc() local 1147 exec_cmd = prepare_set_command(info, command, 0, column, page_addr); in nand_cmdfunc() [all …]
|
/linux-4.4.14/drivers/mtd/lpddr/ |
D | lpddr2_nvm.c | 177 exec_cmd = { {0} }, sr; in lpddr2_nvm_do_op() local 189 exec_cmd.x[0] = 0x0001; in lpddr2_nvm_do_op() 221 map_write(map, exec_cmd, ow_reg_add(map, CMD_EXEC_OFS)); in lpddr2_nvm_do_op() 223 map_write(map, exec_cmd, ow_reg_add(map, CMD_EXEC_OFS) + 2); in lpddr2_nvm_do_op()
|
/linux-4.4.14/include/target/ |
D | target_core_backend.h | 94 sense_reason_t (*exec_cmd)(struct se_cmd *cmd));
|
/linux-4.4.14/tools/perf/util/ |
D | Build | 13 libperf-y += exec_cmd.o
|
/linux-4.4.14/drivers/target/ |
D | target_core_device.c | 1039 sense_reason_t (*exec_cmd)(struct se_cmd *cmd)) in passthrough_parse_cdb() 1101 cmd->execute_cmd = exec_cmd; in passthrough_parse_cdb()
|