Searched refs:olb (Results 1 – 4 of 4) sorted by relevance
19 clocks = <&olb EQ5C_PLL_CPU>;82 clocks = <&olb EQ5C_PLL_CPU>;96 clocks = <&olb EQ5C_PLL_CPU>;111 clocks = <&olb EQ5C_PLL_VDI>;125 clocks = <&olb EQ5C_PLL_VDI>;139 clocks = <&olb EQ5C_PLL_VDI>;147 clocks = <&olb EQ5C_PLL_PER>;206 clocks = <&olb EQ5C_PLL_PER>;214 clocks = <&olb EQ5C_PLL_PER>;222 clocks = <&olb EQ5C_PLL_PER>;[all …]
81 resets = <&olb 0 10>;94 resets = <&olb 0 11>;107 resets = <&olb 0 12>;112 olb: system-controller@e00000 { label113 compatible = "mobileye,eyeq5-olb", "syscon";
8 &olb {
1046 struct regmap *olb; in nmk_i2c_eyeq5_probe() local1051 olb = syscon_regmap_lookup_by_phandle_args(np, "mobileye,olb", 1, &id); in nmk_i2c_eyeq5_probe()1052 if (IS_ERR(olb)) in nmk_i2c_eyeq5_probe()1053 return PTR_ERR(olb); in nmk_i2c_eyeq5_probe()1065 regmap_update_bits(olb, NMK_I2C_EYEQ5_OLB_IOCR2, in nmk_i2c_eyeq5_probe()