Home
last modified time | relevance | path

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

/freebsd/sys/contrib/device-tree/src/mips/mobileye/
H A Deyeq5.dtsi20 clocks = <&olb EQ5C_CPU_CORE0>;
123 clocks = <&olb 35>, <&olb EQ5C_PER_I2C>;
125 resets = <&olb 0 13>;
127 mobileye,olb = <&olb 0>;
138 clocks = <&olb 35>, <&olb EQ5C_PER_I2C>;
140 resets = <&olb 0 14>;
142 mobileye,olb = <&olb 1>;
153 clocks = <&olb 35>, <&olb EQ5C_PER_I2C>;
155 resets = <&olb 0 15>;
157 mobileye,olb = <&olb 2>;
[all …]
H A Deyeq6lplus.dtsi20 clocks = <&olb EQ6LPC_CPU_OCC>;
47 olb: system-controller@e8400000 { label
48 compatible = "mobileye,eyeq6lplus-olb", "syscon";
67 clocks = <&olb EQ6LPC_PER_OSPI>;
74 clocks = <&olb EQ6LPC_PER_SPI>;
77 resets = <&olb 0 0>;
88 clocks = <&olb EQ6LPC_PER_SPI>;
91 resets = <&olb 0 1>;
102 clocks = <&olb EQ6LPC_PER_UART>;
107 resets = <&olb 0 2>;
[all …]
H A 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 …]
H A Deyeq6h.dtsi52 compatible = "mobileye,eyeq6h-acc-olb", "syscon";
61 compatible = "mobileye,eyeq6h-central-olb", "syscon";
87 compatible = "mobileye,eyeq6h-west-olb", "syscon";
104 compatible = "mobileye,eyeq6h-east-olb", "syscon";
135 compatible = "mobileye,eyeq6h-south-olb", "syscon";
151 compatible = "mobileye,eyeq6h-ddr0-olb", "syscon";
159 compatible = "mobileye,eyeq6h-ddr1-olb", "syscon";
H A Deyeq6lplus-pins.dtsi3 &olb {
H A Deyeq5-pins.dtsi8 &olb {
/freebsd/contrib/byacc/
H A Dvmsbuild.com103 $ write optf "gnu_cc:[000000]gcclib.olb/lib"
/freebsd/usr.sbin/newsyslog/
H A Dnewsyslog.c1572 const struct oldlog_entry *ola = a, *olb = b; in oldlog_entry_compare() local
1574 if (ola->t > olb->t) in oldlog_entry_compare()
1576 else if (ola->t < olb->t) in oldlog_entry_compare()