Lines Matching refs:cmd
172 #define STFSM_INSTR(cmd, op) ((cmd) | ((op) << 4)) argument
277 uint8_t cmd; /* FLASH command */ member
852 uint32_t cmd = enter ? SPINOR_OP_EN4B : SPINOR_OP_EX4B; in stfsm_enter_32bit_addr() local
856 SEQ_OPC_OPCODE(cmd) | in stfsm_enter_32bit_addr()
913 static int stfsm_read_status(struct stfsm *fsm, uint8_t cmd, in stfsm_read_status() argument
922 cmd, bytes); in stfsm_read_status()
927 SEQ_OPC_OPCODE(cmd)); in stfsm_read_status()
941 static int stfsm_write_status(struct stfsm *fsm, uint8_t cmd, in stfsm_write_status() argument
948 " %s wait-busy\n", cmd, bytes, data, wait_busy ? "with" : "no"); in stfsm_write_status()
953 SEQ_OPC_OPCODE(cmd)); in stfsm_write_status()
1023 for (config = cfgs; config->cmd != 0; config++) in stfsm_search_seq_rw_configs()
1043 SEQ_OPC_OPCODE(cfg->cmd)); in stfsm_prepare_rw_seq()