Searched +full:dra7 +full:- +full:cpsw +full:- +full:switch (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/ |
| H A D | ti,cpsw-switch.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/net/ti,cpsw-switch.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: TI SoC Ethernet Switch Controller (CPSW) Device Tree Bindings 10 - Grygorii Strashko <grygorii.strashko@ti.com> 11 - Sekhar Nori <nsekhar@ti.com> 14 The 3-port switch gigabit ethernet subsystem provides ethernet packet 15 communication and can be configured as an ethernet switch. It provides the 24 - const: ti,cpsw-switch [all …]
|
| H A D | cpsw.txt | 1 TI SoC Ethernet Switch Controller Device Tree Bindings 2 ------------------------------------------------------ 5 - compatible : Should be one of the below:- 6 "ti,cpsw" for backward compatible 7 "ti,am335x-cpsw" for AM335x controllers 8 "ti,am4372-cpsw" for AM437x controllers 9 "ti,dra7-cpsw" for DRA7x controllers 10 - reg : physical base address and size of the cpsw 12 - interrupts : property with a value describing the interrupt 14 - cpdma_channels : Specifies number of channels in CPDMA [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/ti/ |
| H A D | cpsw_new.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Texas Instruments Ethernet Switch Driver 35 #include "cpsw.h" 51 struct cpsw_common *cpsw; member 63 static int cpsw_slave_index_priv(struct cpsw_common *cpsw, in cpsw_slave_index_priv() argument 66 if (priv->emac_port == HOST_PORT_NUM) in cpsw_slave_index_priv() 67 return -1; in cpsw_slave_index_priv() 69 return priv->emac_port - 1; in cpsw_slave_index_priv() 72 static bool cpsw_is_switch_en(struct cpsw_common *cpsw) in cpsw_is_switch_en() argument 74 return !cpsw->data.dual_emac; in cpsw_is_switch_en() [all …]
|
| H A D | cpsw.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Texas Instruments Ethernet Switch Driver 41 #include "cpsw.h" 52 MODULE_PARM_DESC(debug_level, "cpsw debug level (NETIF_MSG bits)"); 56 MODULE_PARM_DESC(ale_ageout, "cpsw ale ageout interval (seconds)"); 69 struct cpsw_common *cpsw = (priv)->cpsw; \ 71 if (cpsw->data.dual_emac) \ 72 (func)((cpsw)->slaves + priv->emac_port, ##arg);\ 74 for (n = cpsw->data.slaves, \ 75 slave = cpsw->slaves; \ [all …]
|
| H A D | cpsw_ale.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Texas Instruments N-Port Ethernet Switch Address Lookup Engine 23 #define BITMASK(bits) (BIT(bits) - 1) 41 /* ALE NetCP NU switch specific Registers */ 54 * struct ale_entry_fld - The ALE tbl entry field description 73 * struct ale_dev_id - The ALE version/SoC specific configuration 78 * @nu_switch_ale: NU Switch ALE 110 start -= idx * 32; in cpsw_ale_get_field() 111 idx = 2 - idx; /* flip */ in cpsw_ale_get_field() 122 start -= idx * 32; in cpsw_ale_set_field() [all …]
|
| /OK3568_Linux_fs/u-boot/board/ti/dra7xx/ |
| H A D | evm.c | 11 * SPDX-License-Identifier: GPL-2.0+ 29 #include <dwc3-uboot.h> 30 #include <dwc3-omap-uboot.h> 31 #include <ti-usb-phy-uboot.h> 38 #define board_is_dra72x_evm() board_ti_is("DRA72x-T") 48 #include <cpsw.h> 59 "Board: UNKNOWN(DRA7 EVM) REV UNKNOWN\n" 218 switch (omap_revision()) { in emif_get_reg_dump() 222 switch (emif_nr) { in emif_get_reg_dump() 291 switch (omap_revision()) { in emif_get_dmm_regs() [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | dra7-l4.dtsi | 2 compatible = "ti,dra7-l4-cfg", "simple-bus"; 6 reg-names = "ap", "la", "ia0"; 7 #address-cells = <1>; 8 #size-cells = <1>; 14 compatible = "simple-bus"; 15 #address-cells = <1>; 16 #size-cells = <1>; 47 target-module@2000 { /* 0x4a002000, ap 3 08.0 */ 48 compatible = "ti,sysc-omap4", "ti,sysc"; 50 reg-names = "rev"; [all …]
|
| /OK3568_Linux_fs/kernel/drivers/bus/ |
| H A D | ti-sysc.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * ti-sysc.c - Texas Instruments sysc interconnect target driver 24 #include <linux/platform_data/ti-sysc.h> 26 #include <dt-bindings/bus/ti-sysc.h> 95 * struct sysc - TI sysc interconnect target module registers and capabilities 101 * @mdata: ti-sysc to hwmod translation data for a module 118 * @pre_reset_quirk: module specific pre-reset quirk 119 * @post_reset_quirk: module specific post-reset quirk 162 if (ddata->cfg.quirks & SYSC_QUIRK_16BIT) { in sysc_write() 163 writew_relaxed(value & 0xffff, ddata->module_va + offset); in sysc_write() [all …]
|
| /OK3568_Linux_fs/buildroot/board/beagleboneai/patches/uboot/ |
| H A D | 0001-BeagleBone-AI-support.patch | 3 Date: Wed, 27 Mar 2019 14:06:24 -0400 7 https://github.com/beagleboard/beaglebone-ai/blob/master/SW/buildroot/local/patches/uboot/0001-Beag… 9 Signed-off-by: Peter Korsgaard <peter@korsgaard.com> 10 --- 12 arch/arm/dts/am5729-beagleboneai.dts | 494 +++++++++++++++++++++++++++ 13 arch/arm/mach-omap2/omap5/hw_data.c | 3 +- 14 board/ti/am57xx/board.c | 134 +++++++- 16 configs/am57xx_evm_defconfig | 10 +- 17 include/configs/am57xx_evm.h | 2 +- 20 include/environment/ti/boot.h | 49 +-- [all …]
|
| /OK3568_Linux_fs/kernel/ |
| H A D | MAINTAINERS | 9 ------------------------- 30 ``diff -u`` to make the patch easy to merge. Be prepared to get your 40 See Documentation/process/coding-style.rst for guidance here. 46 See Documentation/process/submitting-patches.rst for details. 57 include a Signed-off-by: line. The current version of this 59 Documentation/process/submitting-patches.rst. 70 that the bug would present a short-term risk to other users if it 76 Documentation/admin-guide/security-bugs.rst for details. 81 --------------------------------------------------- 97 W: *Web-page* with status/info [all …]
|