Lines Matching full:lpc
34 * LPCyE Enable LPC channel y
35 * IBFIEy Input Buffer Full IRQ Enable for LPC channel y
36 * IRQxEy Assert SerIRQ x for LPC channel y (Deprecated, use IDyIRQX, IRQXEy)
37 * IDyIRQX Use the specified 4-bit SerIRQ for LPC channel y
38 * SELyIRQX SerIRQ polarity for LPC channel y (low: 0, high: 1)
39 * IRQXEy Assert the SerIRQ specified in IDyIRQX for LPC channel y
535 "aspeed,lpc-io-reg", in aspeed_kcs_of_get_io_address()
538 dev_err(&pdev->dev, "No valid 'aspeed,lpc-io-reg' configured\n"); in aspeed_kcs_of_get_io_address()
543 dev_err(&pdev->dev, "Invalid data address in 'aspeed,lpc-io-reg'\n"); in aspeed_kcs_of_get_io_address()
548 dev_err(&pdev->dev, "Invalid status address in 'aspeed,lpc-io-reg'\n"); in aspeed_kcs_of_get_io_address()
567 if (!of_device_is_compatible(np, "aspeed,ast2400-lpc-v2") && in aspeed_kcs_probe()
568 !of_device_is_compatible(np, "aspeed,ast2500-lpc-v2") && in aspeed_kcs_probe()
569 !of_device_is_compatible(np, "aspeed,ast2600-lpc-v2")) { in aspeed_kcs_probe()
570 dev_err(&pdev->dev, "unsupported LPC device binding\n"); in aspeed_kcs_probe()
583 rc = of_property_read_u32_array(np, "aspeed,lpc-interrupts", upstream_irq, 2); in aspeed_kcs_probe()