Home
last modified time | relevance | path

Searched refs:flctl (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/
H A Dsh_flctl.c115 static void empty_fifo(struct sh_flctl *flctl) in empty_fifo() argument
117 writel(flctl->flintdmacr_base | AC1CLR | AC0CLR, FLINTDMACR(flctl)); in empty_fifo()
118 writel(flctl->flintdmacr_base, FLINTDMACR(flctl)); in empty_fifo()
121 static void start_translation(struct sh_flctl *flctl) in start_translation() argument
123 writeb(TRSTRT, FLTRCR(flctl)); in start_translation()
126 static void timeout_error(struct sh_flctl *flctl, const char *str) in timeout_error() argument
128 dev_err(&flctl->pdev->dev, "Timeout occurred in %s\n", str); in timeout_error()
131 static void wait_completion(struct sh_flctl *flctl) in wait_completion() argument
136 if (readb(FLTRCR(flctl)) & TREND) { in wait_completion()
137 writeb(0x0, FLTRCR(flctl)); in wait_completion()
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mtd/
H A Dflctl-nand.txt4 - compatible : "renesas,shmobile-flctl-sh7372"
22 flctl@e6a30000 {
25 compatible = "renesas,shmobile-flctl-sh7372";
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dsh73a0.dtsi921 "usb", "flctl", "sdhi0", "sdhi1", "mmcif0", "sdhi2",