Searched refs:rev (Results 151 - 175 of 296) sorted by relevance

1234567891011>>

/drivers/iio/imu/
H A Dadis16480.c129 u16 rev; local
132 ret = adis_read_reg_16(&adis16480->adis, ADIS16480_REG_FIRM_REV, &rev);
136 len = scnprintf(buf, sizeof(buf), "%x.%x\n", rev >> 8, rev & 0xff);
/drivers/input/joystick/
H A Dsidewinder.c546 char pnp[8], rev[9]; local
552 rev[i] = sw_get_bits(buf, 88+8*i, 8, 1);
554 pnp[7] = rev[8] = 0;
556 snprintf(comment, size, " [PnP %d.%02d id %s rev %s]",
561 pnp, rev);
/drivers/mfd/
H A Darizona-core.c815 &arizona->rev);
820 arizona->rev &= ARIZONA_DEVICE_REVISION_MASK;
832 arizona->rev &= 0x7;
862 dev_info(dev, "%s revision %c\n", type_name, arizona->rev + 'A');
H A Darizona-irq.c216 switch (arizona->rev) {
/drivers/net/wireless/b43/
H A Dphy_common.h242 u8 rev; member in struct:b43_phy
/drivers/net/wireless/b43legacy/
H A Dphy.h157 #define B43legacy_PHY_CRSTHRES1_R1 B43legacy_PHY_OFDM(0xC0) /* CRS Threshold 1 (rev 1 only) */
158 #define B43legacy_PHY_CRSTHRES2_R1 B43legacy_PHY_OFDM(0xC1) /* CRS Threshold 2 (rev 1 only) */
179 (((phy)->rev > 1) || ((phy)->gmode))
H A Dxmit.h232 /* FIXME: Not sure the change was at rev 351 */
233 return (dev->fw.rev >= 351);
H A Db43legacy.h54 #define B43legacy_MMIO_REV3PLUS_TSF_LOW 0x180 /* core rev >= 3 only */
55 #define B43legacy_MMIO_REV3PLUS_TSF_HIGH 0x184 /* core rev >= 3 only */
96 #define B43legacy_MMIO_TSF_0 0x632 /* core rev < 3 only */
97 #define B43legacy_MMIO_TSF_1 0x634 /* core rev < 3 only */
98 #define B43legacy_MMIO_TSF_2 0x636 /* core rev < 3 only */
99 #define B43legacy_MMIO_TSF_3 0x638 /* core rev < 3 only */
226 #define B43legacy_TMSHIGH_GPHY 0x00010000 /* G-PHY avail (rev >= 5) */
409 u8 rev; member in struct:b43legacy_phy
530 struct b43legacy_dmaring *rx_ring3; /* only on core.rev < 5 */
651 u16 rev; member in struct:b43legacy_firmware
[all...]
/drivers/spi/
H A Dspi-bcm53xx.c229 if (core->bus->drv_cc.core->id.rev != 42) {
230 pr_err("SPI on SoC with unsupported ChipCommon rev\n");
253 /* Broadcom SoCs (at least with the CC rev 42) use SPI for flash only */
/drivers/thermal/int340x_thermal/
H A Dint3400_thermal.c103 .rev = 1,
/drivers/tty/serial/jsm/
H A Djsm.h141 u8 rev; /* PCI revision ID */ member in struct:jsm_board
/drivers/video/fbdev/
H A Dbroadsheetfb.c839 u16 rev, prc; local
842 rev = broadsheet_read_reg(par, BS_REG_REV);
844 dev_info(dev, "Broadsheet Rev 0x%x, Product Code 0x%x\n", rev, prc);
848 if (rev != 0x0100)
H A Dcg6.c672 u32 rev, conf, mode; local
684 rev = (sbus_readl(par->fhc) >> CG6_FHC_REV_SHIFT) & CG6_FHC_REV_MASK;
685 if (rev < 5) {
690 if (rev < 2)
H A Dpvr2fb.c769 unsigned long modememused, rev; local
818 rev = fb_readl(par->mmio_base + 0x04);
820 fb_info(fb_info, "%s (rev %ld.%ld) frame buffer device, using %ldk/%ldk of video memory\n",
821 fb_info->fix.id, (rev >> 4) & 0x0f, rev & 0x0f,
/drivers/video/fbdev/omap2/dss/
H A Drfbi.c951 u32 rev; local
991 rev = rfbi_read_reg(RFBI_REVISION);
992 dev_dbg(&pdev->dev, "OMAP RFBI rev %d.%d\n",
993 FLD_GET(rev, 7, 4), FLD_GET(rev, 3, 0));
/drivers/net/ethernet/broadcom/
H A Dbgmac.c99 if (bgmac->core->id.rev >= 4) {
256 if (bgmac->core->id.rev >= 4) {
771 bgmac_set(bgmac, BGMAC_CMDCFG, BGMAC_CMDCFG_SR(bgmac->core->id.rev));
777 bgmac_mask(bgmac, BGMAC_CMDCFG, ~BGMAC_CMDCFG_SR(bgmac->core->id.rev));
935 if (core->id.rev > 2 &&
1003 BGMAC_CMDCFG_SR(core->id.rev),
1046 BGMAC_CMDCFG_SR(bgmac->core->id.rev), true);
/drivers/usb/host/
H A Dmax3421-hcd.c137 u8 rev; /* chip revision */ member in struct:max3421_hcd
564 if (max3421_hcd->rev == 0x12) {
565 /* work around rev 0x12 bug: */
1409 max3421_hcd->rev = spi_rd8(hcd, MAX3421_REG_REVISION);
1410 if (max3421_hcd->rev == 0x12 || max3421_hcd->rev == 0x13)
1412 dev_err(&spi->dev, "bad rev 0x%02x", max3421_hcd->rev);
1415 dev_info(&spi->dev, "rev 0x%x, SPI clk %dHz, bpw %u, irq %d\n",
1416 max3421_hcd->rev, sp
[all...]
/drivers/video/fbdev/mb862xx/
H A Dmb862xxfbdrv.c627 unsigned long ver, rev; local
646 rev = inreg(pio, GC_REVISION);
647 if ((ver == 0x303) && (rev & 0xffffff00) == 0x20050100) {
649 (int)rev & 0xff);
654 dev_info(par->dev, "? GDC, CID/Rev.: 0x%lx/0x%lx \n", ver, rev);
/drivers/isdn/icn/
H A Dicn.c1628 char rev[21]; local
1638 strncpy(rev, p + 1, 20);
1639 rev[20] = '\0';
1640 p = strchr(rev, '$');
1644 strcpy(rev, " ??? ");
1645 printk(KERN_NOTICE "ICN-ISDN-driver Rev%smem=0x%08lx\n", rev,
/drivers/ide/
H A Dsiimage.c458 u8 rev = dev->revision, tmp; local
460 pci_write_config_byte(dev, PCI_CACHE_LINE_SIZE, rev ? 1 : 255);
/drivers/input/keyboard/
H A Dadp5588-keys.c38 #define WA_DELAYED_READOUT_REVID(rev) ((rev) < 4)
/drivers/net/wireless/brcm80211/brcmsmac/
H A Daiutils.c287 #define NOREV -1 /* Invalid rev */
450 /* get chipcommon rev */
451 sii->pub.ccrev = cc->id.rev;
459 /* get pmu rev and caps */
482 sih->chiprev = pbus->chipinfo.rev;
577 /* Chipc rev 10 is InstaClock */
/drivers/scsi/
H A Dg_NCR5380.c852 if (dev->rev[i] >= 0x20)
853 seq_putc(m, dev->rev[i]);
H A Dsun_esp.c316 if (esp->rev != ESP100) {
428 if (esp->rev == FASHME) {
/drivers/media/pci/cx18/
H A Dcx18-av-core.h107 u32 rev; member in struct:cx18_av_state

Completed in 477 milliseconds

1234567891011>>