Searched +full:eyeq6h +full:- +full:acc +full:- +full:olb (Results 1 – 3 of 3) sorted by relevance
/linux/Documentation/devicetree/bindings/soc/mobileye/ |
H A D | mobileye,eyeq5-olb.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/soc/mobileye/mobileye,eyeq5-olb.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Grégory Clement <gregory.clement@bootlin.com> 11 - Théo Lebrun <theo.lebrun@bootlin.com> 12 - Vladimir Kondratiev <vladimir.kondratiev@mobileye.com> 15 OLB ("Other Logic Block") is a hardware block grouping smaller blocks. Clocks, 17 instance. EyeQ6H hosts seven instances. 22 - enum: [all …]
|
/linux/drivers/clk/ |
H A D | clk-eyeq.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * PLL clock driver for the Mobileye EyeQ5, EyeQ6L and EyeQ6H platforms. 6 * - Read-only PLLs, all derived from the same main crystal clock. 7 * - It also exposes divider clocks, those are children to PLLs. 8 * - Fixed factor clocks, children to PLLs. 11 * shared region called OLB. Some PLLs and fixed-factors are initialised early 14 * We use eqc_ as prefix, as-in "EyeQ Clock", but way shorter. 23 #define pr_fmt(fmt) "clk-eyeq: " fmt 29 #include <linux/clk-provider.h> 34 #include <linux/io-64-nonatomic-hi-lo.h> [all …]
|
/linux/drivers/reset/ |
H A D | reset-eyeq.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Reset driver for the Mobileye EyeQ5, EyeQ6L and EyeQ6H platforms. 5 * Controllers live in a shared register region called OLB. EyeQ5 and EyeQ6L 6 * have a single OLB instance for a single reset controller. EyeQ6H has seven 7 * OLB instances; three host reset controllers. 13 * Domain types define expected behavior: one-register-per-reset, 14 * one-bit-per-reset, status detection method, busywait duration, etc. 16 * We use eqr_ as prefix, as-in "EyeQ Reset", but way shorter. 52 * Known resets in EyeQ6H west/east (type EQR_EYEQ6H_SARCR): 54 * 4. UART1 5. I2C0 6. I2C1 7. -hole- [all …]
|