i82365.c | 109 static void pcic_delay(struct pcic_handle *, int, const char *); 1255 pcic_delay(h, 10, "pccwr0"); 1264 pcic_delay(h, 100, "pccwr1"); 1275 pcic_delay(struct pcic_handle *h, int timo, const char *wmesg) function in typeref:typename:void 1281 panic("pcic_delay: called with timeout %d", timo); 1283 panic("pcic_delay: called in interrupt context"); 1285 panic("pcic_delay: no event thread"); 1287 DPRINTF(("pcic_delay: \"%s\" %p, sleep %d ms\n", 1292 tsleep(pcic_delay, PWAIT, wmesg, 1368 pcic_delay(h, 200 + 1, "pccen1") [all...] |