Searched refs:flctl (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/mtd/nand/raw/ |
D | sh_flctl.c | 130 static void empty_fifo(struct sh_flctl *flctl) in empty_fifo() argument 132 writel(flctl->flintdmacr_base | AC1CLR | AC0CLR, FLINTDMACR(flctl)); in empty_fifo() 133 writel(flctl->flintdmacr_base, FLINTDMACR(flctl)); in empty_fifo() 136 static void start_translation(struct sh_flctl *flctl) in start_translation() argument 138 writeb(TRSTRT, FLTRCR(flctl)); in start_translation() 141 static void timeout_error(struct sh_flctl *flctl, const char *str) in timeout_error() argument 143 dev_err(&flctl->pdev->dev, "Timeout occurred in %s\n", str); in timeout_error() 146 static void wait_completion(struct sh_flctl *flctl) in wait_completion() argument 151 if (readb(FLTRCR(flctl)) & TREND) { in wait_completion() 152 writeb(0x0, FLTRCR(flctl)); in wait_completion() [all …]
|
/Linux-v4.19/Documentation/devicetree/bindings/mtd/ |
D | flctl-nand.txt | 4 - compatible : "renesas,shmobile-flctl-sh7372" 22 flctl@e6a30000 { 25 compatible = "renesas,shmobile-flctl-sh7372";
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | sh73a0.dtsi | 907 "usb", "flctl", "sdhi0", "sdhi1", "mmcif0", "sdhi2",
|