Lines Matching full:aspeed
35 { .compatible = "aspeed,ast2400-wdt", .data = &ast2400_config },
36 { .compatible = "aspeed,ast2500-wdt", .data = &ast2500_config },
37 { .compatible = "aspeed,ast2600-wdt", .data = &ast2500_config },
284 if (of_device_is_compatible(np, "aspeed,ast2400-wdt")) in aspeed_wdt_probe()
291 ret = of_property_read_string(np, "aspeed,reset-type", &reset_type); in aspeed_wdt_probe()
307 if (of_property_read_bool(np, "aspeed,external-signal")) in aspeed_wdt_probe()
309 if (of_property_read_bool(np, "aspeed,alt-boot")) in aspeed_wdt_probe()
323 if ((of_device_is_compatible(np, "aspeed,ast2500-wdt")) || in aspeed_wdt_probe()
324 (of_device_is_compatible(np, "aspeed,ast2600-wdt"))) { in aspeed_wdt_probe()
328 if (of_property_read_bool(np, "aspeed,ext-push-pull")) in aspeed_wdt_probe()
336 if (of_property_read_bool(np, "aspeed,ext-active-high")) in aspeed_wdt_probe()
344 if (!of_property_read_u32(np, "aspeed,ext-pulse-duration", &duration)) { in aspeed_wdt_probe()
374 if (of_device_is_compatible(np, "aspeed,ast2400-wdt") || in aspeed_wdt_probe()
375 of_device_is_compatible(np, "aspeed,ast2500-wdt")) in aspeed_wdt_probe()
404 MODULE_DESCRIPTION("Aspeed Watchdog Driver");