Searched +full:rcar +full:- +full:gen2 +full:- +full:msiof (Results 1 – 5 of 5) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.03 ---4 $id: http://devicetree.org/schemas/spi/renesas,sh-msiof.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Renesas MSIOF SPI / I2S controller10 - Geert Uytterhoeven <geert+renesas@glider.be>15 - items:16 - const: renesas,msiof-sh73a0 # SH-Mobile AG517 - const: renesas,sh-mobile-msiof # generic SH-Mobile compatible19 - items:[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Device Tree Source for the R-Car V2H (R8A77920) SoC8 #include <dt-bindings/clock/r8a7792-cpg-mssr.h>9 #include <dt-bindings/interrupt-controller/irq.h>10 #include <dt-bindings/interrupt-controller/arm-gic.h>11 #include <dt-bindings/power/r8a7792-sysc.h>15 #address-cells = <2>;16 #size-cells = <2>;39 compatible = "fixed-clock";40 #clock-cells = <0>;[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Device Tree Source for the R-Car H2 (R8A77900) SoC6 * Copyright (C) 2013-2014 Renesas Solutions Corp.10 #include <dt-bindings/clock/r8a7790-cpg-mssr.h>11 #include <dt-bindings/interrupt-controller/arm-gic.h>12 #include <dt-bindings/interrupt-controller/irq.h>13 #include <dt-bindings/power/r8a7790-sysc.h>17 #address-cells = <2>;18 #size-cells = <2>;46 compatible = "fixed-clock";[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Device Tree Source for the R-Car M2-W (R8A77910) SoC5 * Copyright (C) 2013-2015 Renesas Electronics Corporation6 * Copyright (C) 2013-2014 Renesas Solutions Corp.10 #include <dt-bindings/clock/r8a7791-cpg-mssr.h>11 #include <dt-bindings/interrupt-controller/arm-gic.h>12 #include <dt-bindings/interrupt-controller/irq.h>13 #include <dt-bindings/power/r8a7791-sysc.h>17 #address-cells = <2>;18 #size-cells = <2>;[all …]
1 // SPDX-License-Identifier: GPL-2.03 * SuperH MSIOF SPI Controller Interface7 * Copyright (C) 2014-2017 Glider bvba14 #include <linux/dma-mapping.h>71 return ioread16(p->mapbase + reg_offs); in sh_msiof_read()73 return ioread32(p->mapbase + reg_offs); in sh_msiof_read()83 iowrite16(value, p->mapbase + reg_offs); in sh_msiof_write()86 iowrite32(value, p->mapbase + reg_offs); in sh_msiof_write()102 return readl_poll_timeout_atomic(p->mapbase + SICTR, data, in sh_msiof_modify_ctr_wait()112 complete(&p->done); in sh_msiof_spi_irq()[all …]