Home
last modified time | relevance | path

Searched full:sku (Results 1 – 25 of 240) sorted by relevance

12345678910

/openbmc/linux/Documentation/arch/arm/google/
H A Dchromebook-boot-flow.rst19 - SKU number, read from GPIO strappings at boot time. This is $(SKU) below.
23 - google,$(BOARD)-rev$(REV)-sku$(SKU)
25 - google,$(BOARD)-sku$(SKU)
29 not include SKU matching or may prioritize SKU/rev differently.
41 As an example, if we're on board "lazor", rev 4, SKU 0 and we have two device
52 match board or SKU revisions that are "close by". That is to say that
/openbmc/linux/drivers/soc/tegra/fuse/
H A Dspeedo-tegra20.c31 #define SPEEDO_ID_SELECT_1(sku) \ argument
32 (((sku) != 20) && ((sku) != 23) && ((sku) != 24) && \
33 ((sku) != 27) && ((sku) != 28))
H A Dspeedo-tegra210.c60 int sku = sku_info->sku_id; in rev_sku_to_speedo_ids() local
68 switch (sku) { in rev_sku_to_speedo_ids()
69 case 0x00: /* Engineering SKU */ in rev_sku_to_speedo_ids()
70 case 0x01: /* Engineering SKU */ in rev_sku_to_speedo_ids()
86 pr_err("Tegra210: unknown SKU %#04x\n", sku); in rev_sku_to_speedo_ids()
H A Dspeedo-tegra124.c53 int sku = sku_info->sku_id; in rev_sku_to_speedo_ids() local
61 switch (sku) { in rev_sku_to_speedo_ids()
62 case 0x00: /* Eng sku */ in rev_sku_to_speedo_ids()
96 pr_err("Tegra Unknown SKU %d\n", sku); in rev_sku_to_speedo_ids()
H A Dspeedo-tegra114.c37 u32 sku = sku_info->sku_id; in rev_sku_to_speedo_ids() local
40 switch (sku) { in rev_sku_to_speedo_ids()
58 pr_err("Tegra Unknown SKU %d\n", sku); in rev_sku_to_speedo_ids()
/openbmc/u-boot/arch/arm/include/asm/arch-tegra/
H A Dap.h43 * Works out the SOC/SKU type used for clocks settings
57 * Returns the SKU ID from the sku_info register
59 * @return SKU ID - see SKU_ID_Txx...
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dsc7280-herobrine-zombie-nvme-lte.dts11 #include "sc7280-herobrine-lte-sku.dtsi"
12 #include "sc7280-herobrine-nvme-sku.dtsi"
H A Dsc7280-herobrine-zombie-nvme.dts11 #include "sc7280-herobrine-wifi-sku.dtsi"
12 #include "sc7280-herobrine-nvme-sku.dtsi"
H A Dsc7180-trogdor-quackingstick-r0-lte.dts7 * SKU: 0x600 => 1536
12 #include "sc7180-trogdor-lte-sku.dtsi"
/openbmc/linux/arch/arm64/boot/dts/mediatek/
H A Dmt8183-kukui-krane-sku176.dts7 * SKU is a 8-bit value (0xb0 == 176):
9 * - Bits 3..0: SKU ID: 0x0 (default)
H A Dmt8183-kukui-krane-sku0.dts7 * SKU is a 8-bit value (0x00 == 0):
9 * - Bits 3..0: SKU ID: 0x0 (default)
/openbmc/linux/drivers/platform/surface/
H A Dsurface_gpe.c66 * We match for SKU here due to generic product name
78 * We match for SKU here due to generic product name
154 * We match for SKU here due to different variants: The
166 * We match for SKU here due to different variants: The
178 * We match for SKU here due to different variants: The
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dacpi.c41 brcmf_dbg(INFO, "ACPI RWCV data=%*phN antenna-sku=%s\n", in brcmf_acpi_probe()
49 brcmf_dbg(INFO, "No ACPI antenna-sku\n"); in brcmf_acpi_probe()
H A Dof.c80 * via the device tree. They also have an antenna SKU parameter in brcmf_of_probe()
86 if (!of_property_read_string(np, "apple,antenna-sku", &prop)) in brcmf_of_probe()
/openbmc/u-boot/arch/arm/mach-tegra/
H A Dap.c45 debug("%s: SKU info byte is 0x%02X\n", __func__, sku_id); in tegra_get_sku_info()
104 /* unknown chip/sku id */ in tegra_get_chip_sku()
105 printf("%s: ERROR: UNKNOWN CHIP/SKU ID COMBO (0x%02X/0x%02X)\n", in tegra_get_chip_sku()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dnvm-reg.h82 * @NVM_SECTION_TYPE_PHY_SKU: PHY SKU section
187 * @mac_sku_flags: flags for SKU, see &enum iwl_nvm_mac_sku_flags
233 * @mac_sku: data relating to MAC sku
234 * @phy_sku: data relating to PHY sku
247 * @mac_sku: data relating to MAC sku
248 * @phy_sku: data relating to PHY sku
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/
H A Diwl-eeprom-parse.c65 /* SKU Capabilities (actual values from EEPROM definition) */
234 * @EEPROM_CHANNEL_VALID: channel is usable for this SKU/geo
798 u16 radio_cfg, sku; in iwl_parse_eeprom_data() local
846 sku = iwl_eeprom_query16(eeprom, eeprom_size, in iwl_parse_eeprom_data()
848 data->sku_cap_11n_enable = sku & EEPROM_SKU_CAP_11N_ENABLE; in iwl_parse_eeprom_data()
849 data->sku_cap_amt_enable = sku & EEPROM_SKU_CAP_AMT_ENABLE; in iwl_parse_eeprom_data()
850 data->sku_cap_band_24ghz_enable = sku & EEPROM_SKU_CAP_BAND_24GHZ; in iwl_parse_eeprom_data()
851 data->sku_cap_band_52ghz_enable = sku & EEPROM_SKU_CAP_BAND_52GHZ; in iwl_parse_eeprom_data()
852 data->sku_cap_ipan_enable = sku & EEPROM_SKU_CAP_IPAN_ENABLE; in iwl_parse_eeprom_data()
H A Diwl-nvm-parse.c37 SKU = 2, enumerator
68 /* SKU Capabilities (actual values from NVM definition) */
146 * @NVM_CHANNEL_VALID: channel is usable for this SKU/geo
1154 return le16_to_cpup(nvm_sw + SKU); in iwl_get_sku()
1338 * 5GHz. To check for Indonesia, we take the SKU value from in iwl_nvm_no_wide_in_5ghz()
1350 u8 sku = (subsystem_id & 0x1e) >> 1; in iwl_nvm_no_wide_in_5ghz() local
1352 if (sku == 5 || sku == 9) { in iwl_nvm_no_wide_in_5ghz()
1355 subsystem_id, sku); in iwl_nvm_no_wide_in_5ghz()
1433 u32 sku, radio_cfg; in iwl_parse_nvm_data() local
1462 sku = iwl_get_sku(cfg, nvm_sw, phy_sku); in iwl_parse_nvm_data()
[all …]
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-platform-mellanox-bootctl105 What: /sys/bus/platform/devices/MLNXBF04:00/sku
110 The "sku" sysfs attribute holds the board's SKU number.
/openbmc/linux/drivers/crypto/intel/qat/qat_dh895xcc/
H A Dadf_dh895xcc_hw_data.c81 /* A set bit in legfuses means the feature is OFF in this SKU */ in get_accel_cap()
100 int sku = (self->fuses & ADF_DH895XCC_FUSECTL_SKU_MASK) in get_sku() local
103 switch (sku) { in get_sku()
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dmetafmt-d4xx.rst82 - Led power value 0-360 (F416 SKU)
119 * - __u8 SKU ID
176 0x00000002 SKU ID
/openbmc/linux/drivers/platform/mellanox/
H A Dmlxbf-bootctl.c618 u64 sku_data[MLNX_MFG_VAL_QWORD_CNT(SKU) + 1] = { 0 }; in sku_show()
623 for (word = 0; word < MLNX_MFG_VAL_QWORD_CNT(SKU); word++) { in sku_show()
642 u64 sku[MLNX_MFG_VAL_QWORD_CNT(SKU)] = { 0 }; in sku_store() local
649 memcpy(sku, buf, count); in sku_store()
652 for (word = 0; word < MLNX_MFG_VAL_QWORD_CNT(SKU); word++) { in sku_store()
655 sizeof(u64), sku[word], 0, 0, 0, 0, &res); in sku_store()
903 static DEVICE_ATTR_RW(sku);
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A Dpcie_quirks.c21 /* match for SKU here due to generic product name "Surface Pro" */
30 /* match for SKU here due to generic product name "Surface Pro" */
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DUSBController.v1_0_1.json197 "SKU": { object
198 "description": "The SKU for this USB controller.",
199 … "longDescription": "This property shall contain the SKU number for this USB controller.",
/openbmc/linux/arch/arm/mach-bcm/
H A Dplatsmp.c111 pr_warn("unable to ioremap SKU-ROM LUT register for cpu %u\n", cpu); in nsp_write_lut()
270 * address programmed at SKU ROM LUT location. in nsp_boot_secondary()
274 pr_err("unable to write startup addr to SKU ROM LUT\n"); in nsp_boot_secondary()

12345678910