Lines Matching refs:stfsm_seq
246 struct stfsm_seq { struct
274 struct stfsm_seq stfsm_seq_read; argument
275 struct stfsm_seq stfsm_seq_write;
276 struct stfsm_seq stfsm_seq_en_32bit_addr;
524 static int stfsm_mx25_en_32bit_addr_seq(struct stfsm_seq *seq) in stfsm_mx25_en_32bit_addr_seq()
576 static struct stfsm_seq stfsm_seq_read_jedec = {
592 static struct stfsm_seq stfsm_seq_read_status_fifo = {
608 static struct stfsm_seq stfsm_seq_erase_sector = {
630 static struct stfsm_seq stfsm_seq_erase_chip = {
651 static struct stfsm_seq stfsm_seq_write_status = {
669 static const struct stfsm_seq stfsm_seq_load_fifo_byte = {
685 static int stfsm_n25q_en_32bit_addr_seq(struct stfsm_seq *seq) in stfsm_n25q_en_32bit_addr_seq()
718 const struct stfsm_seq *seq) in stfsm_load_seq()
806 const struct stfsm_seq *seq = &stfsm_seq_load_fifo_byte; in stfsm_clear_fifo()
856 struct stfsm_seq *seq = &fsm->stfsm_seq_en_32bit_addr; in stfsm_enter_32bit_addr()
873 struct stfsm_seq *seq = &stfsm_seq_read_status_fifo; in stfsm_wait_busy()
921 struct stfsm_seq *seq = &stfsm_seq_read_status_fifo; in stfsm_read_status()
949 struct stfsm_seq *seq = &stfsm_seq_write_status; in stfsm_write_status()
1009 struct stfsm_seq *seq) in stfsm_prepare_erasesec_seq()
1037 struct stfsm_seq *seq, in stfsm_prepare_rw_seq()
1105 struct stfsm_seq *seq, in stfsm_search_prepare_rw_seq()
1276 static void stfsm_s25fl_prepare_erasesec_seq_32(struct stfsm_seq *seq) in stfsm_s25fl_prepare_erasesec_seq_32()
1292 struct stfsm_seq seq = { in stfsm_s25fl_read_dyb()
1327 struct stfsm_seq seq = { in stfsm_s25fl_write_dyb()
1362 struct stfsm_seq seq = { in stfsm_s25fl_clear_status_reg()
1521 struct stfsm_seq *seq = &fsm->stfsm_seq_read; in stfsm_read()
1582 struct stfsm_seq *seq = &fsm->stfsm_seq_write; in stfsm_write()
1704 struct stfsm_seq *seq = &stfsm_seq_erase_sector; in stfsm_erase_sector()
1734 const struct stfsm_seq *seq = &stfsm_seq_erase_chip; in stfsm_erase_chip()
1842 const struct stfsm_seq *seq = &stfsm_seq_read_jedec; in stfsm_read_jedec()