Searched refs:revision (Results 451 - 475 of 967) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/net/wireless/broadcom/b43legacy/
H A Dmain.c396 if (dev->dev->id.revision >= 3) {
470 if (dev->dev->id.revision >= 3) {
737 if (dev->dev->id.revision < 5)
1260 if (dev->dev->id.revision >= 3) {
1389 (dev->dev->id.revision < 3) &&
1567 const u8 rev = dev->dev->id.revision;
1907 if (dev->dev->id.revision >= 2)
2034 if (dev->dev->id.revision <= 4)
2194 if (dev->dev->id.revision < 5)
2220 if (dev->dev->id.revision <
[all...]
H A Dpio.c329 queue->need_workarounds = (dev->dev->id.revision < 3);
432 if (dev->dev->id.revision < 3)
/linux-master/arch/x86/kernel/acpi/
H A Dboot.c156 if (acpi_gbl_FADT.header.revision > 6 ||
157 (acpi_gbl_FADT.header.revision == 6 &&
1017 if (acpi_gbl_FADT.header.revision >= FADT2_REVISION_ID &&
1036 if (acpi_gbl_FADT.header.revision >= FADT2_REVISION_ID) {
/linux-master/arch/arm/mach-omap2/
H A Dboard-generic.c100 system_rev = tag->u.revision.rev;
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_crat.h54 uint8_t revision; member in struct:crat_header
/linux-master/arch/arm/include/debug/
H A Dbrcmstb.S76 and \rv, \rv, #0xffffff00 @ strip revision bits [7:0]
/linux-master/drivers/usb/host/
H A Dxhci-pci.c249 pdev->revision == 0x0) {
255 pdev->revision == 0x4) {
258 "QUIRK: Fresco Logic xHC revision %u"
260 pdev->revision);
270 "QUIRK: Fresco Logic revision %u "
272 pdev->revision);
/linux-master/include/linux/usb/
H A Dtypec.h191 * @pd_revision: USB Power Delivery Specification revision if supported
262 * @revision: USB Type-C Specification release. Binary coded decimal
263 * @pd_revision: USB Power Delivery Specification revision if supported
277 u16 revision; /* 0120H = "1.2" */ member in struct:typec_capability
/linux-master/drivers/accel/ivpu/
H A Divpu_drv.h179 return to_pci_dev(vdev->drm.dev)->revision;
/linux-master/sound/pci/emu10k1/
H A Demu10k1.c171 card->shortname, emu->revision, emu->serial, emu->port, emu->irq);
/linux-master/drivers/acpi/acpica/
H A Dtbutils.c246 if ((rsdp->revision > 1) &&
250 * the XSDT if the revision is > 1 and the XSDT pointer is present,
/linux-master/drivers/gpu/drm/panfrost/
H A Dpanfrost_device.h47 u16 revision; member in struct:panfrost_features
/linux-master/drivers/media/i2c/
H A Dtvp7002.c956 u8 revision; local
983 error = tvp7002_read(sd, TVP7002_CHIP_REV, &revision);
987 /* Get revision number */
988 v4l2_info(sd, "Rev. %02x detected.\n", revision);
989 if (revision != 0x02)
990 v4l2_info(sd, "Unknown revision detected.\n");
/linux-master/drivers/clk/
H A Dclk-si5341.c1133 u32 revision; local
1135 /* For revision 2 and up, the values are slightly different */
1136 res = regmap_read(data->regmap, SI5341_DEVICE_REV, &revision);
1141 res = regmap_write(data->regmap, 0xB24, revision < 2 ? 0xD8 : 0xC0);
1165 u32 revision; local
1172 res = regmap_read(data->regmap, SI5341_DEVICE_REV, &revision);
1176 dev_dbg(&data->i2c_client->dev, "%s rev=%u\n", __func__, revision);
1190 res = regmap_write(data->regmap, 0xB24, revision < 2 ? 0xDB : 0xC3);
/linux-master/security/apparmor/
H A Dapparmorfs.c522 /* revision file hook fn for policy loads */
545 if (last_read == rev->ns->revision) {
551 READ_ONCE(rev->ns->revision)))
556 avail = sprintf(buffer, "%ld\n", rev->ns->revision);
558 rev->last_read = rev->ns->revision;
589 if (rev->last_read < rev->ns->revision)
599 WRITE_ONCE(ns->revision, READ_ONCE(ns->revision) + 1);
1283 seq_printf(seq, "%ld\n", data->revision);
1312 SEQ_RAWDATA_FOPS(revision); variable
[all...]
H A Dpolicy_unpack.c81 void __aa_loaddata_update(struct aa_loaddata *data, long revision) argument
86 AA_BUG(data->revision > revision);
88 data->revision = revision;
/linux-master/drivers/bus/
H A Dti-sysc.c123 * @revision: interconnect target module revision
155 u32 revision; member in struct:sysc
180 /* Only i2c revision has LO and HI register with stride of 4 */
201 /* Only i2c revision has LO and HI register with stride of 4 */
801 * So far only I2C uses 16-bit read access with clockactivity with revision
804 * the revision register.
976 * sysc_show_rev - read and show interconnect target module revision
987 len = sprintf(bufp, ":%08x", ddata->revision);
1515 /* Module revision registe
1522 u32 revision; member in struct:sysc_revision_quirk
[all...]
/linux-master/drivers/usb/dwc3/
H A Dcore.h1024 * @revision: controller's version of an IP
1025 * @version_type: VERSIONTYPE register contents, a sub release of a revision
1228 u32 revision; member in struct:dwc3
1543 (DWC3_IP_IS(_ip) && dwc->revision == _ip##_REVISION_##_ver)
1546 (DWC3_IP_IS(_ip) && dwc->revision < _ip##_REVISION_##_ver)
1550 dwc->revision >= _ip##_REVISION_##_from && \
1552 dwc->revision <= _ip##_REVISION_##_to))
/linux-master/drivers/acpi/arm64/
H A Diort.c418 * SMMUv3 dev ID mapping index was introduced in revision 1
419 * table, not available in revision 0
421 if (node->revision < 1)
429 if (node->revision < 5) {
1044 if (iort_table->revision < 5)
1401 if (!node || node->revision < 1)
1697 if (node->revision > 0) {
2019 if (node->revision < 1)
/linux-master/drivers/scsi/sym53c8xx_2/
H A Dsym_glue.c1214 "revision id 0x%x\n", np->s.chip_name,
1215 pdev->device, pdev->revision);
1292 unit, dev->chip.name, pdev->revision, pci_name(pdev),
1406 if (pdev->device == PCI_DEVICE_ID_NCR_53C896 && pdev->revision < 2)
1470 chip = sym_lookup_chip_table(pdev->device, pdev->revision);
1514 * The revision number limit is for now arbitrary.
1516 if (pdev->device == PCI_DEVICE_ID_NCR_53C896 && pdev->revision < 0x4) {
1834 chip = sym_lookup_chip_table(pdev->device, pdev->revision);
/linux-master/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Dpolaris10_smumgr.c794 ASICID_IS_P20(adev->pdev->device, adev->pdev->revision) ||
795 ASICID_IS_P21(adev->pdev->device, adev->pdev->revision) ||
796 ASICID_IS_P30(adev->pdev->device, adev->pdev->revision) ||
797 ASICID_IS_P31(adev->pdev->device, adev->pdev->revision))
1061 if (ASICID_IS_P20(adev->pdev->device, adev->pdev->revision) ||
1062 ASICID_IS_P30(adev->pdev->device, adev->pdev->revision))
1800 if (ASICID_IS_P20(adev->pdev->device, adev->pdev->revision) ||
1801 ((hwmgr->chip_id == CHIP_POLARIS12) && !ASICID_IS_P23(adev->pdev->device, adev->pdev->revision)) ||
1802 ASICID_IS_P21(adev->pdev->device, adev->pdev->revision)) {
1804 if ((adev->pdev->device == 0x67ef && adev->pdev->revision
[all...]
/linux-master/drivers/infiniband/hw/hns/
H A Dhns_roce_hw_v2.c457 if (hr_dev->pci_dev->revision >= PCI_REVISION_ID_HIP09)
548 if (hr_dev->pci_dev->revision >= PCI_REVISION_ID_HIP09)
1607 if (hr_dev->pci_dev->revision == PCI_REVISION_ID_HIP08) {
1685 if (hr_dev->pci_dev->revision == PCI_REVISION_ID_HIP08)
1861 if (hr_dev->pci_dev->revision >= PCI_REVISION_ID_HIP09) {
2085 if (hr_dev->pci_dev->revision >= PCI_REVISION_ID_HIP09) {
2281 if (hr_dev->pci_dev->revision == PCI_REVISION_ID_HIP08)
2951 if (hr_dev->pci_dev->revision == PCI_REVISION_ID_HIP09)
3159 if (hr_dev->pci_dev->revision >= PCI_REVISION_ID_HIP09)
3464 if (hr_dev->pci_dev->revision
[all...]
/linux-master/drivers/firmware/
H A Discsi_ibft.c449 if (ibft_addr->header.revision != 1) {
450 printk(KERN_ERR "iBFT module supports only revision 1, " \
452 ibft_addr->header.revision);
/linux-master/drivers/char/agp/
H A Damd64-agp.c356 switch (pdev->revision) {
372 if (pdev->revision < 0x13) {
373 dev_info(&pdev->dev, "correcting AGP revision (reports 3.5, is really 3.0)\n");
/linux-master/drivers/ata/
H A Dpata_it821x.c150 * the errata on the 0x10 revision. The UDMA errata is partly handled
170 /* Early revision must be programmed for both together */
308 /* UDMA on. Again revision 0x10 must do the pair */
773 if (pdev->revision == 0x10) {
919 if (pdev->revision == 0x11)

Completed in 319 milliseconds

<<11121314151617181920>>