Searched refs:flctl (Results 1 – 2 of 2) sorted by relevance
114 static void empty_fifo(struct sh_flctl *flctl) in empty_fifo() argument116 writel(flctl->flintdmacr_base | AC1CLR | AC0CLR, FLINTDMACR(flctl)); in empty_fifo()117 writel(flctl->flintdmacr_base, FLINTDMACR(flctl)); in empty_fifo()120 static void start_translation(struct sh_flctl *flctl) in start_translation() argument122 writeb(TRSTRT, FLTRCR(flctl)); in start_translation()125 static void timeout_error(struct sh_flctl *flctl, const char *str) in timeout_error() argument127 dev_err(&flctl->pdev->dev, "Timeout occurred in %s\n", str); in timeout_error()130 static void wait_completion(struct sh_flctl *flctl) in wait_completion() argument135 if (readb(FLTRCR(flctl)) & TREND) { in wait_completion()136 writeb(0x0, FLTRCR(flctl)); in wait_completion()[all …]
4 - compatible : "renesas,shmobile-flctl-sh7372"22 flctl@e6a30000 {25 compatible = "renesas,shmobile-flctl-sh7372";