Lines Matching full:bosch
26 * compatible = "bosch,cc770";
30 * bosch,external-clock-frequency = <16000000>;
76 of_property_read_u32(np, "bosch,external-clock-frequency", &clkext); in cc770_get_of_node_data()
89 if (of_property_read_bool(np, "bosch,divide-memory-clock")) in cc770_get_of_node_data()
91 if (of_property_read_bool(np, "bosch,iso-low-speed-mux")) in cc770_get_of_node_data()
94 if (!of_property_read_bool(np, "bosch,no-comperator-bypass")) in cc770_get_of_node_data()
96 if (of_property_read_bool(np, "bosch,disconnect-rx0-input")) in cc770_get_of_node_data()
98 if (of_property_read_bool(np, "bosch,disconnect-rx1-input")) in cc770_get_of_node_data()
100 if (of_property_read_bool(np, "bosch,disconnect-tx1-output")) in cc770_get_of_node_data()
102 if (of_property_read_bool(np, "bosch,polarity-dominant")) in cc770_get_of_node_data()
105 of_property_read_u32(np, "bosch,clock-out-frequency", &clkout); in cc770_get_of_node_data()
115 if (of_property_read_u32(np, "bosch,slew-rate", &slew)) { in cc770_get_of_node_data()
238 {.compatible = "bosch,cc770"}, /* CC770 from Bosch */