Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/fsi/
Dfsi-sbefifo.c119 struct sbefifo { struct
134 struct sbefifo *sbefifo; argument
147 struct sbefifo *sbefifo = container_of(dev, struct sbefifo, dev); in timeout_show() local
262 static int sbefifo_regr(struct sbefifo *sbefifo, int reg, u32 *word) in sbefifo_regr()
277 static int sbefifo_regw(struct sbefifo *sbefifo, int reg, u32 word) in sbefifo_regw()
285 static int sbefifo_check_sbe_state(struct sbefifo *sbefifo) in sbefifo_check_sbe_state()
326 static int sbefifo_down_read(struct sbefifo *sbefifo, __be32 *word) in sbefifo_down_read()
332 static int sbefifo_up_write(struct sbefifo *sbefifo, __be32 word) in sbefifo_up_write()
338 static int sbefifo_request_reset(struct sbefifo *sbefifo) in sbefifo_request_reset()
380 static int sbefifo_cleanup_hw(struct sbefifo *sbefifo) in sbefifo_cleanup_hw()
[all …]
Dfsi-occ.c44 struct device *sbefifo; member