Searched refs:rev (Results 1 - 25 of 296) sorted by relevance

1234567891011>>

/drivers/gpu/drm/msm/adreno/
H A Dadreno_device.c34 .rev = ADRENO_REV(3, 0, 5, ANY_ID),
42 .rev = ADRENO_REV(3, 2, ANY_ID, ANY_ID),
50 .rev = ADRENO_REV(3, 3, 0, ANY_ID),
70 const struct adreno_info *adreno_info(struct adreno_rev rev) argument
77 if (_rev_match(info->rev.core, rev.core) &&
78 _rev_match(info->rev.major, rev.major) &&
79 _rev_match(info->rev.minor, rev
92 struct adreno_rev rev; local
[all...]
H A Dadreno_gpu.c37 *value = adreno_gpu->rev.patchid |
38 (adreno_gpu->rev.minor << 8) |
39 (adreno_gpu->rev.major << 16) |
40 (adreno_gpu->rev.core << 24);
218 adreno_gpu->info->revn, adreno_gpu->rev.core,
219 adreno_gpu->rev.major, adreno_gpu->rev.minor,
220 adreno_gpu->rev.patchid);
254 adreno_gpu->info->revn, adreno_gpu->rev.core,
255 adreno_gpu->rev
[all...]
H A Dadreno_gpu.h43 struct adreno_rev rev; member in struct:adreno_info
51 const struct adreno_info *adreno_info(struct adreno_rev rev);
61 struct adreno_rev rev; member in struct:adreno_gpu
84 struct adreno_rev rev; member in struct:adreno_platform_config
128 return adreno_is_a330(gpu) && (gpu->rev.patchid > 0);
/drivers/soc/tegra/fuse/
H A Dtegra-apbmisc.c65 int rev; local
73 rev = TEGRA_REVISION_A01;
76 rev = TEGRA_REVISION_A02;
81 rev = TEGRA_REVISION_A03p;
83 rev = TEGRA_REVISION_A03;
86 rev = TEGRA_REVISION_A04;
89 rev = TEGRA_REVISION_UNKNOWN;
92 tegra_sku_info.revision = rev;
/drivers/bcma/
H A Ddriver_chipcommon_nflash.c24 cc->core->id.rev != 38) {
35 if (cc->core->id.rev == 38 &&
H A Ddriver_chipcommon.c45 else if (cc->core->id.rev < 26)
48 nb = (cc->core->id.rev >= 37) ? 32 : 24;
120 if (cc->core->id.rev >= 11)
123 if (cc->core->id.rev >= 35)
142 if (cc->core->id.rev >= 20) {
159 if (cc->core->id.rev >= 16) {
285 if (cc->core->id.rev < 20)
300 if (cc->core->id.rev < 20)
316 unsigned int ccrev = cc->core->id.rev;
H A Ddriver_pcie2.c71 u8 core_rev = pcie2->core->id.rev;
107 u8 core_rev = pcie2->core->id.rev;
145 u8 core_rev = pcie2->core->id.rev;
168 if (ci->id == BCMA_CHIP_ID_BCM4360 && ci->rev > 3)
/drivers/media/common/b2c2/
H A Dflexcop-misc.c15 fc->rev = FLEXCOP_II;
19 fc->rev = FLEXCOP_IIB;
23 fc->rev = FLEXCOP_III;
55 [FC_SKY_REV23] = "Sky2PC/SkyStar 2 DVB-S rev 2.3 (old version)",
56 [FC_SKY_REV26] = "Sky2PC/SkyStar 2 DVB-S rev 2.6",
57 [FC_SKY_REV27] = "Sky2PC/SkyStar 2 DVB-S rev 2.7a/u",
58 [FC_SKY_REV28] = "Sky2PC/SkyStar 2 DVB-S rev 2.8",
72 flexcop_revision_names[fc->rev], suffix);
/drivers/media/pci/cx23885/
H A Dnetup-eeprom.h30 u8 rev;/* card revision */ member in struct:netup_card_info
/drivers/media/i2c/smiapp/
H A Dsmiapp.h100 #define SMIAPP_IDENT_FQ(manufacturer, model, rev, fl, _name, _quirk) \
103 .revision_number_major = rev, \
108 #define SMIAPP_IDENT_LQ(manufacturer, model, rev, _name, _quirk) \
111 .revision_number_major = rev, \
116 #define SMIAPP_IDENT_L(manufacturer, model, rev, _name) \
119 .revision_number_major = rev, \
123 #define SMIAPP_IDENT_Q(manufacturer, model, rev, _name, _quirk) \
126 .revision_number_major = rev, \
131 #define SMIAPP_IDENT(manufacturer, model, rev, _name) \
134 .revision_number_major = rev, \
[all...]
/drivers/isdn/hardware/eicon/
H A Dcapimain.c44 char *rev; local
47 rev = p + 2;
48 p = strchr(rev, '$');
51 rev = "1.0";
52 return rev;
H A Ddiva_didd.c55 char *rev; local
58 rev = p + 2;
59 p = strchr(rev, '$');
62 rev = "1.0";
63 return rev;
H A Ddivamnt.c59 char *rev; local
63 rev = p + 2;
64 p = strchr(rev, '$');
67 rev = "1.0";
69 return rev;
/drivers/net/wireless/b43/
H A Dwa.c66 if (phy->rev <= 2)
74 if (phy->rev <= 3)
76 else if (phy->rev == 5) {
80 if (phy->rev >= 3)
92 if (dev->phy.rev <= 2) {
123 if (0 /* FIXME: For APHY.rev=2 this might be needed */) {
180 if (phy->rev == 2)
187 if (phy->rev == 1)
225 if (phy->rev <= 1)
227 else if (phy->rev
[all...]
H A Dphy_n.c176 if (phy->rev >= 19 || phy->rev < 3) {
216 B43_WARN_ON(phy->rev < 7);
262 if (dev->phy.rev >= 3) {
405 if (dev->phy.rev >= 7) {
411 B43_WARN_ON(dev->phy.rev < 3);
649 u8 end = (dev->phy.rev >= 3) ? 0x1F : 0x0F;
751 case 9: /* e.g. PHY rev 16 */
1146 B43_WARN_ON(dev->phy.rev < 3);
1188 if (dev->phy.rev >
[all...]
/drivers/i2c/busses/
H A Di2c-omap.c203 u32 rev; member in struct:omap_i2c_dev
286 if (dev->rev >= OMAP_I2C_REV_ON_3430_3530)
305 if (dev->rev >= OMAP_I2C_OMAP1_REV_2) {
343 if (dev->rev >= OMAP_I2C_REV_ON_3430_3530) {
498 if (dev->rev < OMAP_I2C_REV_ON_3630)
1037 .rev = OMAP_I2C_IP_VERSION_1,
1045 .rev = OMAP_I2C_IP_VERSION_1,
1051 .rev = OMAP_I2C_IP_VERSION_1,
1056 .rev = OMAP_I2C_IP_VERSION_2,
1081 #define OMAP_I2C_SCHEME(rev) ((re
1103 u32 rev; local
[all...]
H A Di2c-via.c97 u8 rev; local
105 pci_read_config_byte(dev, PM_CFG_REVID, &rev);
107 switch (rev) {
/drivers/mmc/core/
H A Dquirks.c75 u64 rev = cid_rev_card(card); local
93 rev >= f->rev_start && rev <= f->rev_end) {
/drivers/isdn/hardware/avm/
H A Db1isa.c203 char rev[32]; local
207 strlcpy(rev, p + 2, 32);
208 if ((p = strchr(rev, '$')) != NULL && p > rev)
211 strcpy(rev, "1.0");
224 strlcpy(capi_driver_b1isa.revision, rev, 32);
226 printk(KERN_INFO "b1isa: revision %s\n", rev);
H A Db1pcmcia.c202 char rev[32]; local
205 strlcpy(rev, p + 2, 32);
206 if ((p = strchr(rev, '$')) != NULL && p > rev)
209 strcpy(rev, "1.0");
211 strlcpy(capi_driver_b1pcmcia.revision, rev, 32);
213 printk(KERN_INFO "b1pci: revision %s\n", rev);
H A Dt1pci.c233 char rev[32]; local
237 strlcpy(rev, p + 2, 32);
238 if ((p = strchr(rev, '$')) != NULL && p > rev)
241 strcpy(rev, "1.0");
245 strlcpy(capi_driver_t1pci.revision, rev, 32);
247 printk(KERN_INFO "t1pci: revision %s\n", rev);
/drivers/firmware/
H A Dpcdp.c99 printk(KERN_INFO "PCDP: v%d at 0x%lx\n", pcdp->rev, efi.hcdp);
102 if (pcdp->rev < 3)
109 if (pcdp->rev < 3 && efi_uart_console_only())
/drivers/mfd/
H A Dsmsc-ece1099.c38 int devid, rev, venid_l, venid_h; local
62 regmap_read(smsc->regmap, SMSC_DEV_REV, &rev);
66 dev_info(&i2c->dev, "SMSCxxx devid: %02x rev: %02x venid: %02x\n",
67 devid, rev, (venid_h << 8) | venid_l);
/drivers/usb/host/
H A Dpci-quirks.c97 u8 rev; member in struct:amd_chipset_type
122 u8 rev = 0; local
128 rev = pinfo->smbus_dev->revision;
129 if (rev >= 0x10 && rev <= 0x1f)
131 else if (rev >= 0x30 && rev <= 0x3f)
133 else if (rev >= 0x40 && rev <= 0x4f)
144 rev
266 u8 rev; local
[all...]
/drivers/gpu/drm/tilcdc/
H A Dtilcdc_drv.c242 priv->rev = 1;
246 priv->rev = 2;
252 priv->rev = 1;
366 if (priv->rev == 1)
379 if (priv->rev == 1) {
397 if (priv->rev == 1) {
426 uint8_t rev; member in struct:__anon1047
430 #define REG(rev, save, reg) { #reg, rev, save, reg }
466 seq_printf(m, "revision: %d\n", priv->rev);
[all...]

Completed in 6751 milliseconds

1234567891011>>