Searched +full:mac +full:- +full:address0 (Results 1 – 4 of 4) sorted by relevance
1 # 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 SP702111 - Vincent Shih <vincent.sunplus@gmail.com>14 - $ref: nvmem.yaml#15 - $ref: nvmem-deprecated-cells.yaml#19 const: sunplus,sp7021-ocotp24 reg-names:[all …]
1 // SPDX-License-Identifier: GPL-2.08 #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 …]
1 /* SPDX-License-Identifier: GPL-2.0 */2 /* Copyright(c) 2013 - 2021 Intel Corporation. */20 #define I40E_FW_MINOR_VERSION(_h) ((_h)->mac.type == I40E_MAC_XL710 ? \24 /* API version 1.7 implements additional link and PHY-specific APIs */26 /* API version 1.9 for X722 implements additional link and PHY-specific APIs */57 /* Flags sub-structure288 * - no suffix for direct command descriptor structures289 * - _data for indirect sent data290 * - _resp for indirect return data (data which is both will use _data)291 * - _completion for direct return data[all …]
1 // SPDX-License-Identifier: GPL-2.02 /* Copyright(c) 2013 - 2021 Intel Corporation. */15 * i40e_set_mac_type - Sets MAC type18 * This function sets the mac type of the adapter based on the25 if (hw->vendor_id == PCI_VENDOR_ID_INTEL) { in i40e_set_mac_type()26 switch (hw->device_id) { in i40e_set_mac_type()47 hw->mac.type = I40E_MAC_XL710; in i40e_set_mac_type()56 hw->mac.type = I40E_MAC_X722; in i40e_set_mac_type()59 hw->mac.type = I40E_MAC_GENERIC; in i40e_set_mac_type()63 status = -ENODEV; in i40e_set_mac_type()[all …]