Searched defs:sbefifo (Results 1 – 2 of 2) sorted by relevance
119 struct sbefifo { struct135 struct sbefifo *sbefifo; argument149 struct sbefifo *sbefifo = container_of(dev, struct sbefifo, dev); in timeout_show() local264 static int sbefifo_regr(struct sbefifo *sbefifo, int reg, u32 *word) in sbefifo_regr()279 static int sbefifo_regw(struct sbefifo *sbefifo, int reg, u32 word) in sbefifo_regw()287 static int sbefifo_check_sbe_state(struct sbefifo *sbefifo) in sbefifo_check_sbe_state()328 static int sbefifo_down_read(struct sbefifo *sbefifo, __be32 *word) in sbefifo_down_read()334 static int sbefifo_up_write(struct sbefifo *sbefifo, __be32 word) in sbefifo_up_write()340 static int sbefifo_request_reset(struct sbefifo *sbefifo) in sbefifo_request_reset()382 static int sbefifo_cleanup_hw(struct sbefifo *sbefifo) in sbefifo_cleanup_hw()[all …]
44 struct device *sbefifo; member