| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_step.c | 121 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 D | xe_pci.c | 518 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 D | xe_device.c | 455 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 D | pptable.h | 573 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 D | pfrut.c | 29 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 D | mc34vr500.c | 170 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 D | adp5585-keys.c | 273 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 D | adp5588-keys.c | 727 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 D | xe_pci.c | 315 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 D | tah.h | 23 u32 revid; member
|
| H A D | emac.h | 79 u32 revid; member
|
| /linux/Documentation/PCI/endpoint/function/binding/ |
| H A D | pci-test.rst | 14 revid don't care
|
| H A D | pci-ntb.rst | 14 revid don't care
|
| /linux/include/linux/mfd/ |
| H A D | cs40l50.h | 127 u32 revid; member
|
| /linux/drivers/pci/endpoint/ |
| H A D | pci-ep-cfs.c | 425 PCI_EPF_HEADER_R(revid) 426 PCI_EPF_HEADER_W_u8(revid) 451 CONFIGFS_ATTR(pci_epf_, revid);
|
| /linux/drivers/staging/sm750fb/ |
| H A D | sm750.c | 588 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 D | hw.c | 781 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 D | pci-ntb-howto.rst | 69 revid subclass_code subsys_vendor_id
|
| H A D | pci-vntb-howto.rst | 65 revid subclass_code subsys_vendor_id
|
| H A D | pci-test-howto.rst | 62 cache_line_size msi_interrupts revid subsys_vendorid
|
| /linux/drivers/acpi/nfit/ |
| H A D | core.c | 558 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 D | pcie-rcar-ep.c | 173 val = hdr->revid; in rcar_pcie_ep_write_header()
|
| H A D | pcie-rockchip-ep.c | 133 hdr->revid | in rockchip_pcie_ep_write_header()
|
| /linux/Documentation/nvme/ |
| H A D | nvme-pci-endpoint-target.rst | 256 msi_interrupts revid vendorid 347 revid Do not care
|
| /linux/drivers/input/misc/ |
| H A D | cs40l50-vibra.c | 507 vib->input->id.version = cs40l50->revid; in cs40l50_vibra_probe()
|