Lines Matching full:aspeed

53 		.compatible = "aspeed,ast2400-scu",
65 .compatible = "aspeed,ast2500-scu",
78 .compatible = "aspeed,ast2600-scu",
91 .compatible = "aspeed,ast2700-scu0",
100 { .compatible = "aspeed,ast2400-wdt", .data = &ast2400_config },
101 { .compatible = "aspeed,ast2500-wdt", .data = &ast2500_config },
102 { .compatible = "aspeed,ast2600-wdt", .data = &ast2600_config },
103 { .compatible = "aspeed,ast2700-wdt", .data = &ast2700_config },
272 if (!of_device_is_compatible(pdev->dev.of_node, "aspeed,ast2400-wdt")) { in aspeed_wdt_update_bootstatus()
297 if (of_device_is_compatible(pdev->dev.of_node, "aspeed,ast2400-wdt") || in aspeed_wdt_update_bootstatus()
298 of_device_is_compatible(pdev->dev.of_node, "aspeed,ast2500-wdt")) { in aspeed_wdt_update_bootstatus()
460 if (of_device_is_compatible(np, "aspeed,ast2400-wdt")) in aspeed_wdt_probe()
467 ret = of_property_read_string(np, "aspeed,reset-type", &reset_type); in aspeed_wdt_probe()
483 if (of_property_read_bool(np, "aspeed,external-signal")) in aspeed_wdt_probe()
485 if (of_property_read_bool(np, "aspeed,alt-boot")) in aspeed_wdt_probe()
499 if (!of_device_is_compatible(np, "aspeed,ast2400-wdt")) { in aspeed_wdt_probe()
506 if (of_property_read_bool(np, "aspeed,ext-active-high")) in aspeed_wdt_probe()
514 if (of_property_read_bool(np, "aspeed,ext-push-pull")) in aspeed_wdt_probe()
521 ret = of_property_read_u32_array(np, "aspeed,reset-mask", reset_mask, nrstmask); in aspeed_wdt_probe()
528 if (!of_property_read_u32(np, "aspeed,ext-pulse-duration", &duration)) { in aspeed_wdt_probe()
558 if (of_device_is_compatible(np, "aspeed,ast2400-wdt") || in aspeed_wdt_probe()
559 of_device_is_compatible(np, "aspeed,ast2500-wdt")) in aspeed_wdt_probe()
588 MODULE_DESCRIPTION("Aspeed Watchdog Driver");