Searched defs:sbefifo (Results 1 – 2 of 2) sorted by relevance
117 struct sbefifo { struct130 struct sbefifo *sbefifo; argument249 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 …]
42 struct device *sbefifo; member