Lines Matching full:lpc
5 * Provides a simple driver to control the ASPEED LPC snoop interface which
7 * the host to an arbitrary LPC I/O port.
27 #define DEVICE_NAME "aspeed-lpc-snoop"
210 /* Enable LPC snoop channel at requested port */ in aspeed_lpc_enable_snoop()
275 if (!of_device_is_compatible(np, "aspeed,ast2400-lpc-v2") && in aspeed_lpc_snoop_probe()
276 !of_device_is_compatible(np, "aspeed,ast2500-lpc-v2") && in aspeed_lpc_snoop_probe()
277 !of_device_is_compatible(np, "aspeed,ast2600-lpc-v2")) { in aspeed_lpc_snoop_probe()
278 dev_err(dev, "unsupported LPC device binding\n"); in aspeed_lpc_snoop_probe()
357 { .compatible = "aspeed,ast2400-lpc-snoop",
359 { .compatible = "aspeed,ast2500-lpc-snoop",
361 { .compatible = "aspeed,ast2600-lpc-snoop",
380 MODULE_DESCRIPTION("Linux driver to control Aspeed LPC snoop functionality");