Searched refs:flctl (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/mtd/nand/raw/ |
H A D | sh_flctl.c | 114 static void empty_fifo(struct sh_flctl *flctl) in empty_fifo() argument 116 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() argument 122 writeb(TRSTRT, FLTRCR(flctl)); in start_translation() 125 static void timeout_error(struct sh_flctl *flctl, const char *str) in timeout_error() argument 127 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() argument 135 if (readb(FLTRCR(flctl)) & TREND) { in wait_completion() 136 writeb(0x0, FLTRCR(flctl)); in wait_completion() [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/mtd/ |
H A D | flctl-nand.txt | 4 - compatible : "renesas,shmobile-flctl-sh7372" 22 flctl@e6a30000 { 25 compatible = "renesas,shmobile-flctl-sh7372";
|
/openbmc/linux/arch/arm/boot/dts/renesas/ |
H A D | sh73a0.dtsi | 921 "usb", "flctl", "sdhi0", "sdhi1", "mmcif0", "sdhi2",
|
/openbmc/linux/ |
H A D | opengrok1.0.log | [all...] |