Lines Matching full:lantiq
19 * The Serial To Parallel (STP) is found on MIPS based Lantiq socs. It is a
199 if (of_machine_is_compatible("lantiq,grx390") in xway_stp_hw_init()
200 || of_machine_is_compatible("lantiq,ar10")) { in xway_stp_hw_init()
207 if (of_machine_is_compatible("lantiq,grx390")) { in xway_stp_hw_init()
257 if (!of_property_read_u32(pdev->dev.of_node, "lantiq,shadow", &shadow)) in xway_stp_probe()
261 if (!of_property_read_u32(pdev->dev.of_node, "lantiq,groups", &groups)) in xway_stp_probe()
268 if (!of_property_read_u32(pdev->dev.of_node, "lantiq,dsl", &dsl)) in xway_stp_probe()
272 if (of_machine_is_compatible("lantiq,ar9") || in xway_stp_probe()
273 of_machine_is_compatible("lantiq,gr9") || in xway_stp_probe()
274 of_machine_is_compatible("lantiq,vr9") || in xway_stp_probe()
275 of_machine_is_compatible("lantiq,ar10") || in xway_stp_probe()
276 of_machine_is_compatible("lantiq,grx390")) { in xway_stp_probe()
277 if (!of_property_read_u32(pdev->dev.of_node, "lantiq,phy1", &phy)) in xway_stp_probe()
279 if (!of_property_read_u32(pdev->dev.of_node, "lantiq,phy2", &phy)) in xway_stp_probe()
283 if (of_machine_is_compatible("lantiq,ar10") || in xway_stp_probe()
284 of_machine_is_compatible("lantiq,grx390")) { in xway_stp_probe()
285 if (!of_property_read_u32(pdev->dev.of_node, "lantiq,phy3", &phy)) in xway_stp_probe()
289 if (of_machine_is_compatible("lantiq,grx390")) { in xway_stp_probe()
290 if (!of_property_read_u32(pdev->dev.of_node, "lantiq,phy4", &phy)) in xway_stp_probe()
295 if (!of_find_property(pdev->dev.of_node, "lantiq,rising", NULL)) in xway_stp_probe()
322 { .compatible = "lantiq,gpio-stp-xway" },