tag | line | file | source code |
---|---|---|---|
mad_read | 162 | drivers/sound/mad16.c | if ((tmp = mad_read (MC1_PORT)) == 0xff) |
mad_read | 180 | drivers/sound/mad16.c | if ((tmp2 = mad_read (MC1_PORT)) != (tmp ^ 0x80)) /* Compare the bit */ |
mad_read | 241 | drivers/sound/mad16.c | DDB (printk ("port %03x = %03x\n", i, mad_read (i))); |
mad_read | 299 | drivers/sound/mad16.c | DDB (printk ("port %03x after init = %03x\n", i, mad_read (i))); |