Home
last modified time | relevance | path

Searched refs:olb (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/arch/mips/boot/dts/mobileye/
Deyeq5-clocks.dtsi19 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 …]
Deyeq5.dtsi81 resets = <&olb 0 10>;
94 resets = <&olb 0 11>;
107 resets = <&olb 0 12>;
112 olb: system-controller@e00000 { label
113 compatible = "mobileye,eyeq5-olb", "syscon";
Deyeq5-pins.dtsi8 &olb {
/linux-6.12.1/drivers/i2c/busses/
Di2c-nomadik.c1046 struct regmap *olb; in nmk_i2c_eyeq5_probe() local
1051 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()