Searched defs:sbefifo (Results 1 – 2 of 2) sorted by relevance
119 struct sbefifo { struct134 struct sbefifo *sbefifo; argument147 struct sbefifo *sbefifo = container_of(dev, struct sbefifo, dev); in timeout_show() local262 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 …]
44 struct device *sbefifo; member