cs4281.c | 305 uint32_t intr, hdsr0, hdsr1; local in function:cs4281_intr 312 hdsr1 = 0; 331 hdsr1 = BA0READ4(sc, CS4281_HDSR1); /* clear intr condition */ 336 DPRINTF(("intr = 0x%08x, hdsr0 = 0x%08x hdsr1 = 0x%08x\n", 337 intr, hdsr0, hdsr1)); 340 __USE(hdsr1);
|