Lines Matching full:lantiq

20  * The Serial To Parallel (STP) is found on MIPS based Lantiq socs. It is a
200 if (of_machine_is_compatible("lantiq,grx390") in xway_stp_hw_init()
201 || of_machine_is_compatible("lantiq,ar10")) { in xway_stp_hw_init()
208 if (of_machine_is_compatible("lantiq,grx390")) { in xway_stp_hw_init()
258 if (!of_property_read_u32(pdev->dev.of_node, "lantiq,shadow", &shadow)) in xway_stp_probe()
262 if (!of_property_read_u32(pdev->dev.of_node, "lantiq,groups", &groups)) in xway_stp_probe()
269 if (!of_property_read_u32(pdev->dev.of_node, "lantiq,dsl", &dsl)) in xway_stp_probe()
273 if (of_machine_is_compatible("lantiq,ar9") || in xway_stp_probe()
274 of_machine_is_compatible("lantiq,gr9") || in xway_stp_probe()
275 of_machine_is_compatible("lantiq,vr9") || in xway_stp_probe()
276 of_machine_is_compatible("lantiq,ar10") || in xway_stp_probe()
277 of_machine_is_compatible("lantiq,grx390")) { in xway_stp_probe()
278 if (!of_property_read_u32(pdev->dev.of_node, "lantiq,phy1", &phy)) in xway_stp_probe()
280 if (!of_property_read_u32(pdev->dev.of_node, "lantiq,phy2", &phy)) in xway_stp_probe()
284 if (of_machine_is_compatible("lantiq,ar10") || in xway_stp_probe()
285 of_machine_is_compatible("lantiq,grx390")) { in xway_stp_probe()
286 if (!of_property_read_u32(pdev->dev.of_node, "lantiq,phy3", &phy)) in xway_stp_probe()
290 if (of_machine_is_compatible("lantiq,grx390")) { in xway_stp_probe()
291 if (!of_property_read_u32(pdev->dev.of_node, "lantiq,phy4", &phy)) in xway_stp_probe()
296 if (!of_property_read_bool(pdev->dev.of_node, "lantiq,rising")) in xway_stp_probe()
317 { .compatible = "lantiq,gpio-stp-xway" },