Home
last modified time | relevance | path

Searched refs:revid (Results 1 – 25 of 28) sorted by relevance

12

/linux/drivers/gpu/drm/xe/
H A Dxe_step.c121 u16 revid = xe->info.revid; in xe_step_pre_gmdid_get() local
128 baseid = FIELD_GET(GENMASK(5, 3), xe->info.revid); in xe_step_pre_gmdid_get()
129 revid = FIELD_GET(GENMASK(2, 0), xe->info.revid); in xe_step_pre_gmdid_get()
170 if (revid < size && revids[revid].graphics != STEP_NONE) { in xe_step_pre_gmdid_get()
171 step = revids[revid]; in xe_step_pre_gmdid_get()
173 drm_warn(&xe->drm, "Unknown revid 0x%02x\n", revid); in xe_step_pre_gmdid_get()
183 while (revid < size && revids[revid].graphics == STEP_NONE) in xe_step_pre_gmdid_get()
184 revid++; in xe_step_pre_gmdid_get()
186 if (revid < size) { in xe_step_pre_gmdid_get()
188 revid); in xe_step_pre_gmdid_get()
[all …]
H A Dxe_pci.c518 static int read_gmdid(struct xe_device *xe, enum xe_gmdid_type type, u32 *ver, u32 *revid) in read_gmdid() argument
524 KUNIT_STATIC_STUB_REDIRECT(read_gmdid, xe, type, ver, revid); in read_gmdid()
577 *revid = REG_FIELD_GET(GMD_ID_REVID, val); in read_gmdid()
1025 xe->info.devid, xe->info.revid, in xe_pci_probe()
H A Dxe_device.c455 xe->info.revid = pdev->revision; in xe_device_create()
1160 drm_printf(p, "PCI revision: 0x%02x\n", xe->info.revid); in xe_device_snapshot_print()
/linux/drivers/gpu/drm/radeon/
H A Dpptable.h573 UCHAR revid; member
606 UCHAR revid; member
625 UCHAR revid; member
643 UCHAR revid; member
659 UCHAR revid; member
665 UCHAR revid; member
/linux/tools/power/acpi/tools/pfrut/
H A Dpfrut.c29 revid, log_revid; variable
70 " -d, --revid update\n" in help()
76 " -D, --revid log\n", in help()
151 revid = atoi(optarg); in parse_options()
298 printf("Invalid log revid %d, unchanged.\n", in main()
315 ret = ioctl(fd_update, PFRU_IOC_SET_REV, &revid); in main()
317 perror("pfru update revid set failed"); in main()
324 printf("pfru update revid set to %d\n", revid); in main()
/linux/drivers/hwmon/
H A Dmc34vr500.c170 unsigned int reg, revid, fabid; in mc34vr500_probe() local
190 ret = regmap_read(regmap, MC34VR500_SILICONREVID, &revid); in mc34vr500_probe()
198 dev_dbg(dev, "mc34vr500: revid 0x%x fabid 0x%x\n", revid, fabid); in mc34vr500_probe()
/linux/drivers/input/keyboard/
H A Dadp5585-keys.c273 unsigned int revid; in adp5585_keys_probe() local
295 error = regmap_read(adp5585->regmap, ADP5585_ID, &revid); in adp5585_keys_probe()
309 kpad->input->id.version = revid & ADP5585_REV_ID_MASK; in adp5585_keys_probe()
H A Dadp5588-keys.c727 unsigned int revid; in adp5588_probe() local
770 revid = ret & ADP5588_DEVICE_ID_MASK; in adp5588_probe()
771 if (WA_DELAYED_READOUT_REVID(revid)) in adp5588_probe()
782 input->id.version = revid; in adp5588_probe()
811 dev_info(&client->dev, "Rev.%d controller\n", revid); in adp5588_probe()
/linux/drivers/gpu/drm/xe/tests/
H A Dxe_pci.c315 u32 *ver, u32 *revid) in fake_read_gmdid() argument
322 *revid = xe_step_to_gmdid(data->step.media); in fake_read_gmdid()
325 *revid = xe_step_to_gmdid(data->step.graphics); in fake_read_gmdid()
/linux/drivers/net/ethernet/ibm/emac/
H A Dtah.h23 u32 revid; member
H A Demac.h79 u32 revid; member
/linux/Documentation/PCI/endpoint/function/binding/
H A Dpci-test.rst14 revid don't care
H A Dpci-ntb.rst14 revid don't care
/linux/include/linux/mfd/
H A Dcs40l50.h127 u32 revid; member
/linux/drivers/pci/endpoint/
H A Dpci-ep-cfs.c425 PCI_EPF_HEADER_R(revid)
426 PCI_EPF_HEADER_W_u8(revid)
451 CONFIGFS_ATTR(pci_epf_, revid);
/linux/drivers/staging/sm750fb/
H A Dsm750.c588 if (sm750_dev->revid == SM750LE_REVISION_ID) in lynxfb_ops_blank()
620 sm750_dev->accel.de_wait = (sm750_dev->revid == SM750LE_REVISION_ID) ? in sm750fb_set_drv()
972 if (sm750_dev->revid != SM750LE_REVISION_ID) { in sm750fb_setup()
1061 sm750_dev->revid = pdev->revision; in lynxfb_pci_probe()
/linux/drivers/net/ethernet/atheros/alx/
H A Dhw.c781 u8 revid = alx_hw_revision(hw); in alx_post_phy_link() local
782 bool adj_th = revid == ALX_REV_B0; in alx_post_phy_link()
784 if (revid != ALX_REV_B0 && !alx_is_rev_a(revid)) in alx_post_phy_link()
/linux/Documentation/PCI/endpoint/
H A Dpci-ntb-howto.rst69 revid subclass_code subsys_vendor_id
H A Dpci-vntb-howto.rst65 revid subclass_code subsys_vendor_id
H A Dpci-test-howto.rst62 cache_line_size msi_interrupts revid subsys_vendorid
/linux/drivers/acpi/nfit/
H A Dcore.c558 u8 revid; in acpi_nfit_ctl() local
561 revid = nfit_dsm_revid(nfit_mem->family, func); in acpi_nfit_ctl()
563 revid = 1; in acpi_nfit_ctl()
564 out_obj = acpi_evaluate_dsm(handle, guid, revid, func, &in_obj); in acpi_nfit_ctl()
1737 u8 revid = nfit_dsm_revid(nfit_mem->family, func); in nfit_intel_shutdown_status() local
1745 out_obj = acpi_evaluate_dsm_typed(handle, guid, revid, func, &in_obj, ACPI_TYPE_BUFFER); in nfit_intel_shutdown_status()
/linux/drivers/pci/controller/
H A Dpcie-rcar-ep.c173 val = hdr->revid; in rcar_pcie_ep_write_header()
H A Dpcie-rockchip-ep.c133 hdr->revid | in rockchip_pcie_ep_write_header()
/linux/Documentation/nvme/
H A Dnvme-pci-endpoint-target.rst256 msi_interrupts revid vendorid
347 revid Do not care
/linux/drivers/input/misc/
H A Dcs40l50-vibra.c507 vib->input->id.version = cs40l50->revid; in cs40l50_vibra_probe()

12