| /OK3568_Linux_fs/kernel/drivers/net/can/sja1000/ |
| H A D | kvaser_pci.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (C) 2008 Per Dalen <per.dalen@cnw.se> 7 * - Kvaser linux driver, version 4.72 BETA 8 * Copyright (C) 2002-2007 KVASER AB 10 * - Lincan driver, version 0.3.3, OCERA project 14 * - Socketcan SJA1000 drivers 16 * Copyright (c) 2002-2007 Volkswagen Group Electronic Research 34 MODULE_AUTHOR("Per Dalen <per.dalen@cnw.se>"); 35 MODULE_DESCRIPTION("Socket-CAN driver for KVASER PCAN PCI cards"); 44 struct net_device *slave_dev[MAX_NO_OF_CHANNELS-1]; [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/ |
| H A D | mtdnand.rst | 10 The generic NAND driver supports almost all NAND and AG-AND based chips 15 board drivers or filesystem drivers suitable for NAND devices. 31 -------------------------- 37 - [MTD Interface] 43 - [NAND Interface] 48 - [GENERIC] 53 - [DEFAULT] 57 replaced by the board driver if necessary. Those functions are called 58 via pointers in the NAND chip description structure. The board driver 59 can set the functions which should be replaced by board dependent [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/networking/devlink/ |
| H A D | devlink-info.rst | 1 .. SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 7 The ``devlink-info`` mechanism enables device drivers to report device 10 The original motivation for the ``devlink-info`` API was twofold: 12 - making it possible to automate device and firmware management in a fleet 13 of machines in a vendor-independent fashion (see also 14 :ref:`Documentation/networking/devlink/devlink-flash.rst <devlink_flash>`); 15 - name the per component FW versions (as opposed to the crowded ethtool 18 ``devlink-info`` supports reporting multiple types of objects. Reporting driver 19 versions is generally discouraged - here, and via any other Linux API. 21 .. list-table:: List of top level info objects [all …]
|
| /OK3568_Linux_fs/u-boot/tools/buildman/ |
| H A D | cmdline.py | 4 # SPDX-License-Identifier: GPL-2.0+ 18 parser.add_option('-b', '--branch', type='string', 20 parser.add_option('-B', '--bloat', dest='show_bloat', 22 help='Show changes in function code size for each board') 23 parser.add_option('-c', '--count', dest='count', type='int', 24 default=-1, help='Run build on the top n commits') 25 parser.add_option('-C', '--force-reconfig', dest='force_reconfig', 28 parser.add_option('-d', '--detail', dest='show_detail', 30 help='Show detailed information for each board in summary') 31 parser.add_option('-D', '--config-only', action='store_true', default=False, [all …]
|
| H A D | func_test.py | 4 # SPDX-License-Identifier: GPL-2.0+ 13 import board 27 [toolchain-alias] 29 [make-flags] 32 vboot=USE_STDINT=1 VBOOT_DEBUG=1 MAKEFLAGS_VBOOT=DEBUG=1 CFLAGS_EXTRA_VBOOT=-DUNROLL_LOOPS VBOOT_SO… 39 ['Active', 'arm', 'armv7', '', 'Tester', 'ARM Board 1', 'board0', ''], 40 ['Active', 'arm', 'armv7', '', 'Tester', 'ARM Board 2', 'board1', ''], 41 ['Active', 'powerpc', 'powerpc', '', 'Tester', 'PowerPC board 1', 'board2', ''], 42 ['Active', 'sandbox', 'sandbox', '', 'Tester', 'Sandbox board', 'board4', ''], 46 39403bb patman: Use --no-pager' to stop git from forking a pager [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/dma/ |
| H A D | fsl-qdma.txt | 8 - compatible: Must be one of 9 "fsl,ls1021a-qdma": for LS1021A Board 10 "fsl,ls1028a-qdma": for LS1028A Board 11 "fsl,ls1043a-qdma": for ls1043A Board 12 "fsl,ls1046a-qdma": for ls1046A Board 13 - reg: Should contain the register's base address and length. 14 - interrupts: Should contain a reference to the interrupt used by this 16 - interrupt-names: Should contain interrupt names: 17 "qdma-queue0": the block0 interrupt 18 "qdma-queue1": the block1 interrupt [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | atmel-mci.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 11 * struct mci_slot_pdata - board-specific per-slot configuration 18 * If a given slot is not present on the board, @bus_width should be 23 * Note that support for multiple slots is experimental -- some cards 36 * struct mci_platform_data - board-specific MMC/SDcard configuration 38 * @slot: Per-slot configuration data.
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
| H A D | main.h | 48 * Usage example, e.g. a three-bit field (bits 4-6): 52 * regval = R_REG(osh, ®s->regfoo); 55 * W_REG(osh, ®s->regfoo, regval); 58 (((unsigned)1 << (width)) - 1) 67 /* max # supported core revisions (0 .. MAXCOREREV - 1) */ 76 #define BRCMS_SHORTSLOT_AUTO -1 /* Driver will manage Shortslot setting */ 91 #define TXFID_QUEUE_MASK 0x0007 /* Bits 0-2 */ 92 #define TXFID_SEQ_MASK 0x7FE0 /* Bits 5-15 */ 145 ((uint)((wlc)->band->bandunit ? BAND_2G_INDEX : BAND_5G_INDEX)) 152 * gmode_user: user config gmode, operating band->gmode is different. [all …]
|
| /OK3568_Linux_fs/u-boot/board/ti/ks2_evm/ |
| H A D | README | 1 U-Boot port for Texas Instruments Keystone II EVM boards 4 Author: Murali Karicheri <m-karicheri2@ti.com> 6 This README has information on the U-Boot port for K2HK, K2E, and K2L EVM boards. 7 Documentation for this board can be found at 8 http://www.advantech.com/Support/TI-EVM/EVMK2HX_sd.aspx 9 https://www.einfochips.com/index.php/partnerships/texas-instruments/k2e-evm.html 10 https://www.einfochips.com/index.php/partnerships/texas-instruments/k2l-evm.html 12 The K2HK board is based on Texas Instruments Keystone2 family of SoCs: K2H, K2K. 26 Board configuration: 29 Some of the peripherals that are configured by U-Boot [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_lib.c | 1 // SPDX-License-Identifier: GPL-2.0 2 /* Copyright(c) 1999 - 2018 Intel Corporation. */ 9 * ixgbe_cache_ring_dcb_sriov - Descriptor ring to register mapping for SR-IOV 10 * @adapter: board private structure to initialize 12 * Cache the descriptor ring offsets for SR-IOV to the assigned rings. It 20 struct ixgbe_ring_feature *fcoe = &adapter->ring_feature[RING_F_FCOE]; in ixgbe_cache_ring_dcb_sriov() 22 struct ixgbe_ring_feature *vmdq = &adapter->ring_feature[RING_F_VMDQ]; in ixgbe_cache_ring_dcb_sriov() 25 u8 tcs = adapter->hw_tcs; in ixgbe_cache_ring_dcb_sriov() 32 if (!(adapter->flags & IXGBE_FLAG_SRIOV_ENABLED)) in ixgbe_cache_ring_dcb_sriov() 35 /* start at VMDq register offset for SR-IOV enabled setups */ in ixgbe_cache_ring_dcb_sriov() [all …]
|
| /OK3568_Linux_fs/u-boot/board/freescale/t104xrdb/ |
| H A D | README | 2 -------- 3 The T1040RDB is a Freescale reference board that hosts the T1040 SoC 7 The T1042RDB is a Freescale reference board that hosts the T1042 SoC 8 (and variants). The board is similar to T1040RDB, T1040 is a reduced 9 personality of T1040 SoC without Integrated 8-port Gigabit(L2 Switch). 11 The T1042RDB_PI is a Freescale reference board that hosts the T1042 SoC. 12 (a personality of T1040 SoC). The board is similar to T1040RDB but is 15 The T1040D4RDB is a Freescale reference board that hosts the T1040 SoC. 16 The board is re-designed T1040RDB board with following changes : 17 - Support of DDR4 memory and some enhancements [all …]
|
| /OK3568_Linux_fs/kernel/include/sound/ |
| H A D | soc-acpi.h | 1 /* SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (C) 2013-15, Intel Corporation. All rights reserved. 21 /* codec name is used in DAIs is i2c-<HID>:00 with HID being 8 chars */ 60 * @acpi_ipc_irq_index: used for BYT-CR detection 64 * @link_mask: links enabled on the board 78 * snd_soc_acpi_endpoint - endpoint descriptor 79 * @num: endpoint number (mandatory, unique per device) 81 * @group_position: zero-based order (only when @aggregated is 1) 82 * @group_id: platform-unique group identifier (only when @aggregrated is 1) 92 * snd_soc_acpi_adr_device - descriptor for _ADR-enumerated device [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/scsi/ |
| H A D | advansys.rst | 1 .. SPDX-License-Identifier: GPL-2.0 8 RISC-based, Bus-Mastering, Fast (10 Mhz) and Ultra (20 Mhz) Narrow 9 (8-bit transfer) SCSI Host Adapters for the ISA, EISA, VL, and PCI 10 buses and RISC-based, Bus-Mastering, Ultra (20 Mhz) Wide (16-bit 15 cache and board LRAM. A CDB is a single SCSI command. The driver 21 - ABP-480 - Bus-Master CardBus (16 CDB) 24 - ABP510/5150 - Bus-Master ISA (240 CDB) 25 - ABP5140 - Bus-Master ISA PnP (16 CDB) 26 - ABP5142 - Bus-Master ISA PnP with floppy (16 CDB) 27 - ABP902/3902 - Bus-Master PCI (16 CDB) [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ssb/ |
| H A D | ssb.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 12 #include <linux/dma-mapping.h> 41 u16 board_rev; /* Board revision number from SPROM. */ 42 u16 board_num; /* Board number from SPROM. */ 43 u16 board_type; /* Board type from SPROM. */ 70 u8 itssi_a; /* Idle TSSI Target for A-PHY */ 71 u8 itssi_bg; /* Idle TSSI Target for B/G-PHY */ 77 u8 txpid5gl[4]; /* 4.9 - 5.1GHz TX power index */ 78 u8 txpid5g[4]; /* 5.1 - 5.5GHz TX power index */ 79 u8 txpid5gh[4]; /* 5.5 - ...GHz TX power index */ [all …]
|
| /OK3568_Linux_fs/u-boot/board/ti/panda/ |
| H A D | panda.c | 6 * SPDX-License-Identifier: GPL-2.0+ 9 #include <asm/mach-types.h> 22 #include <asm/ehci-omap.h> 35 "Board: OMAP4 Panda\n" 49 gd->bd->bi_arch_number = MACH_TYPE_OMAP4_PANDA; in board_init() 50 gd->bd->bi_boot_params = (0x80000000 + 0x100); /* boot param addr */ in board_init() 62 * Description: Detect if we are running on a panda revision A1-A6, 63 * or an ES panda board. This can be done by reading 67 * GPIO171, GPIO101, GPIO182: 0 1 1 => A1-A5 81 /* Setup the mux for the common board ID pins (gpio 171 and 182) */ in get_board_revision() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/intel/ |
| H A D | e1000.rst | 1 .. SPDX-License-Identifier: GPL-2.0+ 8 Copyright(c) 1999 - 2013 Intel Corporation. 13 - Identifying Your Adapter 14 - Command Line Parameters 15 - Speed and Duplex Configuration 16 - Additional Configurations 17 - Support 50 ------- 54 :Valid Range: 0x01-0x0F, 0x20-0x2F 57 This parameter is a bit-mask that specifies the speed and duplex settings [all …]
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc86xx/ |
| H A D | Kconfig | 53 Default value of CCSRBAR comes from power-on-reset. It 55 if changed by pre-boot regime. The value here must match 61 Number of local access windows. This is fixed per SoC. 64 source "board/freescale/mpc8610hpcd/Kconfig" 65 source "board/freescale/mpc8641hpcn/Kconfig" 66 source "board/sbc8641d/Kconfig" 67 source "board/xes/xpedite517x/Kconfig"
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/panel/ |
| H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 38 TFT-LCD modules. The panel has a 1200x1920 resolution and uses 39 24 bit RGB per pixel. It provides a MIPI DSI interface to 40 the host and has a built-in LED backlight. 57 This driver supports LVDS panels that don't require device-specific 79 KD35T133 controller for 320x480 LCD panels with MIPI-DSI 89 4-lane 800x1280 MIPI DSI panel. 92 tristate "Feiyang FY07024DI26A30-D MIPI-DSI LCD panel" 98 Feiyang FY07024DI26A30-D MIPI-DSI interface. 106 QVGA (320x240) RGB, YUV and ITU-T BT.656 panels. [all …]
|
| /OK3568_Linux_fs/u-boot/board/birdland/bav335x/ |
| H A D | board.c | 2 * board.c 4 * Board functions for Birdland Audio BAV335x Network Processor 6 * Copyright (c) 2012-2014 Birdland Audio - http://birdland.com/oem 8 * SPDX-License-Identifier: GPL-2.0+ 34 #include "board.h" 38 /* GPIO that controls power to DDR on EVM-SK */ 53 return -ENODEV; in read_eeprom() 58 return -EIO; in read_eeprom() 60 if (header->magic != BOARD_MAGIC) { in read_eeprom() 64 return -EIO; in read_eeprom() [all …]
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-imx/mx6/ |
| H A D | Kconfig | 77 Say "Y" if your board uses dynamic (per-boot) DDR calibration. 81 prompt "MX6 board select" 85 bool "Advantech dms-ba16" 91 bool "Toradex Apalis iMX6 board" 107 bool "Support aristainetos2-revB" 118 bool "CM-FX6" 125 bool "Toradex Colibri iMX6 board" 167 bool "Solid-run mx6 boards" 316 bool "Armadeus OPOS6ULDev board" 325 bool "PICO-IMX6UL-EMMC" [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/video/ |
| H A D | Kconfig | 13 to display a command-line console or splash screen. Enabling this 23 to display a command-line console or splash screen. Enabling this 39 This driver can be use with "simple-panel" and 41 (leds/backlight/pwm-backlight.txt) 49 This driver can be used with "simple-panel" and 51 (leds/backlight/gpio-backlight.txt) 54 bool "Support 8-bit-per-pixel displays" 58 Support drawing text and bitmaps onto a 8-bit-per-pixel display. 64 bool "Support 16-bit-per-pixel displays" 68 Support drawing text and bitmaps onto a 16-bit-per-pixel display. [all …]
|
| /OK3568_Linux_fs/buildroot/board/zynq/ |
| H A D | readme.txt | 5 - Xilinx ZC706 board (zynq_zc706_defconfig) 6 - Avnet ZedBoard (zynq_zed_defconfig) 7 - Avnet MicroZed (zynq_microzed_defconfig) 9 Steps to create a working system for a Zynq board: 24 4) boot your board 28 <key>=<value> one per line: 35 The DTB for MicroZed is the same as the one for the Zedboard (zynq-zed.dtb), 37 https://forums.xilinx.com/t5/Embedded-Linux/Microzed-default-device-tree-dts/td-p/432856. 40 - ZC706 information including schematics, reference designs, and manuals are 42 http://www.xilinx.com/products/boards-and-kits/ek-z7-zc706-g.html. [all …]
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.mpc85xx | 2 ---------------------- 7 - MSR[DE] must be set 8 - A valid opcode must be fetchable, through the MMU, from the debug 11 To maximize the time during which this requirement is met, U-Boot sets MSR[DE] 15 where U-Boot currently executes from. 21 ---------------- 26 ---------------------------------------------- 40 TLB Entries during u-boot execution 41 ----------------------------------- 50 EPN -->RPN : CONFIG_SYS_MONITOR_BASE --> CONFIG_SYS_MONITOR_BASE [all …]
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/octeon/ |
| H A D | cvmx-helper-board.h | 7 * Copyright (c) 2003-2008 Cavium Networks 14 * AS-IS and WITHOUT ANY WARRANTY; without even the implied warranty 21 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 30 * Helper functions to abstract board specific data about 31 * network ports from the rest of the cvmx-helper files. 37 #include <asm/octeon/cvmx-helper.h> 58 #define CVMX_HELPER_BOARD_MGMT_IPD_PORT -10 62 * port. A result of -1 means there isn't a MII capable PHY 66 * This function must be modifed for every new Octeon board. 68 * data to determine board types and revisions. It relys on the [all …]
|
| /OK3568_Linux_fs/kernel/drivers/tty/serial/jsm/ |
| H A D | jsm.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 49 dev_dbg(pdev->dev, fmt, ##__VA_ARGS__); \ 56 /* Board ids */ 70 /* Board type definitions */ 76 /* Board State Definitions */ 94 #define JSM_VERSION "jsm: 1.2-1-INKERNEL" 95 #define JSM_PARTNUM "40002438_A-INKERNEL" 101 * Per board operations structure * 124 * Per-board information 128 int boardnum; /* Board number: 0-32 */ [all …]
|