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

1234567891011

/drivers/media/dvb/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/video/cx23885/
H A Dnetup-eeprom.h34 u8 rev;/* card revision */ member in struct:netup_card_info
H A Dcx23885-ioctl.c32 u8 rev; local
40 rev = cx_read(RDR_CFG2) & 0xff;
43 /* rev 0x04 could be '885 or '888. Pick '888. */
44 if (rev == 0x04)
50 if (rev == 0x0e || rev == 0x0f)
59 chip->revision = (dev->pci->device << 16) | (rev << 8) |
/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.c139 if (dev->phy.rev >= 3) {
212 B43_WARN_ON(dev->phy.rev < 3);
442 u8 end = (dev->phy.rev >= 3) ? 0x1F : 0x0F;
550 B43_WARN_ON(dev->phy.rev < 3);
578 if (dev->phy.rev >= 5) {
730 B43_WARN_ON(dev->phy.rev >= 3);
1179 if (dev->phy.rev >= 3)
1222 if (dev->phy.rev >= 3) {
1248 if (dev->phy.rev < 2) {
1257 if (dev->phy.rev <
[all...]
H A Dphy_g.c85 /* APHY.rev < 5 || GPHY.rev < 6 */
102 /* Radio.rev == 8 && Radio.version == 0x2050 */
317 if (phy->rev <= 1) {
323 if (phy->rev <= 1)
347 if (phy->rev <= 1) {
353 if (phy->rev <= 1)
432 if (phy->rev != 1) { /* Not in specs, but needed to prevent PPC machine check */
449 if (phy->rev >= 6) {
490 if (phy->rev !
[all...]
/drivers/mmc/core/
H A Dquirks.c67 u64 rev = cid_rev_card(card); local
85 rev >= f->rev_start && rev <= f->rev_end) {
/drivers/bcma/
H A Ddriver_chipcommon_pmu.c147 if (bus->chipinfo.rev == 0) {
148 pr_err("Workarounds for 43224 rev 0 not fully "
168 cc->pmu.rev = (pmucap & BCMA_CC_PMU_CAP_REVISION);
170 pr_debug("Found rev %u PMU (capabilities 0x%08X)\n", cc->pmu.rev,
173 if (cc->pmu.rev == 1)
180 if (cc->core->id.id == 0x4329 && cc->core->id.rev == 2)
209 "pmu rev. %d, using default %d Hz\n",
210 bus->chipinfo.id, cc->pmu.rev, BCMA_CC_PMU_ALP_CLOCK);
278 "pmu rev
[all...]
H A Ddriver_chipcommon.c33 if (cc->core->id.rev >= 11)
36 if (cc->core->id.rev >= 35)
39 if (cc->core->id.rev >= 20) {
49 if (cc->core->id.rev >= 16) {
117 unsigned int ccrev = cc->core->id.rev;
H A Dmain.c40 return sprintf(buf, "0x%02X\n", core->id.rev);
50 __ATTR_RO(rev),
212 match.rev = BCMA_ANY_REV;
224 match.rev = BCMA_ANY_REV;
315 for (did = adrv->id_table; did->manuf || did->id || did->rev; did++) {
318 (did->rev == cid->rev || did->rev == BCMA_ANY_REV) &&
357 core->id.rev, core->id.class);
/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.c234 char rev[32]; local
238 strlcpy(rev, p + 2, 32);
239 if ((p = strchr(rev, '$')) != NULL && p > rev)
242 strcpy(rev, "1.0");
246 strlcpy(capi_driver_t1pci.revision, rev, 32);
248 printk(KERN_INFO "t1pci: revision %s\n", rev);
/drivers/mfd/
H A Dpm8921-core.c86 u32 rev)
93 pdata->irq_pdata->irq_cdata.rev = rev;
113 u32 rev; local
129 pr_err("Failed to read hw rev reg %d:rc=%d\n", REG_HWREV, rc);
133 rev = val;
138 pr_err("Failed to read hw rev 2 reg %d:rc=%d\n",
143 rev |= val << BITS_PER_BYTE;
149 rc = pm8921_add_subdevices(pdata, pmic, rev);
83 pm8921_add_subdevices(const struct pm8921_platform_data *pdata, struct pm8921 *pmic, u32 rev) argument
/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/i2c/busses/
H A Di2c-via.c102 u8 rev; local
110 pci_read_config_byte(dev, PM_CFG_REVID, &rev);
112 switch (rev) {
/drivers/net/wireless/bcmdhd/
H A Ddhd_custom_gpio.c264 cspec->rev = cloc_ptr->custom_locale_rev;
282 cspec->rev = translate_custom_table[i].custom_locale_rev;
289 cspec->rev = translate_custom_table[0].custom_locale_rev;
/drivers/usb/otg/
H A Dab8500-usb.c82 int rev; member in struct:ab8500_usb
105 if (ab->rev > 0x10) /* v1.1 v2.0 */
364 if (ab->rev < 0x20) {
476 int rev; local
478 rev = abx500_get_chip_id(&pdev->dev);
479 if (rev < 0) {
481 return rev;
482 } else if (rev < 0x10) {
498 ab->rev = rev;
[all...]
/drivers/input/gameport/
H A Dlightning.c258 int i, rev, result; local
281 rev = inb(L4_PORT);
283 if (!rev)
291 card_no ? "secondary" : "primary", rev >> 4, rev, L4_PORT);
296 if (rev > 0x28) /* on 2.9+ the setcal command works correctly */
/drivers/net/wireless/bcmdhd/include/
H A Dbcmdefs.h115 #define CHIPREV(rev) (BCMCHIPREV)
117 #define CHIPREV(rev) (rev)
/drivers/net/wireless/rt2x00/
H A Drt2x00.h198 u16 rev; member in struct:rt2x00_chip
1057 const u16 rt, const u16 rf, const u16 rev)
1061 rt2x00dev->chip.rev = rev;
1064 "Chipset detected - rt: %04x, rf: %04x, rev: %04x.\n",
1065 rt2x00dev->chip.rt, rt2x00dev->chip.rf, rt2x00dev->chip.rev);
1080 return rt2x00dev->chip.rev;
1084 const u16 rt, const u16 rev)
1086 return (rt2x00_rt(rt2x00dev, rt) && rt2x00_rev(rt2x00dev) == rev);
1090 const u16 rt, const u16 rev)
1056 rt2x00_set_chip(struct rt2x00_dev *rt2x00dev, const u16 rt, const u16 rf, const u16 rev) argument
1083 rt2x00_rt_rev(struct rt2x00_dev *rt2x00dev, const u16 rt, const u16 rev) argument
1089 rt2x00_rt_rev_lt(struct rt2x00_dev *rt2x00dev, const u16 rt, const u16 rev) argument
1095 rt2x00_rt_rev_gte(struct rt2x00_dev *rt2x00dev, const u16 rt, const u16 rev) argument
[all...]
/drivers/usb/storage/
H A Dsierra_ms.c31 __u8 rev; member in struct:swoc_info
86 US_DEBUGP("SWIMS: SWoC Rev: %02d \n", swocInfo->rev);
118 swocInfo->rev,

Completed in 548 milliseconds

1234567891011