Home
last modified time | relevance | path

Searched +full:mac +full:- +full:address0 (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.1/Documentation/devicetree/bindings/nvmem/
Dsunplus,sp7021-ocotp.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 ---
5 $id: http://devicetree.org/schemas/nvmem/sunplus,sp7021-ocotp.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
8 title: On-Chip OTP Memory for Sunplus SP7021
11 - Vincent Shih <vincent.sunplus@gmail.com>
14 - $ref: "nvmem.yaml#"
18 const: sunplus,sp7021-ocotp
23 reg-names:
25 - const: hb_gpio
[all …]
/Linux-v6.1/arch/arm/boot/dts/
Dsunplus-sp7021.dtsi1 // SPDX-License-Identifier: GPL-2.0
8 #include <dt-bindings/clock/sunplus,sp7021-clkc.h>
9 #include <dt-bindings/interrupt-controller/irq.h>
10 #include <dt-bindings/reset/sunplus,sp7021-reset.h>
11 #include <dt-bindings/pinctrl/sppctl-sp7021.h>
12 #include <dt-bindings/gpio/gpio.h>
22 compatible = "fixed-clock";
23 #clock-cells = <0>;
24 clock-frequency = <XTAL>;
25 clock-output-names = "extclk";
[all …]
/Linux-v6.1/arch/arm/mach-davinci/
Dboard-da850-evm.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * TI DA850/OMAP-L138 EVM board
5 * Copyright (C) 2009 Texas Instruments Incorporated - https://www.ti.com/
7 * Derived from: arch/arm/mach-davinci/board-da830-evm.c
23 #include <linux/input/tps6507x-ts.h>
28 #include <linux/nvmem-provider.h>
31 #include <linux/platform_data/gpio-davinci.h>
32 #include <linux/platform_data/mtd-davinci.h>
33 #include <linux/platform_data/mtd-davinci-aemif.h>
34 #include <linux/platform_data/ti-aemif.h>
[all …]
/Linux-v6.1/drivers/net/ethernet/intel/i40e/
Di40e_adminq_cmd.h1 /* SPDX-License-Identifier: GPL-2.0 */
2 /* Copyright(c) 2013 - 2021 Intel Corporation. */
17 #define I40E_FW_MINOR_VERSION(_h) ((_h)->mac.type == I40E_MAC_XL710 ? \
21 /* API version 1.7 implements additional link and PHY-specific APIs */
23 /* API version 1.9 for X722 implements additional link and PHY-specific APIs */
54 /* Flags sub-structure
285 * - no suffix for direct command descriptor structures
286 * - _data for indirect sent data
287 * - _resp for indirect return data (data which is both will use _data)
288 * - _completion for direct return data
[all …]
Di40e_common.c1 // SPDX-License-Identifier: GPL-2.0
2 /* Copyright(c) 2013 - 2021 Intel Corporation. */
11 * i40e_set_mac_type - Sets MAC type
14 * This function sets the mac type of the adapter based on the
21 if (hw->vendor_id == PCI_VENDOR_ID_INTEL) { in i40e_set_mac_type()
22 switch (hw->device_id) { in i40e_set_mac_type()
43 hw->mac.type = I40E_MAC_XL710; in i40e_set_mac_type()
52 hw->mac.type = I40E_MAC_X722; in i40e_set_mac_type()
55 hw->mac.type = I40E_MAC_GENERIC; in i40e_set_mac_type()
62 hw_dbg(hw, "i40e_set_mac_type found mac: %d, returns: %d\n", in i40e_set_mac_type()
[all …]