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.
26 #define DEVICE_NAME "aspeed-lpc-snoop"
209 /* Enable LPC snoop channel at requested port */ in aspeed_lpc_enable_snoop()
274 if (!of_device_is_compatible(np, "aspeed,ast2400-lpc-v2") && in aspeed_lpc_snoop_probe()
275 !of_device_is_compatible(np, "aspeed,ast2500-lpc-v2") && in aspeed_lpc_snoop_probe()
276 !of_device_is_compatible(np, "aspeed,ast2600-lpc-v2")) { in aspeed_lpc_snoop_probe()
277 dev_err(dev, "unsupported LPC device binding\n"); in aspeed_lpc_snoop_probe()
354 { .compatible = "aspeed,ast2400-lpc-snoop",
356 { .compatible = "aspeed,ast2500-lpc-snoop",
358 { .compatible = "aspeed,ast2600-lpc-snoop",
377 MODULE_DESCRIPTION("Linux driver to control Aspeed LPC snoop functionality");