taglinefilesource code
tmp1669drivers/sound/ad1848.cunsigned char   tmp1 = 0xff, tmp2 = 0xff;
tmp1708drivers/sound/ad1848.cif ((tmp1 = ad_read (devc, 0)) != 0xaa || (tmp2 = ad_read (devc, 1)) != 0x45)
tmp1710drivers/sound/ad1848.cDDB (printk ("ad_detect_B (%x/%x)\n", tmp1, tmp2));
tmp1717drivers/sound/ad1848.cif ((tmp1 = ad_read (devc, 0)) != 0x45 || (tmp2 = ad_read (devc, 1)) != 0xaa)
tmp1719drivers/sound/ad1848.cDDB (printk ("ad_detect_C (%x/%x)\n", tmp1, tmp2));
tmp1731drivers/sound/ad1848.cif ((tmp & 0x0f) != ((tmp1 = ad_read (devc, 12)) & 0x0f))
tmp1733drivers/sound/ad1848.cDDB (printk ("ad_detect_D (%x)\n", tmp1));
tmp1752drivers/sound/ad1848.cif ((tmp1 = ad_read (devc, i)) != (tmp2 = ad_read (devc, i + 16)))
tmp1754drivers/sound/ad1848.cDDB (printk ("ad_detect_F(%d/%x/%x)\n", i, tmp1, tmp2));
tmp1765drivers/sound/ad1848.ctmp1 = ad_read (devc, 12);
tmp1766drivers/sound/ad1848.cif (tmp1 & 0x80)
tmp1769drivers/sound/ad1848.cif ((tmp1 & 0xc0) == (0x80 | 0x40))
tmp1779drivers/sound/ad1848.cif ((tmp1 = ad_read (devc, 16)) != 0x45)  /* No change -> CS4231? */
tmp1783drivers/sound/ad1848.cif ((tmp1 = ad_read (devc, 16)) == 0xaa)  /* Rotten bits? */
tmp1785drivers/sound/ad1848.cDDB (printk ("ad_detect_H(%x)\n", tmp1));