Searched refs:revision (Results 251 - 275 of 964) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/mtd/nand/raw/
H A Dnand_jedec.c78 val = le16_to_cpu(p->revision);
/linux-master/drivers/power/supply/
H A Dqcom_smbb.c107 unsigned int revision; member in struct:smbb_charger
859 rc = regmap_read(chg->regmap, chg->addr + SMBB_MISC_REV2, &chg->revision);
861 dev_err(&pdev->dev, "unable to read revision\n");
865 chg->revision += 1;
866 if (chg->revision != 1 && chg->revision != 2 && chg->revision != 3) {
867 dev_err(&pdev->dev, "v%d hardware not supported\n", chg->revision);
870 dev_info(&pdev->dev, "Initializing SMBB rev %u", chg->revision);
986 if (r->rev_mask & BIT(chg->revision))
[all...]
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Dpsp_v10_0.c62 (adev->pdev->revision == 0xa1) &&
/linux-master/drivers/media/platform/chips-media/wave5/
H A Dwave5.h55 int wave5_vpu_get_version(struct vpu_device *vpu_dev, u32 *revision);
/linux-master/drivers/i3c/master/mipi-i3c-hci/
H A Dhci.h56 u8 revision; member in struct:i3c_hci
/linux-master/arch/mips/include/asm/
H A Dmips-cpc.h93 CPC_ACCESSOR_RO(32, 0x020, revision)
/linux-master/net/netfilter/
H A Dxt_physdev.c120 .revision = 0,
H A Dxt_TEE.c149 .revision = 1,
161 .revision = 1,
H A Dxt_NETMAP.c123 .revision = 0,
138 .revision = 0,
/linux-master/arch/loongarch/kernel/
H A Defi.c63 efi.runtime_version = (unsigned int)efi.runtime->hdr.revision;
/linux-master/arch/x86/kernel/apic/
H A Dapic_flat_64.c116 if (acpi_gbl_FADT.header.revision >= FADT2_REVISION_ID &&
H A Dx2apic_phys.c30 if ((acpi_gbl_FADT.header.revision >= FADT2_REVISION_ID) &&
/linux-master/drivers/gpu/drm/msm/dp/
H A Ddp_panel.c63 link_info->revision = dpcd[DP_DPCD_REV];
64 major = (link_info->revision >> 4) & 0x0f;
65 minor = link_info->revision & 0x0f;
314 vsc_sdp_data.revision = 0x05;
/linux-master/drivers/net/wireless/admtek/
H A Dadm8211.c143 if (priv->pdev->revision < ADM8211_REV_CA)
161 if (priv->pdev->revision < ADM8211_REV_CA)
201 if (priv->pdev->revision < ADM8211_REV_CA)
220 if (priv->pdev->revision == ADM8211_REV_BA)
222 else if (priv->pdev->revision == ADM8211_REV_CA)
224 else if (priv->pdev->revision == ADM8211_REV_AB)
246 (priv->pdev->revision < ADM8211_REV_BA ?
264 if (priv->pdev->revision < ADM8211_REV_BA) {
436 if (priv->pdev->revision < ADM8211_REV_CA)
710 (priv->pdev->revision < ADM8211_REV_C
[all...]
/linux-master/arch/alpha/kernel/
H A Derr_common.c230 a->revision == header->revision) {
/linux-master/include/linux/mfd/
H A Dmotorola-cpcap.h250 * Helpers for child devices to check the revision and vendor.
258 u16 *revision)
265 dev_err(dev, "Could not read revision\n");
270 *revision = ((val >> 3) & 0x7) | ((val << 3) & 0x38);
256 cpcap_get_revision(struct device *dev, struct regmap *regmap, u16 *revision) argument
/linux-master/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dt4vf_common.h42 #define CHELSIO_CHIP_CODE(version, revision) (((version) << 4) | (revision))
/linux-master/arch/x86/platform/uv/
H A Dbios_uv.c257 if (uv_systab->revision >= UV_SYSTAB_VERSION_UV4) {
267 pr_info("UV: UVsystab: Revision:%x\n", uv_systab->revision);
/linux-master/drivers/acpi/
H A Dacpi_configfs.c126 return sysfs_emit(str, "%d\n", h->revision);
183 CONFIGFS_ATTR_RO(acpi_table_, revision);
/linux-master/drivers/net/ethernet/oki-semi/pch_gbe/
H A Dpch_gbe_phy.c89 * pch_gbe_phy_get_id - Retrieve the PHY ID and revision
111 * PHY_ID2: [bit15-10:ID(5-0)][bit9-4:Model][bit3-0:revision]
115 phy->revision = (u32) (phy_id2 & 0x000F);
117 "phy->id : 0x%08x phy->revision : 0x%08x\n",
118 phy->id, phy->revision);
/linux-master/drivers/acpi/arm64/
H A Dgtdt.c168 if (table->revision < 2) {
170 table->revision);
/linux-master/drivers/net/ethernet/chelsio/cxgb/
H A Dcommon.h293 int version, int revision)
296 adapter->params.chip_revision == revision;
292 adapter_matches_type(const adapter_t *adapter, int version, int revision) argument
/linux-master/drivers/memory/
H A Ddfl-emif.c39 * managing the memory-clear functionality in revision 0.
198 if (ddev->revision > 0 && strstr(attr->name, "_clear"))
201 if (ddev->revision == 0)
/linux-master/drivers/gpu/drm/i915/gvt/
H A Dfirmware.c180 VERIFY("revision id", id, pdev->revision);
232 pdev->revision);
/linux-master/drivers/net/wireless/ath/wcn36xx/
H A Dwcn36xx.h305 u8 revision)
310 wcn->fw_revision == revision);
301 wcn36xx_is_fw_version(struct wcn36xx *wcn, u8 major, u8 minor, u8 version, u8 revision) argument

Completed in 366 milliseconds

<<11121314151617181920>>