taglinefilesource code
tmp1668drivers/sound/ad1848.cunsigned char   tmp1 = 0xff, tmp2 = 0xff;
tmp1707drivers/sound/ad1848.cif ((tmp1 = ad_read (devc, 0)) != 0xaa || (tmp2 = ad_read (devc, 1)) != 0x45)
tmp1709drivers/sound/ad1848.cDDB (printk ("ad_detect_B (%x/%x)\n", tmp1, tmp2));
tmp1716drivers/sound/ad1848.cif ((tmp1 = ad_read (devc, 0)) != 0x45 || (tmp2 = ad_read (devc, 1)) != 0xaa)
tmp1718drivers/sound/ad1848.cDDB (printk ("ad_detect_C (%x/%x)\n", tmp1, tmp2));
tmp1730drivers/sound/ad1848.cif ((tmp & 0x0f) != ((tmp1 = ad_read (devc, 12)) & 0x0f))
tmp1732drivers/sound/ad1848.cDDB (printk ("ad_detect_D (%x)\n", tmp1));
tmp1751drivers/sound/ad1848.cif ((tmp1 = ad_read (devc, i)) != (tmp2 = ad_read (devc, i + 16)))
tmp1753drivers/sound/ad1848.cDDB (printk ("ad_detect_F(%d/%x/%x)\n", i, tmp1, tmp2));
tmp1764drivers/sound/ad1848.ctmp1 = ad_read (devc, 12);
tmp1765drivers/sound/ad1848.cif (tmp1 & 0x80)
tmp1768drivers/sound/ad1848.cif ((tmp1 & 0xc0) == (0x80 | 0x40))
tmp1778drivers/sound/ad1848.cif ((tmp1 = ad_read (devc, 16)) != 0x45)  /* No change -> CS4231? */
tmp1782drivers/sound/ad1848.cif ((tmp1 = ad_read (devc, 16)) == 0xaa)  /* Rotten bits? */
tmp1784drivers/sound/ad1848.cDDB (printk ("ad_detect_H(%x)\n", tmp1));