Lines Matching full:snoop
5 * Provides a simple driver to control the ASPEED LPC snoop interface which
27 #define DEVICE_NAME "aspeed-lpc-snoop"
170 /* Check if one of the snoop channels is interrupting */ in aspeed_lpc_snoop_irq()
178 /* Read and save most recent snoop'ed data byte to FIFO */ in aspeed_lpc_snoop_irq()
250 /* Enable LPC snoop channel at requested port */ in aspeed_lpc_enable_snoop()
288 /* Disable both snoop channels */ in aspeed_lpc_snoop_remove()
334 rc = of_property_read_u32_index(dev->of_node, "snoop-ports", idx, &port); in aspeed_lpc_snoop_probe()
361 { .compatible = "aspeed,ast2400-lpc-snoop",
363 { .compatible = "aspeed,ast2500-lpc-snoop",
365 { .compatible = "aspeed,ast2600-lpc-snoop",
384 MODULE_DESCRIPTION("Linux driver to control Aspeed LPC snoop functionality");