Home
last modified time | relevance | path

Searched refs:wpcm_fiu_op_shape (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/spi/
H A Dspi-wpcm-fiu.c135 struct wpcm_fiu_op_shape { struct
300 static const struct wpcm_fiu_op_shape wpcm_fiu_op_shapes[] = {
308 static const struct wpcm_fiu_op_shape *wpcm_fiu_find_op_shape(const struct spi_mem_op *op) in wpcm_fiu_find_op_shape()
313 const struct wpcm_fiu_op_shape *shape = &wpcm_fiu_op_shapes[i]; in wpcm_fiu_find_op_shape()
355 const struct wpcm_fiu_op_shape *shape = wpcm_fiu_find_op_shape(op); in wpcm_fiu_exec_op()