Lines Matching full:sci
3 * Support for OLPC XO-1 System Control Interrupts (SCI)
27 #define DRV_NAME "olpc-xo1-sci"
166 * Process all items in the EC's SCI queue.
184 pr_debug(PFX "SCI 0x%x received\n", data); in process_sci_queue()
203 pr_err(PFX "Failed to clear SCI queue"); in process_sci_queue()
323 dev_info(&pdev->dev, "SCI is mapped to IRQ %d\n", sci_irq); in setup_sci_interrupt()
326 dev_info(&pdev->dev, "SCI unmapped. Mapping to IRQ 3\n"); in setup_sci_interrupt()
343 /* Enable interesting SCI events, and clear pending interrupts */ in setup_sci_interrupt()
365 /* Clear pending EC SCI events */ in setup_ec_sci()
370 * Enable EC SCI events, and map them to both a PME and the SCI in setup_ec_sci()
381 * PME to the regular SCI interrupt line. in setup_ec_sci()
385 /* Set the SCI to cause a PME event on group 7 */ in setup_ec_sci()
388 /* And have group 7 also fire the SCI interrupt */ in setup_ec_sci()
422 /* Set PME group 6 to fire the SCI interrupt */ in setup_lid_events()
615 .name = "olpc-xo1-sci-acpi",