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