Searched refs:stfsm (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/mtd/devices/
H A Dst_spi_fsm.c255 struct stfsm { struct
308 int (*config)(struct stfsm *);
311 static int stfsm_n25q_config(struct stfsm *fsm);
312 static int stfsm_mx25_config(struct stfsm *fsm);
313 static int stfsm_s25fl_config(struct stfsm *fsm);
314 static int stfsm_w25q_config(struct stfsm *fsm);
702 static inline int stfsm_is_idle(struct stfsm *fsm)
707 static inline uint32_t stfsm_fifo_available(struct stfsm *fsm)
712 static inline void stfsm_load_seq(struct stfsm *fsm,
728 static void stfsm_wait_seq(struct stfsm *fs
[all...]

Completed in 174 milliseconds