Home
last modified time | relevance | path

Searched defs:sbefifo (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/fsi/
Dfsi-sbefifo.c117 struct sbefifo { struct
130 struct sbefifo *sbefifo; argument
249 static int sbefifo_regr(struct sbefifo *sbefifo, int reg, u32 *word) in sbefifo_regr()
264 static int sbefifo_regw(struct sbefifo *sbefifo, int reg, u32 word) in sbefifo_regw()
272 static int sbefifo_check_sbe_state(struct sbefifo *sbefifo) in sbefifo_check_sbe_state()
313 static int sbefifo_down_read(struct sbefifo *sbefifo, __be32 *word) in sbefifo_down_read()
319 static int sbefifo_up_write(struct sbefifo *sbefifo, __be32 word) in sbefifo_up_write()
325 static int sbefifo_request_reset(struct sbefifo *sbefifo) in sbefifo_request_reset()
365 static int sbefifo_cleanup_hw(struct sbefifo *sbefifo) in sbefifo_cleanup_hw()
433 static int sbefifo_wait(struct sbefifo *sbefifo, bool up, in sbefifo_wait()
[all …]
Dfsi-occ.c42 struct device *sbefifo; member