Searched refs:revision (Results 76 - 100 of 964) sorted by relevance

1234567891011>>

/linux-master/drivers/staging/media/meson/vdec/
H A Dcodec_hevc_common.c42 if (codec_hevc_use_mmu(core->platform->revision,
48 if (core->platform->revision < VDEC_REVISION_SM1)
117 u32 revision = core->platform->revision; local
130 if (codec_hevc_use_mmu(revision, pixfmt_cap, is_10bit))
261 if (codec_hevc_use_mmu(core->platform->revision,
270 if (core->platform->revision == VDEC_REVISION_GXBB)
H A Dvdec_platform.c257 .revision = VDEC_REVISION_GXBB,
263 .revision = VDEC_REVISION_GXL,
269 .revision = VDEC_REVISION_GXM,
275 .revision = VDEC_REVISION_G12A,
281 .revision = VDEC_REVISION_SM1,
/linux-master/drivers/pci/
H A Dpci-acpi.c124 u32 revision; /* Not present in _HPP */ member in struct:hpx_type0
132 .revision = 1,
146 if (hpx->revision > 1) {
148 hpx->revision);
177 u32 revision = fields[1].integer.value; local
179 switch (revision) {
186 hpx0->revision = revision;
194 __func__, revision);
202 u32 revision; member in struct:hpx_type1
227 u32 revision = fields[1].integer.value; local
266 u32 revision; member in struct:hpx_type2
376 u32 revision = fields[1].integer.value; local
592 u32 desc_count, expected_length, revision; local
[all...]
/linux-master/drivers/gpu/drm/ast/
H A Dast_drv.c147 * Find configuration mode and read SCU revision
151 if (np && !of_property_read_u32(np, "aspeed,scu-revision-id", &data)) {
170 if ((pdev->revision & 0xf0) == 0x40) {
180 /* Read SCU7c (silicon revision register) */
204 if (pdev->revision >= 0x50) {
207 } else if (pdev->revision >= 0x40) {
218 } else if (pdev->revision >= 0x30) {
229 } else if (pdev->revision >= 0x20) {
240 } else if (pdev->revision >= 0x10) {
293 if (pdev->revision >
[all...]
/linux-master/drivers/peci/
H A Ddevice.c19 static int peci_get_revision(struct peci_device *device, u8 *revision) argument
32 * using invalid revision.
40 *revision = FIELD_GET(REVISION_NUM_MASK, dib);
95 u8 revision; local
106 ret = peci_get_revision(device, &revision);
109 device->info.peci_revision = revision;
/linux-master/drivers/soc/imx/
H A Dsoc-imx8m.c77 * SOC revision on older imx8mq is not available in fuses so query
219 soc_dev_attr->revision = imx8_revision(soc_rev);
220 if (!soc_dev_attr->revision) {
237 pr_info("SoC: %s revision %s\n", soc_dev_attr->soc_id,
238 soc_dev_attr->revision);
248 if (strcmp(soc_dev_attr->revision, "unknown"))
249 kfree(soc_dev_attr->revision);
/linux-master/drivers/fpga/
H A Daltera-freeze-bridge.c215 u32 status, revision; local
224 revision = readl(base_addr + FREEZE_CSR_REG_VERSION);
225 if ((revision != FREEZE_CSR_SUPPORTED_VERSION) &&
226 (revision != FREEZE_CSR_OFFICIAL_VERSION)) {
228 "%s unexpected revision 0x%x != 0x%x != 0x%x\n",
229 __func__, revision, FREEZE_CSR_SUPPORTED_VERSION,
/linux-master/drivers/ssb/
H A Dpci.c367 if (out->revision == 3) /* rev 3 moved MAC */
375 if (out->revision < 3) { /* only rev 1-2 have et0, et1 */
386 if (out->revision == 1)
417 out->antenna_gain.a0 = sprom_extract_antgain(out->revision, in,
421 out->antenna_gain.a1 = sprom_extract_antgain(out->revision, in,
425 if (out->revision >= 2)
481 if (out->revision == 4)
493 if (out->revision == 4) {
518 if (out->revision == 4) {
535 out->antenna_gain.a0 = sprom_extract_antgain(out->revision, i
[all...]
/linux-master/drivers/media/pci/mantis/
H A Dmantis_pci.c87 mantis->revision = pdev->revision;
90 mantis->revision,
/linux-master/include/uapi/linux/netfilter/
H A Dx_tables.h18 __u8 revision; member in struct:xt_entry_match::__anon638::__anon639
41 __u8 revision; member in struct:xt_entry_target::__anon641::__anon642
75 /* The argument to IPT_SO_GET_REVISION_*. Returns highest revision
76 * kernel supports, if >= revision. */
79 __u8 revision; member in struct:xt_get_revision
/linux-master/include/uapi/linux/netfilter_bridge/
H A Debtables.h126 __u8 revision; member in struct:ebt_entry_match::__anon3616::__anon3617
139 __u8 revision; member in struct:ebt_entry_watcher::__anon3618::__anon3619
152 __u8 revision; member in struct:ebt_entry_target::__anon3620::__anon3621
/linux-master/arch/x86/xen/
H A Defi.c26 .revision = 0, /* Initialized later. */
75 efi_systab_xen.fw_revision = info->vendor.revision;
84 efi_systab_xen.hdr.revision = info->version;
/linux-master/drivers/soc/loongson/
H A Dloongson2_guts.c134 soc_dev_attr.revision = devm_kasprintf(dev, GFP_KERNEL, "%d.%d",
136 if (!soc_dev_attr.revision)
146 soc_dev_attr.soc_id, soc_dev_attr.revision);
/linux-master/arch/riscv/kernel/
H A Dacpi.c69 * and carry out revision and ACPI HW reduced compliancy tests
82 * The revision in the table header is the FADT's Major revision. The
83 * FADT also has a minor revision, which is stored in the FADT itself.
87 * the ACPI spec, we need to update this check for exact minor revision
89 if (table->revision < 6 || (table->revision == 6 && fadt->minor_revision < 5))
90 pr_err(FW_BUG "Unsupported FADT revision %d.%d, should be 6.5+\n",
91 table->revision, fadt->minor_revision);
/linux-master/fs/smb/server/
H A Dsmbacl.h119 __le16 revision; /* revision level */ member in struct:smb_ntsd
128 __u8 revision; /* revision level */ member in struct:smb_sid
138 __le16 revision; /* revision level */ member in struct:smb_acl
/linux-master/net/netfilter/
H A Dx_tables.c197 struct xt_match *xt_find_match(u8 af, const char *name, u8 revision) argument
208 if (m->revision == revision) {
221 return xt_find_match(NFPROTO_UNSPEC, name, revision);
228 xt_request_find_match(uint8_t nfproto, const char *name, uint8_t revision) argument
235 match = xt_find_match(nfproto, name, revision);
238 match = xt_find_match(nfproto, name, revision);
246 static struct xt_target *xt_find_target(u8 af, const char *name, u8 revision) argument
257 if (t->revision == revision) {
275 xt_request_find_target(u8 af, const char *name, u8 revision) argument
348 match_revfn(u8 af, const char *name, u8 revision, int *bestp) argument
370 target_revfn(u8 af, const char *name, u8 revision, int *bestp) argument
393 xt_find_revision(u8 af, const char *name, u8 revision, int target, int *err) argument
[all...]
H A Dxt_dscp.c83 .revision = 1,
91 .revision = 1,
H A Dxt_HL.c126 .revision = 0,
136 .revision = 0,
/linux-master/arch/arm/mm/
H A Dl2c-l2x0-resume.S34 @ The prefetch and power control registers are revision dependent
/linux-master/arch/alpha/include/asm/
H A Dhwrpb.h99 unsigned long revision; member in struct:percpu_struct
167 unsigned long revision; member in struct:hwrpb_struct
/linux-master/drivers/gpu/drm/amd/pm/swsmu/inc/
H A Dsmu_v11_0_7_pptable.h135 uint8_t revision; //Revision = SMU_11_0_7_PP_OVERDRIVE_VERSION member in struct:smu_11_0_7_overdrive_table
165 uint8_t revision; //Revision = SMU_11_0_7_PP_POWERSAVINGCLOCK_VERSION member in struct:smu_11_0_7_power_saving_clock_table
H A Dsmu_v13_0_pptable.h107 uint8_t revision; //Revision = SMU_11_0_PP_OVERDRIVE_VERSION member in struct:smu_13_0_overdrive_table
132 uint8_t revision; //Revision = SMU_11_0_PP_POWERSAVINGCLOCK_VERSION member in struct:smu_13_0_power_saving_clock_table
/linux-master/arch/arm/mach-mvebu/
H A Dmvebu-soc-id.c3 * ID and revision information for mvebu SoCs
10 * revision that can be read from the PCI control register. This is
12 * ID and revision are retrieved, the mapping is freed.
68 * ID and revision are available from any port, so we
101 /* SoC revision */
135 * First try to get the ID and the revision by the system
162 soc_dev_attr->revision = kasprintf(GFP_KERNEL, "%X", soc_rev);
168 kfree(soc_dev_attr->revision);
/linux-master/drivers/net/ethernet/sfc/siena/
H A Dnic.c177 #define REGISTER_REVISION_FZ 3 /* last Falcon arch revision */
179 #define REGISTER_REVISION_EZ 4 /* latest EF10 revision */
376 if (efx->type->revision >= reg->min_revision &&
377 efx->type->revision <= reg->max_revision)
383 if (efx->type->revision >= table->min_revision &&
384 efx->type->revision <= table->max_revision)
398 if (efx->type->revision >= reg->min_revision &&
399 efx->type->revision <= reg->max_revision) {
410 if (!(efx->type->revision >= table->min_revision &&
411 efx->type->revision <
[all...]
/linux-master/drivers/net/ethernet/sfc/falcon/
H A Dnic.c171 #define REGISTER_REVISION_FZ 3 /* last Falcon arch revision */
173 #define REGISTER_REVISION_EZ 4 /* latest EF10 revision */
370 if (efx->type->revision >= reg->min_revision &&
371 efx->type->revision <= reg->max_revision)
377 if (efx->type->revision >= table->min_revision &&
378 efx->type->revision <= table->max_revision)
392 if (efx->type->revision >= reg->min_revision &&
393 efx->type->revision <= reg->max_revision) {
404 if (!(efx->type->revision >= table->min_revision &&
405 efx->type->revision <
[all...]

Completed in 339 milliseconds

1234567891011>>