Home
last modified time | relevance | path

Searched +full:on +full:- +full:board (Results 1 – 25 of 1081) sorted by relevance

12345678910>>...44

/linux/arch/powerpc/platforms/44x/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0
4 depends on 44x
12 depends on 44x
17 This option enables support for the IBM PPC440EP evaluation board.
21 depends on 44x
29 This option enables support for the APM APM821xx Evaluation board.
33 depends on 44x
39 This option enables support for the IBM PPC440GP evaluation board.
43 depends on 44x
47 This option enables support for the ACube Sam440ep board.
[all …]
/linux/drivers/staging/gpib/include/
H A Dgpib_types.h1 /* SPDX-License-Identifier: GPL-2.0 */
12 * between the board-specific details dealt with in the drivers
13 * and generic interface provided by gpib-common.
33 /* IO base address to use for non-pnp cards (set by core, driver should make local copy) */
36 /* IRQ to use for non-pnp cards (set by core, driver should make local copy) */
38 /* dma channel to use for non-pnp cards (set by core, driver should make local copy) */
55 /* name of board */
57 /* attach() initializes board and allocates resources */
58 int (*attach)(gpib_board_t *board, const gpib_board_config_t *config);
59 /* detach() shuts down board and frees resources */
[all …]
/linux/sound/soc/intel/avs/boards/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
3 depends on SND_SOC_INTEL_AVS
8 tristate "da7219 I2S board"
9 depends on I2C
10 depends on MFD_INTEL_LPSS || COMPILE_TEST
18 tristate "DMIC generic board"
26 tristate "es8336 I2S board"
27 depends on X86 && I2C
28 depends on MFD_INTEL_LPSS || COMPILE_TEST
36 tristate "HD-Audio generic board"
[all …]
/linux/arch/mips/include/asm/octeon/
H A Dcvmx-helper-board.h7 * 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
63 * connected to this port. On chips supporting multiple MII
66 * This function must be modified for every new Octeon board.
[all …]
/linux/arch/mips/cavium-octeon/executive/
H A Dcvmx-helper-board.c7 * 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.
36 #include <asm/octeon/cvmx-bootinfo.h>
38 #include <asm/octeon/cvmx-config.h>
40 #include <asm/octeon/cvmx-helper.h>
41 #include <asm/octeon/cvmx-helper-util.h>
42 #include <asm/octeon/cvmx-helper-board.h>
[all …]
/linux/arch/mips/bcm63xx/boards/
H A Dboard_bcm963xx.c1 // SPDX-License-Identifier: GPL-2.0-only
34 static struct board_info board; variable
60 .default_trigger= "default-on",
85 .name = "96328avng::ppp-fail",
93 .default_trigger = "default-on",
96 .name = "96328avng::power-fail",
143 .name = "ppp-fail",
151 .default_trigger = "default-on",
185 .name = "ppp-fail",
193 .default_trigger = "default-on",
[all …]
/linux/drivers/mtd/maps/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
3 depends on MTD!=n
4 depends on HAS_IOMEM
7 bool "Support non-linear mappings of flash chips"
14 depends on MTD_CFI || MTD_JEDECPROBE || MTD_ROM || MTD_RAM || MTD_LPDDR
19 the physical address and size of the flash chips on your
20 particular board as well as the bus width, either statically
21 with config options or at run-time.
28 depends on MTD_PHYSMAP
32 physmap configuration options are done via your board's
[all …]
/linux/Documentation/devicetree/bindings/clock/
H A Dcirrus,lochnagar.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Cirrus Logic Lochnagar Audio Development Board
10 - patches@opensource.cirrus.com
13 Lochnagar is an evaluation and development board for Cirrus Logic
15 Logic devices on mini-cards, as well as allowing connection of various
25 [1] Clock : ../clock/clock-bindings.txt
28 [2] include/dt-bindings/clock/lochnagar.h
36 - cirrus,lochnagar1-clk
[all …]
/linux/drivers/net/ethernet/sfc/falcon/
H A Dfalcon_boards.c1 // SPDX-License-Identifier: GPL-2.0-only
4 * Copyright 2007-2012 Solarflare Communications Inc.
15 /* Macros for unpacking the board revision */
21 /* Board types */
27 /* Board temperature is about 15°C above ambient when air flow is
29 * depending on the PHY specifications but the critical temperature
42 * Support for LM87 sensor chip used on several boards
90 struct falcon_board *board = falcon_board(efx); in ef4_init_lm87() local
91 struct i2c_client *client = i2c_new_client_device(&board->i2c_adap, info); in ef4_init_lm87()
97 /* Read-to-clear alarm/interrupt status */ in ef4_init_lm87()
[all …]
/linux/Documentation/arch/sh/
H A Dnew-machine.rst1 .. SPDX-License-Identifier: GPL-2.0
4 Adding a new board to LinuxSH
7 Paul Mundt <lethal@linux-sh.org>
18 of the board-specific code (with the exception of stboards) ended up
19 in arch/sh/kernel/ directly, with board-specific headers ending up in
20 include/asm-sh/. For the new kernel, things are broken out by board type,
24 Board-specific code::
27 |-- arch
28 | `-- sh
29 | `-- boards
[all …]
/linux/drivers/comedi/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0
23 running at 10 kHz has of 2-4 seconds of buffer.
32 channels running at 100 kHz has 2-4 seconds of buffer.
41 the questions about misc non-hardware comedi drivers.
62 generate sample waveforms on systems that don't have data acquisition
70 depends on HAS_IOPORT
81 tristate "SSV Embedded Systems DIL/Net-PC support"
82 depends on X86_32 || COMPILE_TEST
83 depends on HAS_IOPORT
85 Enable support for SSV Embedded Systems DIL/Net-PC
[all …]
/linux/drivers/comedi/drivers/
H A Dcb_pcimdda.c1 // SPDX-License-Identifier: GPL-2.0+
4 * Computer Boards PCIM-DDA06-16 Comedi driver
7 * COMEDI - Linux Control and Measurement Device Interface
12 * Description: Measurement Computing PCIM-DDA06-16
13 * Devices: [Measurement Computing] PCIM-DDA06-16 (cb_pcimdda)
18 * All features of the PCIM-DDA06-16 board are supported.
19 * This board has 6 16-bit AO channels, and the usual 8255 DIO setup.
21 * This board does not support commands.
23 * The board has a peculiar way of specifying AO gain/range settings -- You have
24 * 1 jumper bank on the card, which either makes all 6 AO channels either
[all …]
/linux/Documentation/arch/arm/google/
H A Dchromebook-boot-flow.rst1 .. SPDX-License-Identifier: GPL-2.0
16 - Board name, specified at depthcharge_ compile time. This is $(BOARD) below.
17 - Board revision number, determined at runtime (perhaps by reading GPIO
19 - SKU number, read from GPIO strappings at boot time. This is $(SKU) below.
23 - google,$(BOARD)-rev$(REV)-sku$(SKU)
24 - google,$(BOARD)-rev$(REV)
25 - google,$(BOARD)-sku$(SKU)
26 - google,$(BOARD)
31 Note that for some boards there may be extra board-specific logic to inject
41 As an example, if we're on board "lazor", rev 4, SKU 0 and we have two device
[all …]
/linux/Documentation/devicetree/
H A Dusage-model.rst1 .. SPDX-License-Identifier: GPL-2.0
12 the device tree data format can be found on the device tree usage page
44 ----------
52 Since Open Firmware is commonly used on PowerPC and SPARC platforms,
56 In 2005, when PowerPC Linux began a major cleanup and to merge 32-bit
57 and 64-bit support, the decision was made to require DT support on all
61 blob without requiring a real Open Firmware implementation. U-Boot,
66 existing non-DT aware firmware.
74 -------------
79 -------------------
[all …]
/linux/drivers/staging/gpib/ines/
H A Dines.h1 /* SPDX-License-Identifier: GPL-2.0 */
39 int ines_read(gpib_board_t *board, uint8_t *buffer, size_t length, int *end, size_t *bytes_read);
40 int ines_write(gpib_board_t *board, uint8_t *buffer, size_t length,
42 int ines_accel_read(gpib_board_t *board, uint8_t *buffer, size_t length,
44 int ines_accel_write(gpib_board_t *board, uint8_t *buffer, size_t length,
46 int ines_command(gpib_board_t *board, uint8_t *buffer, size_t length, size_t *bytes_written);
47 int ines_take_control(gpib_board_t *board, int synchronous);
48 int ines_go_to_standby(gpib_board_t *board);
49 void ines_request_system_control(gpib_board_t *board, int request_control);
50 void ines_interface_clear(gpib_board_t *board, int assert);
[all …]
/linux/arch/arm/mach-ep93xx/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
3 bool "EP93xx-based"
4 depends on ATAGS
5 depends on ARCH_MULTI_V4T
7 depends on CPU_LITTLE_ENDIAN
43 Logic EDB9301 Evaluation Board.
50 Logic EDB9302 Evaluation Board.
57 Logic EDB9302A Evaluation Board.
64 Logic EDB9307 Evaluation Board.
71 Logic EDB9307A Evaluation Board.
[all …]
/linux/arch/arm/boot/dts/synaptics/
H A Dberlin2cd-valve-steamlink.dts1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)
5 /dts-v1/;
8 #include <dt-bindings/gpio/gpio.h>
19 gpio-restart {
20 compatible = "gpio-restart";
22 active-delay = <100>;
23 inactive-delay = <10>;
24 wait-delay = <100>;
30 cpu-supply = <&vcpu>;
31 operating-points = <
[all …]
/linux/arch/mips/include/asm/sn/
H A Dklconfig.h8 * Copyright (C) 1992 - 1997, 1999, 2000 Silicon Graphics, Inc.
17 * components found on the BOARDs.
23 * will depend on the format of the data structures in this file. In
38 #define MAX_ROUTER_PORTS (6) /* Max. number of ports on a router */
71 * Some IMPORTANT OFFSETS. These are the offsets on all NODES.
85 /* lboard_t->brd_flags fields */
99 /* klinfo->flags fields */
108 #define IS_CONSOLE_IOC3(i) ((((klinfo_t *)i)->flags) & KLINFO_INSTALL)
162 (KL_CONFIG_HDR(_nasid)->ch_board_info)
164 (KL_CONFIG_HDR(_nasid)->ch_board_info = (_off))
[all …]
/linux/sound/soc/atmel/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
3 tristate "SoC Audio for the Atmel System-on-Chip"
4 depends on HAS_IOMEM
26 depends on ATMEL_SSC
31 in PDC mode configured using audio-graph-card in device-tree.
35 depends on ATMEL_SSC
40 in DMA mode configured using audio-graph-card in device-tree.
43 tristate "SoC Audio support for WM8731-based At91sam9g20 evaluation board"
44 depends on ARCH_AT91 || COMPILE_TEST
45 depends on ATMEL_SSC && I2C
[all …]
/linux/Documentation/ABI/testing/
H A Dsysfs-platform-mellanox-bootctl6 The Life-cycle state of the SoC, which could be one of the
12 GA Non-Secured Non-Secure chip and not able to change state
94 the out-of-band 1Gbps Ethernet port. This MAC address is
95 provided on a board-level label.
102 The "opn" sysfs attribute holds the board's part number.
103 This value is provided on a board-level label.
110 The "sku" sysfs attribute holds the board's SKU number.
111 This value is provided on a board-level label.
118 The "modl" sysfs attribute holds the board's model number.
119 This value is provided on a board-level label.
[all …]
/linux/Documentation/spi/
H A Dspi-lm70llp.rst2 spi_lm70llp : LM70-LLP parport-to-SPI adapter
5 Supported board/chip:
7 * National Semiconductor LM70 LLP evaluation board
15 -----------
17 temperature sensor evaluation board to the kernel's SPI core subsystem.
21 In effect, this driver turns the parallel port interface on the eval board
27 --------------------
28 The schematic for this particular board (the LM70EVAL-LLP) is
29 available (on page 4) here:
31 https://download.datasheets.com/pdfs/documentation/nat/kit&board/lm70llpevalmanual.pdf
[all …]
/linux/Documentation/arch/arm/spear/
H A Doverview.rst6 ------------
11 The ST Microelectronics SPEAr range of ARM9/CortexA9 System-on-Chip CPUs are
19 - SPEAr3XX (3XX SOC series, based on ARM9)
20 - SPEAr300 (SOC)
21 - SPEAr300 Evaluation Board
22 - SPEAr310 (SOC)
23 - SPEAr310 Evaluation Board
24 - SPEAr320 (SOC)
25 - SPEAr320 Evaluation Board
26 - SPEAr6XX (6XX SOC series, based on ARM9)
[all …]
/linux/arch/mips/generic/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0
7 Select this from your board if the board must use a legacy, non-UHI,
16 Select this from your board if the board uses the YAMON bootloader
18 YAMON-provided environment variables into a device tree properties.
20 comment "Legacy (non-UHI/non-FIT) Boards"
23 bool "Support MIPS SEAD-3 boards"
27 Enable this to include support for booting on MIPS SEAD-3 FPGA-based
31 depends on LEGACY_BOARD_SEAD3
35 depends on LEGACY_BOARD_SEAD3=n
56 Enable this to include the FDT for the MIPS Boston development board
[all …]
/linux/arch/arm64/boot/dts/marvell/
H A Dac5x-rd-carrier-cn9131.dts1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
5 * Device tree for the AC5X RD Type 7 Com Express carrier board,
6 * Utilizing the CN913x COM Express CPU module board.
7 * This specific carrier board in this mode of operation (external)
12 * board), and connect via an external cable a kit
14 * mounted on top of an interposer kit.
19 * When the board boots in the external CPU mode, the internal CPU is disabled,
20 * and only the switch portion of the SOC acts as a PCIe end-point, Hence there
23 * There is no CPU booting in this mode on the carrier, only on the
25 * What runs the Linux is the CN9131 on the COM Express CPU module,
[all …]
/linux/drivers/staging/gpib/lpvo_usb_gpib/
H A Dlpvo_usb_gpib.c1 // SPDX-License-Identifier: GPL-2.0
5 * of Florence, Italy) to support in linux-gpib the open usb-gpib adapter *
6 * implemented at the University of Ljubljana (lpvo.fe.uni-lj.si/gpib) *
42 * in the following table with proper <Vendor-id>, <Product-id>.
46 * and /usr/local/etc/udev/rules.d/99-lpvo_usb_gpib.rules.
67 * On the fly: echo {0,1,2} > /sys/modules/lpvo_usb_gpib/parameters/debug
75 pr_alert("%s:%s - " format, NAME, __func__, ## __VA_ARGS__); } \
78 /* standard and extended command sets of the usb-gpib adapter */
144 #define GPIB_DEV (((struct usb_gpib_priv *)board->private_data)->dev)
146 #define SHOW_STATUS(board) { \ argument
[all …]

12345678910>>...44