Searched refs:rev (Results 101 - 125 of 296) sorted by relevance

1234567891011>>

/drivers/mtd/nand/
H A Dmpc5121_nfc.c641 int rev, len; local
648 rev = (mfspr(SPRN_SVR) >> 4) & 0xF;
649 if ((rev != 2) && (rev != 3)) {
650 dev_err(dev, "SoC revision %u is not supported!\n", rev);
/drivers/scsi/
H A Deata.c74 * + Backport from rev. 7.22 (use io_request_lock).
166 * 11 Apr 1998 rev. 4.05 for linux 2.0.33 and 2.1.95
171 * 10 Apr 1998 rev. 4.04 for linux 2.0.33 and 2.1.95
174 * 9 Apr 1998 rev. 4.03 for linux 2.0.33 and 2.1.94
179 * 4 Apr 1998 rev. 4.02 for linux 2.0.33 and 2.1.92
182 * 17 Mar 1998 rev. 4.01 for linux 2.0.33 and 2.1.88
186 * 12 Sep 1997 rev. 3.11 for linux 2.0.30 and 2.1.55
195 * 17 May 1997 rev. 3.10 for linux 2.0.30 and 2.1.38
202 * 24 Feb 1997 rev. 3.00 for linux 2.0.29 and 2.1.26
214 * 18 Jan 1997 rev
2069 sort(unsigned long sk[], unsigned int da[], unsigned int n, unsigned int rev) argument
2106 unsigned int rev = 0, s = 1, r = 1; local
[all...]
H A Du14-34f.c56 * + Backport from rev. 7.22 (use io_request_lock).
123 * 11 Apr 1998 rev. 4.05 for linux 2.0.33 and 2.1.95
128 * 10 Apr 1998 rev. 4.04 for linux 2.0.33 and 2.1.95
131 * 9 Apr 1998 rev. 4.03 for linux 2.0.33 and 2.1.94
135 * 4 Apr 1998 rev. 4.02 for linux 2.0.33 and 2.1.92
138 * 17 Mar 1998 rev. 4.01 for linux 2.0.33 and 2.1.88
142 * 12 Sep 1997 rev. 3.11 for linux 2.0.30 and 2.1.55
151 * 17 May 1997 rev. 3.10 for linux 2.0.30 and 2.1.38
156 * 24 Feb 1997 rev. 3.00 for linux 2.0.29 and 2.1.26
165 * 18 Jan 1997 rev
1553 sort(unsigned long sk[], unsigned int da[], unsigned int n, unsigned int rev) argument
1583 unsigned int rev = FALSE, s = TRUE, r = TRUE; local
[all...]
H A Dscsi_proc.c207 if (sdev->rev[i] >= 0x20)
208 seq_printf(s, "%c", sdev->rev[i]);
/drivers/input/mouse/
H A Dsentelic.c298 static int fsp_get_revision(struct psmouse *psmouse, int *rev) argument
300 if (fsp_reg_read(psmouse, FSP_REG_REVISION, rev))
1035 int ver, rev, sn = 0; local
1039 fsp_get_revision(psmouse, &rev)) {
1049 ver >> 4, ver & 0x0F, rev, sn, fsp_drv_ver);
1056 priv->rev = rev;
/drivers/isdn/hardware/avm/
H A Db1dma.c975 char rev[32]; local
978 strlcpy(rev, p + 2, sizeof(rev));
979 if ((p = strchr(rev, '$')) != NULL && p > rev)
982 strcpy(rev, "1.0");
984 printk(KERN_INFO "b1dma: revision %s\n", rev);
H A Dc4.c1301 char rev[32]; local
1305 strlcpy(rev, p + 2, 32);
1306 if ((p = strchr(rev, '$')) != NULL && p > rev)
1309 strcpy(rev, "1.0");
1313 strlcpy(capi_driver_c2.revision, rev, 32);
1315 strlcpy(capi_driver_c4.revision, rev, 32);
1317 printk(KERN_INFO "c4: revision %s\n", rev);
H A Db1.c798 char rev[32]; local
801 strlcpy(rev, p + 2, 32);
802 if ((p = strchr(rev, '$')) != NULL && p > rev)
805 strcpy(rev, "1.0");
807 printk(KERN_INFO "b1: revision %s\n", rev);
/drivers/net/
H A Dsungem_phy.c231 int rev; local
233 rev = sungem_phy_read(phy, MII_PHYSID2) & 0x000f;
234 if (rev == 0 || rev == 3) {
575 u16 rev; local
577 /* magic init sequence for rev 0 */
578 rev = sungem_phy_read(phy, MII_PHYSID2) & 0x000f;
579 if (rev == 0) {
/drivers/net/wireless/brcm80211/brcmfmac/
H A Dchip.c195 core->rev = SBCOREREV(regdata);
447 idx++, core->pub.id, core->pub.rev, core->pub.base,
619 u8 nmp, nsp, nmw, nsw, rev; local
649 rev = (val & DMP_COMP_REVISION) >> DMP_COMP_REVISION_S;
665 core->rev = rev;
677 /* Get CC core rev
688 brcmf_dbg(INFO, "found %s chip: BCM%s, rev=%d\n",
779 /* get pmu caps & rev */
788 cc->pub.rev, pu
[all...]
/drivers/eisa/
H A Deisa-bus.c80 u16 rev; local
103 rev = (sig[2] << 8) | sig[3];
104 sprintf(sig_str + 3, "%04X", rev);
/drivers/infiniband/hw/qib/
H A Dqib_qsfp.c359 ret = qsfp_read(ppd, QSFP_REV_OFFS, &cp->rev, QSFP_REV_LEN);
363 cks += cp->rev[idx];
529 QSFP_REV_LEN, cd.rev);
/drivers/acpi/
H A Dutils.c635 * @rev: revision number of requested function
646 acpi_evaluate_dsm(acpi_handle handle, const u8 *uuid, int rev, int func, argument
661 params[1].integer.value = rev;
688 * @rev: revision number of requested functions
695 bool acpi_check_dsm(acpi_handle handle, const u8 *uuid, int rev, u64 funcs) argument
704 obj = acpi_evaluate_dsm(handle, uuid, rev, 0, NULL);
/drivers/gpu/drm/tilcdc/
H A Dtilcdc_regs.h142 return (priv->rev == 2) ? LCDC_MASKED_STAT_REG : LCDC_STAT_REG;
/drivers/mcb/
H A Dmcb-parse.c58 mdev->rev = GDD_REV(reg1);
/drivers/media/common/b2c2/
H A Dflexcop-common.h71 flexcop_revision_t rev; member in struct:flexcop_device
H A Dflexcop-sram.c16 switch (fc->rev) {
36 if (fc->rev != FLEXCOP_III && target == FC_SRAM_DEST_TARGET_FC3_CA) {
/drivers/mfd/
H A Dtwl6040.c678 twl6040->rev = twl6040_reg_read(twl6040, TWL6040_REG_ASICREV);
679 if (twl6040->rev < 0) {
681 twl6040->rev);
682 ret = twl6040->rev;
/drivers/ssb/
H A Ddriver_chipcommon_pmu.c344 if (cc->pmu.rev == 2) {
525 cc->pmu.rev = (pmucap & SSB_CHIPCO_PMU_CAP_REVISION);
527 ssb_dbg("Found rev %u PMU (capabilities 0x%08X)\n",
528 cc->pmu.rev, pmucap);
530 if (cc->pmu.rev == 1)
/drivers/video/fbdev/omap2/dss/
H A Ddss.c838 u32 rev; local
894 rev = dss_read_reg(DSS_REVISION);
895 printk(KERN_INFO "OMAP DSS rev %d.%d\n",
896 FLD_GET(rev, 7, 4), FLD_GET(rev, 3, 0));
/drivers/infiniband/hw/nes/
H A Dnes_cm.h73 u8 rev; member in struct:ietf_mpa_v1
88 u8 rev; member in struct:ietf_mpa_v2
/drivers/video/fbdev/core/
H A Dfbmon.c499 int ver, int rev)
511 if (ver < 1 || (ver == 1 && rev < 3))
543 struct fb_videomode *mode, int ver, int rev)
548 num += get_std_timing(block, &mode[num], ver, rev);
609 int ver, rev; local
612 rev = edid[EDID_STRUCT_REVISION];
646 num += get_std_timing(block, &mode[num], ver, rev);
651 num += get_dst_timing(block + 5, &mode[num], ver, rev);
498 get_std_timing(unsigned char *block, struct fb_videomode *mode, int ver, int rev) argument
542 get_dst_timing(unsigned char *block, struct fb_videomode *mode, int ver, int rev) argument
/drivers/bus/
H A Darm-cci.c199 int rev; local
200 rev = readl_relaxed(cci_ctrl_base + CCI_PID2) & CCI_PID2_REV_MASK;
201 rev >>= CCI_PID2_REV_SHIFT;
203 if (rev < CCI_REV_R1_PX)
211 int rev = probe_cci_revision(); local
213 return &port_event_range[rev];
/drivers/ide/
H A Dhpt366.c306 /* This table is taken from the HPT370 data manual rev. 1.02 */
1412 u8 rev = dev->revision; local
1420 if (rev < 3)
1423 switch (min_t(u8, rev, 6)) {
1433 info = (rev > 1) ? &hpt372n : &hpt372a;
1436 info = (rev > 1) ? &hpt302n : &hpt302;
1440 info = (rev > 1) ? &hpt371n : &hpt371;
/drivers/net/dsa/
H A Dbcm_sf2.c411 u32 reg, rev; local
497 rev = reg_readl(priv, REG_SWITCH_REVISION);
498 priv->hw_params.top_rev = (rev >> SWITCH_TOP_REV_SHIFT) &
500 priv->hw_params.core_rev = (rev & SF2_REV_MASK);
502 rev = reg_readl(priv, REG_PHY_REVISION);
503 priv->hw_params.gphy_rev = rev & PHY_REVISION_MASK;

Completed in 716 milliseconds

1234567891011>>