Searched refs:rev (Results 126 - 150 of 756) sorted by relevance

1234567891011>>

/linux-master/drivers/media/pci/cx23885/
H A Dnetup-eeprom.c86 cinfo->rev = netup_eeprom_read(i2c_adap, 63);
/linux-master/drivers/net/phy/
H A Dbcm-cygnus.c130 u8 count, rev; local
133 rev = phydev->phy_id & ~phydev->drv->phy_id_mask;
136 phydev_name(phydev), phydev->drv->name, rev);
145 switch (rev) {
/linux-master/scripts/
H A Dobjdiff28 SRCTREE=$(cd $(git rev-parse --show-toplevel 2>/dev/null); pwd)
76 CMT="`git rev-parse --short HEAD`"
97 SRC="`git rev-parse --short HEAD^`"
98 DST="`git rev-parse --short HEAD`"
100 SRC="`git rev-parse --short $1`"
101 DST="`git rev-parse --short $2`"
133 CMT="`git rev-parse --short $1`"
/linux-master/arch/powerpc/platforms/ps3/
H A Dsetup.c47 int ps3_compare_firmware_version(u16 major, u16 minor, u16 rev) argument
54 x.rev = rev;
230 ps3_firmware_version.minor, ps3_firmware_version.rev);
/linux-master/arch/x86/platform/olpc/
H A Dolpc_dt.c204 __be32 rev; local
212 (char *) &rev, sizeof(rev));
216 return be32_to_cpu(rev);
/linux-master/drivers/mfd/
H A Dtqmx86.c179 u8 board_id, sauc, rev, i2c_det, io_ext_int_val; local
211 rev = ioread8(io_base + TQMX86_REG_BOARD_REV);
215 board_name, board_id, rev >> 4, rev & 0xf);
H A Dlp873x.c53 lp873->rev = otpid & LP873X_OTP_REV_OTP_ID;
/linux-master/drivers/ata/
H A Dpata_sl82c105.c317 int rev; local
324 rev = sl82c105_bridge_revision(dev);
326 if (rev == -1)
329 else if (rev <= 5)
/linux-master/drivers/infiniband/sw/siw/
H A Diwarp.h47 static inline void __mpa_rr_set_revision(__be16 *bits, u8 rev) argument
50 (cpu_to_be16(rev) & MPA_RR_MASK_REVISION);
55 __be16 rev = mpa_rr_bits & MPA_RR_MASK_REVISION; local
57 return be16_to_cpu(rev);
/linux-master/drivers/mmc/core/
H A Dquirks.h209 u64 rev = cid_rev_card(card); local
229 f->ext_csd_rev != card->ext_csd.rev)
231 if (rev < f->rev_start || rev > f->rev_end)
/linux-master/drivers/platform/x86/intel/
H A Dvsec.h35 * @rev: Revision ID of the VSEC/DVSEC register space
44 u8 rev; member in struct:intel_vsec_header
/linux-master/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00.h168 u16 rev; member in struct:rt2x00_chip
1104 const u16 rt, const u16 rf, const u16 rev)
1108 rt2x00dev->chip.rev = rev;
1110 rt2x00_info(rt2x00dev, "Chipset detected - rt: %04x, rf: %04x, rev: %04x\n",
1112 rt2x00dev->chip.rev);
1116 const u16 rt, const u16 rev)
1119 rt2x00dev->chip.rev = rev;
1121 rt2x00_info(rt2x00dev, "RT chipset %04x, rev
1103 rt2x00_set_chip(struct rt2x00_dev *rt2x00dev, const u16 rt, const u16 rf, const u16 rev) argument
1115 rt2x00_set_rt(struct rt2x00_dev *rt2x00dev, const u16 rt, const u16 rev) argument
1148 rt2x00_rt_rev(struct rt2x00_dev *rt2x00dev, const u16 rt, const u16 rev) argument
1154 rt2x00_rt_rev_lt(struct rt2x00_dev *rt2x00dev, const u16 rt, const u16 rev) argument
1160 rt2x00_rt_rev_gte(struct rt2x00_dev *rt2x00dev, const u16 rt, const u16 rev) argument
[all...]
/linux-master/sound/pci/au88x0/
H A Dau88x0.c289 chip->rev = pci->revision;
291 if ((chip->rev) != 0xfe && (chip->rev) != 0xfa) {
294 chip->rev);
/linux-master/drivers/platform/x86/amd/pmc/
H A Dpmc.h45 u8 rev; member in struct:amd_pmc_dev
/linux-master/sound/soc/sof/amd/
H A Dpci-rn.c31 .rev = 3,
H A Dpci-rmb.c31 .rev = 6,
H A Dpci-vangogh.c29 .rev = 5,
/linux-master/drivers/bcma/
H A Dscan.c300 core->id.rev = (cib & SCAN_CIB_REV) >> SCAN_CIB_REV_SHIFT;
338 (match->rev != BCMA_ANY_REV && match->rev != core->id.rev) ||
447 chipinfo->rev = (tmp & BCMA_CC_ID_REV) >> BCMA_CC_ID_REV_SHIFT;
452 bcma_info(bus, "Found chip with id %s, rev 0x%02X and package 0x%02X\n",
453 chip_id, chipinfo->rev, chipinfo->pkg);
510 bcma_info(bus, "Core %d found: %s (manuf 0x%03X, id 0x%03X, rev 0x%02X, class 0x%X)\n",
512 core->id.manuf, core->id.id, core->id.rev,
H A Ddriver_chipcommon_pmu.c142 if (cc->pmu.rev >= 2)
220 else if (bus->chipinfo.rev > 0)
255 if (bus->chipinfo.rev == 0) {
279 if (cc->core->id.rev >= 35 &&
289 cc->pmu.rev = (pmucap & BCMA_CC_PMU_CAP_REVISION);
291 bcma_debug(bus, "Found rev %u PMU (capabilities 0x%08X)\n", cc->pmu.rev,
297 if (cc->pmu.rev == 1)
344 bcma_warn(bus, "No ALP clock specified for %04X device, pmu rev. %d, using default %d Hz\n",
345 bus->chipinfo.id, cc->pmu.rev, BCMA_CC_PMU_ALP_CLOC
[all...]
/linux-master/drivers/bus/
H A Dmips_cdmm.c83 retval = add_uevent_var(env, "CDMM_REV=%u", cdev->rev);
104 CDMM_ATTR(revision, "%u\n", dev->rev);
517 unsigned int drb, type, size, rev; local
534 rev = (acsr & CDMM_ACSR_DEVREV) >> CDMM_ACSR_DEVREV_SHIFT;
539 pr_info("cdmm%u-%u: @%u (%#x..%#x), type 0x%02x, rev %u\n",
542 type, rev);
554 dev->rev = rev;
/linux-master/drivers/ssb/
H A Ddriver_pcicore.c488 u8 rev = pc->dev->id.revision; local
490 if (rev == 0 || rev == 1) {
496 if (rev == 1) {
503 if (rev == 0) {
512 } else if (rev == 3 || rev == 4 || rev == 5) {
516 } else if (rev == 7) {
520 if (rev >
[all...]
/linux-master/drivers/net/wireless/broadcom/b43legacy/
H A Dphy.c123 if (phy->type == B43legacy_PHYTYPE_G && phy->rev == 1) {
164 phy->rev >= 2 &&
198 if (phy->rev == 1)
206 if (phy->rev == 1) {
236 if (phy->rev == 1)
260 if (phy->rev == 1) {
274 if (phy->rev > 2) {
285 if (phy->rev == 1) {
301 if (phy->rev >= 6) {
315 if (phy->rev
[all...]
/linux-master/drivers/input/misc/
H A Dcma3000_d0x.c279 int rev; local
342 rev = CMA3000_READ(data, CMA3000_REVID, "Revid");
343 if (rev < 0) {
344 error = rev;
348 pr_info("CMA3000 Accelerometer: Revision %x\n", rev);
/linux-master/arch/arm/mach-omap2/
H A Domap_hwmod_3xxx_data.c2492 unsigned int rev; local
2501 rev = omap_rev();
2508 if (rev == OMAP3430_REV_ES1_0 || rev == OMAP3430_REV_ES2_0 ||
2509 rev == OMAP3430_REV_ES2_1 || rev == OMAP3430_REV_ES3_0 ||
2510 rev == OMAP3430_REV_ES3_1 || rev == OMAP3430_REV_ES3_1_2) {
2513 } else if (rev == AM35XX_REV_ES1_0 || rev
[all...]
/linux-master/drivers/crypto/ccree/
H A Dcc_driver.c43 enum cc_hw_rev rev; member in struct:cc_hw_data
68 .name = "703", .rev = CC_HW_REV_713, .cidr_0123 = 0xB105F00DU,
73 .name = "713", .rev = CC_HW_REV_713, .cidr_0123 = 0xB105F00DU,
78 .name = "712", .rev = CC_HW_REV_712, .sig = 0xDCC71200U,
83 .name = "710", .rev = CC_HW_REV_710, .sig = 0xDCC63200U,
88 .name = "630P", .rev = CC_HW_REV_630, .sig = 0xDCC63000U,
325 new_drvdata->hw_rev = hw_rev->rev;
328 if (hw_rev->rev >= CC_HW_REV_712) {
404 if (hw_rev->rev <= CC_HW_REV_712) {

Completed in 380 milliseconds

1234567891011>>