| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/ptpd/ |
| H A D | ptpd_2.3.1.bb | 3 defined by the relevant IEEE 1588 standard. PTP Version 1 implements IEEE-1588-2002, \ 4 and PTP Version 2 implements IEEE-1588-2008. PTP was developed to provide very precise \ 8 LICENSE = "BSD-2-Clause" 18 parts = d.getVar('PV').split('-') 24 SRC_URI = "http://downloads.sourceforge.net/project/ptpd/ptpd/${@get_sub(d)}/ptpd-${PV}.tar.gz \ 25 file://ptpd-use-pkgconfig.patch \ 26 file://Fixed-100-CPU-using-issue-by-adding-minimum-POSIX-ti.patch \ 27 file://0001-ptpd-Solve-memory-leak-for-function-NTPDCrequest.patch \ 37 S = "${WORKDIR}/ptpd-${PV}" 41 EXTRA_OECONF += "--disable-snmp --with-pcap-config=pkg-config" [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/ |
| H A D | ti,k3-am654-cpts.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/net/ti,k3-am654-cpts.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Grygorii Strashko <grygorii.strashko@ti.com> 11 - Sekhar Nori <nsekhar@ti.com> 17 - selection of multiple external clock sources 18 - Software control of time sync events via interrupt or polling 19 - 64-bit timestamp mode in ns with PPM and nudge adjustment. 20 - hardware timestamp push inputs (HWx_TS_PUSH) [all …]
|
| H A D | ti,k3-am654-cpsw-nuss.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/net/ti,k3-am654-cpsw-nuss.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Grygorii Strashko <grygorii.strashko@ti.com> 11 - Sekhar Nori <nsekhar@ti.com> 16 CPSW2G NUSS features - the Reduced Gigabit Media Independent Interface (RGMII), 25 Peripheral Root Complex (UDMA-P) controller. 31 Support for IEEE 1588 Clock Synchronization (2008 Annex D, Annex E and Annex F) 47 "#address-cells": true [all …]
|
| /OK3568_Linux_fs/buildroot/package/ptpd2/ |
| H A D | Config.in | 6 (PTP) as defined by the IEEE-1588-2008.
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/stmicro/stmmac/ |
| H A D | common.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 5 Copyright (C) 2007-2009 STMicroelectronics Ltd 18 #include <linux/pcs/pcs-xpcs.h> 63 #define STMMAC_GET_ENTRY(x, size) ((x + 1) & (size - 1)) 231 #define SF_DMA_MODE 1 /* DMA STORE-AND-FORWARD Operation Mode */ 236 #define DMA_HW_FEAT_HDSEL 0x00000004 /* Half-Duplex Support */ 246 #define DMA_HW_FEAT_TSVER1SEL 0x00001000 /* Only IEEE 1588-2002 */ 247 #define DMA_HW_FEAT_TSVER2SEL 0x00002000 /* IEEE 1588-2008 PTPv2 */ 265 #define PCS_ANE_IRQ BIT(2) /* PCS Auto-Negotiation */ 345 /* IEEE 1588-2002 */ [all …]
|
| H A D | dwmac1000_dma.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 This is the driver for the GMAC on-chip Ethernet controller for ST SoCs. 9 Copyright (C) 2007-2009 STMicroelectronics Ltd 27 if (axi->axi_lpi_en) in dwmac1000_dma_axi() 29 if (axi->axi_xit_frm) in dwmac1000_dma_axi() 33 value |= (axi->axi_wr_osr_lmt & DMA_AXI_WR_OSR_LMT_MASK) << in dwmac1000_dma_axi() 37 value |= (axi->axi_rd_osr_lmt & DMA_AXI_RD_OSR_LMT_MASK) << in dwmac1000_dma_axi() 45 switch (axi->axi_blen[i]) { in dwmac1000_dma_axi() 77 int txpbl = dma_cfg->txpbl ?: dma_cfg->pbl; in dwmac1000_dma_init() 78 int rxpbl = dma_cfg->rxpbl ?: dma_cfg->pbl; in dwmac1000_dma_init() [all …]
|
| H A D | dwmac4_dma.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * This is the driver for the GMAC on-chip Ethernet controller for ST SoCs. 25 if (axi->axi_lpi_en) in dwmac4_dma_axi() 27 if (axi->axi_xit_frm) in dwmac4_dma_axi() 31 value |= (axi->axi_wr_osr_lmt & DMA_AXI_OSR_MAX) << in dwmac4_dma_axi() 35 value |= (axi->axi_rd_osr_lmt & DMA_AXI_OSR_MAX) << in dwmac4_dma_axi() 43 switch (axi->axi_blen[i]) { in dwmac4_dma_axi() 76 u32 rxpbl = dma_cfg->rxpbl ?: dma_cfg->pbl; in dwmac4_dma_init_rx_chan() 82 if (IS_ENABLED(CONFIG_ARCH_DMA_ADDR_T_64BIT) && likely(dma_cfg->eame)) in dwmac4_dma_init_rx_chan() 94 u32 txpbl = dma_cfg->txpbl ?: dma_cfg->pbl; in dwmac4_dma_init_tx_chan() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/ti/ |
| H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 100 The two-port Gigabit Ethernet MAC (MCU_CPSW0) subsystem provides 106 will be called ti-am65-cpsw-nuss. 113 Say y here to support the TI K3 AM65x CPTS with 1588 features such as 117 the IEEE 1588-2008 standard for a precision clock synchronization
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/qualcomm/ |
| H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 58 supports IEEE 802.3-2002, half-duplex mode at 10/100 Mb/s, 59 full-duplex mode at 10/100/1000Mb/s, Wake On LAN (WOL) for 60 low power, Receive-Side Scaling (RSS), and IEEE 1588-2008
|
| /OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/stmicro/ |
| H A D | stmmac.rst | 1 .. SPDX-License-Identifier: GPL-2.0+ 13 - In This Release 14 - Feature List 15 - Kernel Configuration 16 - Command Line Parameters 17 - Driver Information and Notes 18 - Debug Information 19 - Support 33 (and older) and DesignWare(R) Cores Ethernet Quality-of-Service version 4.0 35 DesignWare(R) Cores XGMAC - 10G Ethernet MAC and DesignWare(R) Cores [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/synopsys/ |
| H A D | dwc-xlgmac-common.c | 5 * This program is dual-licensed; you may select either version 2 of 21 #include "dwc-xlgmac.h" 22 #include "dwc-xlgmac-reg.h" 26 static int debug = -1; 36 struct net_device *netdev = pdata->netdev; in xlgmac_read_mac_addr() 39 memcpy(pdata->mac_addr, dev_addr, netdev->addr_len); in xlgmac_read_mac_addr() 44 pdata->tx_osp_mode = DMA_OSP_ENABLE; in xlgmac_default_config() 45 pdata->tx_sf_mode = MTL_TSF_ENABLE; in xlgmac_default_config() 46 pdata->rx_sf_mode = MTL_RSF_DISABLE; in xlgmac_default_config() 47 pdata->pblx8 = DMA_PBL_X8_ENABLE; in xlgmac_default_config() [all …]
|
| H A D | dwc-xlgmac.h | 5 * This program is dual-licensed; you may select either version 2 of 21 #include <linux/dma-mapping.h> 29 #define XLGMAC_DRV_NAME "dwc-xlgmac" 46 #define XLGMAC_TX_MAX_BUF_SIZE (0x3fff & ~(64 - 1)) 96 ((_ring)->desc_data_head + \ 97 ((idx) & ((_ring)->dma_desc_count - 1))); \ 103 ((var) & GENMASK(_pos + _len - 1, _pos)) >> (_pos); \ 110 ((_var) & GENMASK(_pos + _len - 1, _pos)) >> (_pos); \ 118 _val = (_val << _pos) & GENMASK(_pos + _len - 1, _pos); \ 119 _var = (_var & ~GENMASK(_pos + _len - 1, _pos)) | _val; \ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/samsung/sxgbe/ |
| H A D | sxgbe_common.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 69 #define SF_DMA_MODE 1 /* DMA STORE-AND-FORWARD Operation Mode */ 118 /* EEE-LPI mode flags*/ 124 /* EEE-LPI Interrupt status flag */ 127 /* EEE-LPI Default timer values */ 131 /* EEE-LPI Control and status definitions */ 243 /* EEE-LPI stats */ 348 /* EEE-LPI specific operations */ 412 /* IEEE 1588-2008 */ 501 /* EEE-LPI specific members */
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iqfiles/isp21/ |
| H A D | ov5648_THDS11073_Largan-40122a1.json | 402 "ZoomDot": [1709, 975, 653, 464, 334, 239, 165, 102, 57, 15, -28, -70], 500 "rotationMat": [-0.620476, 0.784226, -0.33094, 0.784226, 0.620476, 0.237697, 0, 0, 1] 502 …uvMat": [0.0566406, 0.138672, 0.0117188, 23.125, -0.078125, 0.0078125, 0.0761719, 124.188, 0.05273… 514 "region": [-96, 6, -158, -195] 518 "region": [-589, -176, 95, -31] 522 "region": [-753, -669, -117, -200] 580 "normal": [-1.25204, -0.735, 0.0559036, -0.116305], 581 "big": [-1.25204, -0.740926, 0.0918875, -0.145542] 609 "normal": [-0.736481, -0.477222, -0.0674699, -0.14672], 610 "big": [-0.735, -0.47821, -0.0661847, -0.180562] [all …]
|
| H A D | ov5670_LM50A60-V2_YXC-M804A2.json | 402 "ZoomDot": [1709, 975, 653, 464, 334, 239, 165, 102, 57, 15, -28, -70], 500 "rotationMat": [-0.673131, 0.739524, -0.206782, 0.739524, 0.673131, 0.332638, 0, 0, 1] 502 …uvMat": [0.0449219, 0.138672, 0.0136719, 28.875, -0.0878906, 0.0117188, 0.0664062, 133.188, 0.0390… 506 "region": [-1421, -1349, 34, 1] 510 "region": [-1085, -1000, 46, 21] 514 "region": [-658, -437, 54, -34] 518 "region": [-302, -82, -121, -139] 522 "region": [-147, -56, -21, -55] 526 "region": [266, 294, -42, -75] 530 "region": [-2048, -1545, 614, 459] [all …]
|
| H A D | gc5025_KYT-8647-V1_OPT532.json | 402 "ZoomDot": [1709, 975, 653, 464, 334, 239, 165, 102, 57, 15, -28, -70], 500 "rotationMat": [-0.624674, 0.780885, -0.120265, 0.780885, 0.624674, 0.350208, 0, 0, 1] 502 …onYuvMat": [0.0410156, 0.138672, 0.015625, 30.25, -0.0898438, 0.0117188, 0.0625, 135.375, 0.037109… 506 "region": [-15, 10, -44, -59] 510 "region": [-1588, -1205, 52, 11] 514 "region": [-615, -401, 65, -41] 526 "region": [-136, -102, -54, -68] 580 "normal": [-1.18389, -0.737222, 0.0668273, -0.0324582], 581 "big": [-1.18241, -0.736481, 0.102811, -0.073253] 609 "normal": [-0.735165, -0.427675, -0.0561178, -0.114378], [all …]
|
| H A D | gc5035_default_PC5322-M5.json | 402 "ZoomDot": [1709, 975, 653, 464, 334, 239, 165, 102, 57, 15, -28, -70], 500 "rotationMat": [-0.634695, 0.772763, -0.173209, 0.772763, 0.634695, 0.479175, 0, 0, 1] 502 …onYuvMat": [0.044922, 0.136719, 0.011719, 29.5625, -0.083984, 0.003906, 0.076172, 129.625, 0.05078… 510 "region": [-1096, -985, 140, 65] 514 "region": [-40, 158, 121, 16] 518 "region": [-235, -40, 237, 80] 580 "normal": [-1.2378, -0.9008, 0.0655, -0.0388], 581 "big": [-1.2397, -0.9008, 0.0756, -0.068] 609 "normal": [-0.6839, -0.4566, 0.0105, -0.1325], 610 "big": [-0.6839, -0.4476, 0.0251, -0.1625] [all …]
|
| H A D | gc02m2_default_M216A.json | 402 "ZoomDot": [1709, 975, 653, 464, 334, 239, 165, 102, 57, 15, -28, -70], 500 "rotationMat": [-0.655762, 0.754967, -0.113302, 0.754967, 0.655762, 0.272569, 0, 0, 1] 502 …YuvMat": [0.046875, 0.138672, 0.015625, 27.0625, -0.0898438, 0.015625, 0.0644531, 132.625, 0.03710… 514 "region": [-531, -401, -74, -126] 518 "region": [-1312, -1242, 16, -4] 522 "region": [-990, -860, -48, -62] 526 "region": [-190, -169, -129, -140] 580 "normal": [-0.990887, -0.609488, 0.0103674, -0.0767366], 581 "big": [-0.990887, -0.608336, 0.018459, -0.151941] 609 "normal": [-0.608336, -0.398624, -0.123382, -0.151941], [all …]
|
| H A D | hi556_KYT-8607-V1.0_default.json | 402 "ZoomDot": [1709, 975, 653, 464, 334, 239, 165, 102, 57, 15, -28, -70], 500 "rotationMat": [-0.725527, 0.688194, -0.722764, 0.688194, 0.725527, 0.56839, 0, 0, 1] 502 …Mat": [0.0429688, 0.136719, 0.0117188, 31.9375, -0.0800781, -0.00195312, 0.0800781, 129.25, 0.0566… 506 "region": [-1367, -1186, -119, -242] 510 "region": [-268, -110, -183, -216] 514 "region": [-1691, -1169, 104, 35] 518 "region": [-801, -602, 86, -7] 580 "normal": [-1.30907, -0.887222, 0.0499331, -0.0396519], 581 "big": [-1.31093, -0.892778, 0.094913, -0.192584] 609 "normal": [-0.895741, -0.589074, -0.0430254, -0.129862], [all …]
|
| H A D | ov5648_LMM248_YXC-M804A2.json | 402 "ZoomDot": [1709, 975, 653, 464, 334, 239, 165, 102, 57, 15, -28, -70], 500 "rotationMat": [-0.602027, 0.798476, -0.230719, 0.798476, 0.602027, 0.238964, 0, 0, 1] 502 …YuvMat": [0.0546875, 0.138672, 0.0117188, 24.75, -0.078125, 0.00585938, 0.078125, 124.812, 0.05468… 506 "region": [-897, -663, -128, -188] 510 "region": [-685, -445, 46, -69] 580 "normal": [-1.16352, -0.873148, 0.0507363, -0.0749219], 581 "big": [-1.16352, -0.873148, 0.0842927, -0.105622] 609 "normal": [-0.87216, -0.452901, -0.0527889, -0.125971], 610 "big": [-0.874383, -0.451914, -0.0474342, -0.165328] 638 "normal": [-0.453889, -0.0921605, -0.029585, -0.148907], [all …]
|
| H A D | ov5695_TongJu_CHT842-MD.json | 402 "ZoomDot": [1709, 975, 653, 464, 334, 239, 165, 102, 57, 15, -28, -70], 500 "rotationMat": [-0.677109, 0.735883, -0.41454, 0.735883, 0.677109, 0.453319, 0, 0, 1] 502 …YuvMat": [0.0390625, 0.136719, 0.0136719, 32.625, -0.0839844, 0.00390625, 0.0722656, 133, 0.048828… 510 "region": [-1096, -985, 140, 65] 514 "region": [-40, 158, 121, 16] 518 "region": [-235, -40, 237, 80] 580 "normal": [-1.20167, -0.737222, 0.0591885, -0.0324582], 581 "big": [-1.33722, -0.735, 0.150835, -0.108831] 609 "normal": [-0.723889, -0.443889, -0.049642, -0.152745], 610 "big": [-0.726111, -0.428333, -0.0458234, -0.242482] [all …]
|
| H A D | gc2385_HS5885-BNSM1018-V01_default.json | 402 "ZoomDot": [1709, 975, 653, 464, 334, 239, 165, 102, 57, 15, -28, -70], 500 "rotationMat": [-0.52139, 0.853319, 1.20072, 0.853319, 0.52139, 0.602424, 0, 0, 1] 502 …Mat": [0.0292969, 0.134766, 0.0136719, 38.9375, -0.0839844, -0.00390625, 0.0683594, 137.562, 0.048… 510 "region": [-1096, -985, 140, 65] 514 "region": [-40, 158, 121, 16] 518 "region": [-235, -40, 237, 80] 580 "normal": [-0.043241, 0.269704, 0.137002, -0.0709569], 581 "big": [-0.0365239, 0.269333, 0.205713, -0.156499] 609 "normal": [0.269704, 0.746667, -0.0709569, -0.174737], 610 "big": [0.250667, 0.762667, -0.0707288, -0.224003] [all …]
|
| H A D | gc02m2_SLD-S10-M258-V1_TR215-H211.json | 402 "ZoomDot": [1709, 975, 653, 464, 334, 239, 165, 102, 57, 15, -28, -70], 500 "rotationMat": [-0.657506, 0.75345, -0.220236, 0.75345, 0.657506, 0.30716, 0, 0, 1] 502 …vMat": [0.0488281, 0.138672, 0.0136719, 27.3125, -0.0859375, 0.0117188, 0.0722656, 130.125, 0.0449… 506 "region": [-895, -830, -24, -44] 510 "region": [-601, -556, 30, 5] 514 "region": [-552, -381, 12, -55] 518 "region": [-1119, -1087, -43, -64] 522 "region": [-998, -907, 33, 11] 526 "region": [-153, -132, -37, -53] 530 "region": [-88, -64, -43, -59] [all …]
|
| H A D | gc02m2_THDS11073_YH-021B.json | 402 "ZoomDot": [1709, 975, 653, 464, 334, 239, 165, 102, 57, 15, -28, -70], 500 "rotationMat": [-0.660199, 0.751091, -0.221307, 0.751091, 0.660199, 0.324631, 0, 0, 1] 502 …vMat": [0.0449219, 0.138672, 0.0136719, 28.625, -0.0859375, 0.00976562, 0.0703125, 131.312, 0.0449… 506 "region": [-963, -797, -34, -52] 510 "region": [-406, -114, 93, -30] 514 "region": [-633, -378, 19, -30] 518 "region": [-1088, -904, 46, 7] 580 "normal": [-1.05833, -0.73537, 0.0463855, -0.0403615], 581 "big": [-1.05833, -0.736852, 0.0714458, -0.070241] 609 "normal": [-0.736852, -0.398048, -0.0509639, -0.102851], [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/altera/ |
| H A D | altera_tse.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 2 /* Altera Triple-Speed Ethernet MAC driver 3 * Copyright (C) 2008-2014 Altera Corporation. All rights reserved 130 u32 auto_negotiation_advertisement; /* Auto-negotiation 182 /* 32-bit primary MAC address word 0 bits 0 to 31 of the primary 186 /* 32-bit primary MAC address word 1 bits 32 to 47 of the primary 190 /* 14-bit maximum frame length. The MAC receive logic */ 196 /* 12-bit receive FIFO section-empty threshold */ 198 /* 12-bit receive FIFO section-full threshold */ 200 /* 12-bit transmit FIFO section-empty threshold */ [all …]
|