/openbmc/linux/Documentation/devicetree/bindings/dma/ |
H A D | renesas,usb-dmac.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/dma/renesas,usb-dmac.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> 13 - $ref: dma-controller.yaml# 18 - enum: 19 - renesas,r8a7742-usb-dmac # RZ/G1H 20 - renesas,r8a7743-usb-dmac # RZ/G1M 21 - renesas,r8a7744-usb-dmac # RZ/G1N [all …]
|
H A D | renesas,rcar-dmac.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/dma/renesas,rcar-dmac.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Renesas R-Car and RZ/G DMA Controller 10 - Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> 13 - $ref: dma-controller.yaml# 18 - items: 19 - enum: 20 - renesas,dmac-r8a7742 # RZ/G1H [all …]
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | r8a7790.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 3 * Device Tree Source for the r8a7790 SoC 6 * 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> 16 compatible = "renesas,r8a7790"; 17 #address-cells = <2>; 18 #size-cells = <2>; [all …]
|
/openbmc/linux/arch/arm/boot/dts/renesas/ |
H A D | r8a7790.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 3 * Device Tree Source for the R-Car H2 (R8A77900) SoC 6 * 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> 16 compatible = "renesas,r8a7790"; 17 #address-cells = <2>; 18 #size-cells = <2>; [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/net/ |
H A D | renesas,ether.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - $ref: ethernet-controller.yaml# 13 - Sergei Shtylyov <sergei.shtylyov@gmail.com> 18 - items: 19 - enum: 20 - renesas,gether-r8a7740 # device is a part of R8A7740 SoC 21 - renesas,gether-r8a77980 # device is a part of R8A77980 SoC 22 - renesas,ether-r7s72100 # device is a part of R7S72100 SoC [all …]
|
/openbmc/u-boot/drivers/clk/renesas/ |
H A D | r8a7790-cpg-mssr.c | 2 * r8a7790 Clock Pulse Generator / Module Standby and Software Reset 6 * Based on clk-rcar-gen2.c 16 #include <clk-uclass.h> 19 #include <dt-bindings/clock/r8a7790-cpg-mssr.h> 21 #include "renesas-cpg-mssr.h" 22 #include "rcar-gen2-cpg.h" 103 DEF_MOD("2d-dmac", 115, R8A7790_CLK_ZS), 104 DEF_MOD("fdp1-2", 117, R8A7790_CLK_ZS), 105 DEF_MOD("fdp1-1", 118, R8A7790_CLK_ZS), 106 DEF_MOD("fdp1-0", 119, R8A7790_CLK_ZS), [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/sound/ |
H A D | renesas,rsnd.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Renesas R-Car Sound Driver 10 - Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> 13 port-def: 14 $ref: audio-graph-port.yaml#/definitions/port-base 17 "^endpoint(@[0-9a-f]+)?": 18 $ref: audio-graph-port.yaml#/definitions/endpoint-base 21 $ref: /schemas/types.yaml#/definitions/phandle-array [all …]
|
/openbmc/linux/drivers/clk/renesas/ |
H A D | r8a7790-cpg-mssr.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * r8a7790 Clock Pulse Generator / Module Standby and Software Reset 7 * Based on clk-rcar-gen2.c 15 #include <linux/soc/renesas/rcar-rst.h> 17 #include <dt-bindings/clock/r8a7790-cpg-mssr.h> 19 #include "renesas-cpg-mssr.h" 20 #include "rcar-gen2-cpg.h" 101 DEF_MOD("2d-dmac", 115, R8A7790_CLK_ZS), 102 DEF_MOD("fdp1-2", 117, R8A7790_CLK_ZS), 103 DEF_MOD("fdp1-1", 118, R8A7790_CLK_ZS), [all …]
|
/openbmc/linux/drivers/mmc/host/ |
H A D | renesas_sdhi_sys_dmac.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * DMA support use of SYS DMAC with SDHI SD/SDIO controller 5 * Copyright (C) 2016-19 Renesas Electronics Corporation 6 * Copyright (C) 2016-19 Sang Engineering, Wolfram Sang 8 * Copyright (C) 2010-2011 Guennadi Liakhovetski 12 #include <linux/dma-mapping.h> 75 { .compatible = "renesas,sdhi-sh73a0", .data = &of_default_cfg, }, 76 { .compatible = "renesas,sdhi-r8a73a4", .data = &of_default_cfg, }, 77 { .compatible = "renesas,sdhi-r8a7740", .data = &of_default_cfg, }, 78 { .compatible = "renesas,sdhi-r7s72100", .data = &of_rz_compatible, }, [all …]
|
/openbmc/u-boot/drivers/net/ |
H A D | sh_eth.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * sh_eth.c - Driver for Renesas ethernet controller. 53 start &= ~(line_size - 1); \ 54 end = ((end + line_size - 1) & ~(line_size - 1)); \ 67 struct sh_eth_info *port_info = ð->port_info[eth->port]; in sh_eth_send_common() 71 ret = -EINVAL; in sh_eth_send_common() 79 ret = -EFAULT; in sh_eth_send_common() 85 port_info->tx_desc_cur->td2 = ADDR_TO_PHY(packet); in sh_eth_send_common() 86 port_info->tx_desc_cur->td1 = len << 16; in sh_eth_send_common() 88 if (port_info->tx_desc_cur->td0 & TD_TDLE) in sh_eth_send_common() [all …]
|
H A D | sh_eth.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 3 * sh_eth.h - Driver for Renesas SuperH ethernet controller. 5 * Copyright (C) 2008 - 2012 Renesas Solutions Corp. 6 * Copyright (c) 2008 - 2012 Nobuhiro Iwamatsu 17 use area P2 (non-cacheable) */ 54 #define TX_DESC_PADDING (CONFIG_SH_ETHER_ALIGNE_SIZE - 12) 69 #define RX_DESC_PADDING (CONFIG_SH_ETHER_ALIGNE_SIZE - 12) 104 /* E-DMAC registers */ 167 RMIIMR, /* R8A7790 */ 612 return (unsigned long)port->iobase + reg_offset[enum_index]; in sh_eth_reg_addr()
|
/openbmc/linux/drivers/net/ethernet/renesas/ |
H A D | ravb_main.c | 1 // SPDX-License-Identifier: GPL-2.0 4 * Copyright (C) 2014-2019 Renesas Electronics Corporation 6 * Copyright (C) 2015-2016 Cogent Embedded, Inc. <source@cogentembedded.com> 14 #include <linux/dma-mapping.h> 66 return -ETIMEDOUT; in ravb_wait() 98 switch (priv->speed) { in ravb_set_rate_gbeth() 115 switch (priv->speed) { in ravb_set_rate_rcar() 127 u32 reserve = (unsigned long)skb->data & (RAVB_ALIGN - 1); in ravb_set_buffer_align() 130 skb_reserve(skb, RAVB_ALIGN - reserve); in ravb_set_buffer_align() 164 ravb_modify(priv->ndev, PIR, mask, set ? mask : 0); in ravb_mdio_ctrl() [all …]
|
/openbmc/linux/ |
H A D | opengrok1.0.log | 1 2024-12-28 20:07:11.902-0600 FINER t583 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/linux',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/mvpp2_prs.c' 2 2024-12-28 20:07:11.913-0600 FINEST t583 Statistics.logIt: Added: '/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/mvpp2_prs.c' (CAnalyzer) (took 116 ms) 3 2024-12-28 20:07:11.899-0600 FINER t593 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/linux',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/linux/tools/testing/selftests/powerpc/tm/tm-signa [all...] |
H A D | opengrok0.0.log | 1 2024-12-28 20:09:05.996-0600 FINEST t1171 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/linux/drivers/staging/media/av7110/video-continue.rst.gz' 2 2024-12-28 20:09:05.942-0600 FINEST t1149 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/u-boot/arch/sh/config.mk.gz' 3 2024-12-2 [all...] |
H A D | opengrok2.0.log | 1 2024-12-28 20:05:26.116-0600 FINEST t586 Statistics.logIt: Added: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/rtnetlink.sh' (ShAnalyzer) (took 79 ms) 2 2024-12-28 20:05:26.112-0600 FINER t592 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/qemu',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/qemu/chardev/spice.c' 3 2024-12-28 20:05:26.116-0600 FINEST t592 Statistics.logIt: Added: '/openbmc/qemu/chardev/spice.c' (CAnalyzer) (took 33 ms) 4 2024-1 [all...] |