Lines Matching +full:0 +full:x10030000

59  * special values defined in the document, they are of the form 0xLTTTNNNN,
63 * 0: static configuration
100 #define TLV_TAG_END (0xEEEEEEEE)
105 #define TLV_TAG_SKIP (0x00000000)
106 #define TLV_TAG_INVALID (0xFFFFFFFF)
111 * 0.
114 #define TLV_TAG_PARTITION_HEADER (0xEF10DA7A)
120 /* 0 indicates the default segment (always located at offset 0), while other values
122 * The default segment may also have preset > 0, which means that it is a preset
123 * selected through an RFID command and copied by FW to the location at offset 0. */
135 #define TLV_TAG_PARTITION_TRAILER (0xEF101A57)
147 * at offset 0. (Note that, unlike the configuration partitions, there is no
151 #define TLV_TAG_APPENDABLE_PARTITION_HEADER (0xEF10ADA7)
168 #define TLV_TAG_GLOBAL_CAPABILITIES (0x00010000)
185 #define TLV_TAG_PORT_MAC(port) (0x00020000 + (port))
204 #define TLV_TAG_PF_STATIC_VPD(pf) (0x00030000 + (pf))
212 #define TLV_TAG_GLOBAL_STATIC_VPD (0x001f0000)
228 #define TLV_TAG_PF_DYNAMIC_VPD(pf) (0x10030000 + (pf))
236 #define TLV_TAG_GLOBAL_DYNAMIC_VPD (0x10200000)
252 #define TLV_TAG_PF_DBI(pf) (0x00040000 + (pf))
264 #define TLV_TAG_GLOBAL_DBI (0x00210000)
287 #define TLV_TAG_PARTITION_SUBTYPE(type) (0x00050000 + (type))
303 #define TLV_TAG_PARTITION_VERSION(type) (0x10060000 + (type))
316 #define TLV_TAG_GLOBAL_PCIE_CONFIG (0x10070000)
326 #define TLV_APER_DEFAULT (0xFFFF) /* Use FW default for a given aperture */
334 #define TLV_TAG_PF_PCIE_CONFIG(pf) (0x10080000 + (pf))
354 #define TLV_TAG_TMP_GUBBINS (0x10090000) /* legacy symbol - do not use */
372 int8_t with_rmon; /* 0 -> off, 1 -> on, -1 -> leave alone */
374 int8_t clk_mode; /* 0 -> off, 1 -> on, -1 -> leave alone */
386 #define TLV_TAG_GLOBAL_PORT_CONFIG (0x000a0000)
405 #define TLV_TAG_FIRMWARE_OPTIONS (0x100b0000)
411 #define TLV_FIRMWARE_VARIANT_DRIVER_SELECTED (0xffffffff)
435 #define TLV_TAG_0V9_SETTINGS (0x000c0000)
440 uint16_t flags; /* Boards with high 0v9 settings may need active cooling */
453 #define TLV_TAG_CLOCK_CONFIG (0x000d0000) /* legacy symbol - do not use */
465 #define TLV_TAG_CLOCK_CONFIG_MEDFORD (0x00100000)
485 #define TLV_TAG_GLOBAL_MAC (0x000e0000)
496 #define TLV_TAG_ATB_0V9_TARGET (0x000f0000) /* legacy symbol - do not use */
499 /* The target value for the 0v9 power rail measured on-chip at the
509 #define TLV_TAG_TX_PCIE_AMP_CONFIG (0x00220000)
524 #define TLV_TAG_GLOBAL_PCIE_CONFIG_R2 (0x10100000)
556 #define TLV_TAG_GLOBAL_PORT_MODE (0x10110000)
562 #define TLV_PORT_MODE_DEFAULT (0xffffffff) /* Default for given platform */
565 #define TLV_PORT_MODE_10G (0)
574 #define TLV_PORT_MODE_1x1_NA (0) /* Single 10G/25G on mdi0 */
619 #define TLV_TAG_VSWITCH_TYPE(port) (0x10120000 + (port))
625 #define TLV_VSWITCH_TYPE_DEFAULT (0xffffffff) /* Firmware default; equivalent to no TLV pres…
626 #define TLV_VSWITCH_TYPE_NONE (0)
636 #define TLV_TAG_VPORT_VLAN_TAG(pf) (0x10130000 + (pf))
642 #define TLV_VPORT_NO_VLAN_TAG (0xFFFFFFFF) /* Default in the absence of TLV for …
645 /* Offset to be applied to the 0v9 setting, wherever it came from */
647 #define TLV_TAG_ATB_0V9_OFFSET (0x10140000)
662 #define TLV_TAG_PRIVILEGE_MASK (0x10150000) /* legacy symbol - do not use */
670 #define TLV_TAG_PRIVILEGE_MASK_ADD (0x10150000)
678 #define TLV_TAG_PRIVILEGE_MASK_REM (0x10160000)
689 #define TLV_TAG_PRIVILEGE_MASK_ADD_ALL_PFS (0x10190000)
700 #define TLV_TAG_PRIVILEGE_MASK_ADD_SINGLE_PF(pf) (0x101A0000 + (pf))
711 #define TLV_TAG_PFIOV(port) (0x10170000 + (port))
717 #define TLV_PFIOV_OFF (0) /* Default */
741 #define TLV_TAG_MCAST_FILTER_CHAINING (0x10180000)
747 #define TLV_MCAST_FILTER_CHAINING_DEFAULT (0xffffffff)
748 #define TLV_MCAST_FILTER_CHAINING_DISABLED (0)
753 #define TLV_TAG_RATE_LIMIT(pf) (0x101b0000 + (pf))
776 #define TLV_TAG_OCSD (0x101C0000)
782 #define TLV_OCSD_DISABLED 0
791 * VIs on the first port and 0 on the second (on a Torino).
794 #define TLV_TAG_DESCRIPTOR_CACHE_CONFIG (0x101d0000)
803 #define TLV_DESC_CACHE_DEFAULT (0xff)
804 #define TLV_VI_COUNT_DEFAULT (0xffff)
812 #define TLV_TAG_RX_EVENT_MERGING_CONFIG (0x101e0000)
821 #define TLV_RX_EVENT_MERGING_MAX_EVENTS_DEFAULT (0xffffffff)
822 #define TLV_RX_EVENT_MERGING_TIMEOUT_NS_DEFAULT (0xffffffff)
824 #define TLV_TAG_PCIE_LINK_SETTINGS (0x101f0000)
838 #define TLV_TAG_TX_EVENT_MERGING_CONFIG (0x10210000)
847 #define TLV_TX_EVENT_MERGING_MAX_EVENTS_DEFAULT (0xffffffff)
848 #define TLV_TX_EVENT_MERGING_TIMEOUT_NS_DEFAULT (0xffffffff)
849 #define TLV_TX_EVENT_MERGING_QEMPTY_TIMEOUT_NS_DEFAULT (0xffffffff)
851 #define TLV_TAG_LICENSE (0x30800000)
862 * via DHCP via snooping based on the mode selection (0=Static, 1=DHCP, 2=Snoop)
869 #define TLV_TAG_TMP_TSAN_CONFIG (0x10220000) /* DEPRECATED */
871 #define TLV_TSAN_IP_MODE_STATIC (0)
895 #define TLV_TAG_TMP_TSAC_CONFIG (0x10230000) /* DEPRECATED */
916 #define TLV_TAG_TMP_BINDING_TICKET (0x10240000) /* DEPRECATED */
933 #define TLV_TAG_TMP_PIK_SF (0x10250000) /* DEPRECATED */
951 #define TLV_TAG_TMP_CA_ROOT_CERT (0x10260000) /* DEPRECATED */
965 #define TLV_TAG_TX_VFIFO_ULL_MODE (0x10270000)
970 #define TLV_TX_VFIFO_ULL_MODE_DEFAULT 0
977 #define TLV_TAG_BIU_VI_WINDOW_MODE (0x10280000)
982 #define TLV_BIU_VI_WINDOW_MODE_8K 0 /* 8k per VI, CTPIO not mapped, medford/hunt compatible */
991 #define TLV_TAG_FASTPD_MODE(port) (0x10290000 + (port))
996 #define TLV_FASTPD_MODE_SOFT_ALL 0 /* All packets to the SoftPD */
1006 #define TLV_TAG_L3XUDP_PORTS (0x102a0000)