Lines Matching refs:command
264 enum sflash_inst_type_t command, in efm_spiFlash_cmd() argument
276 sflash_debug("SFLASH: Inst %x\n", sflash_inst_code_tbl[command]); in efm_spiFlash_cmd()
277 if (sflash_data_len_tbl[command] && !size) in efm_spiFlash_cmd()
283 data_len = (sflash_data_len_tbl[command] < size)? \ in efm_spiFlash_cmd()
284 sflash_data_len_tbl[command] : size; in efm_spiFlash_cmd()
292 if (sflash_read_inst_tbl[command]) in efm_spiFlash_cmd()
306 inst->code = sflash_inst_code_tbl[command]; in efm_spiFlash_cmd()
307 if (command >= sflash_inst_wrlr) in efm_spiFlash_cmd()
313 if (command >= sflash_inst_read_f) in efm_spiFlash_cmd()
330 if (sflash_read_inst_tbl[command]) in efm_spiFlash_cmd()
336 if (command == sflash_inst_read) in efm_spiFlash_cmd()