Lines Matching full:psc
3 * Apple Peripheral System Controller (PSC)
5 * The PSC is used on the AV Macs to control IO functions not handled
31 volatile __u8 *psc; variable
32 EXPORT_SYMBOL_GPL(psc);
42 if (!psc) in psc_debug_dump()
46 printk(KERN_DEBUG "PSC #%d: IFR = 0x%02X IER = 0x%02X\n", in psc_debug_dump()
54 * Try to kill all DMA channels on the PSC. Not sure how this his
72 * Initialize the PSC. For now this just involves shutting down all
83 psc = NULL; in psc_init()
88 * The PSC is always at the same spot, but using psc in psc_init()
92 psc = (void *) PSC_BASE; in psc_init()
94 pr_debug("PSC detected at %p\n", psc); in psc_init()
112 * PSC interrupt handler. It's a lot like the VIA interrupt handler.
141 * Register the PSC interrupt dispatchers for autovector interrupts 3-6.