Searched full:olb (Results 1 – 10 of 10) sorted by relevance
| /linux/Documentation/devicetree/bindings/soc/mobileye/ |
| H A D | mobileye,eyeq7h-olb.yaml | 4 $id: http://devicetree.org/schemas/soc/mobileye/mobileye,eyeq7h-olb.yaml# 16 OLB ("Other Logic Block") is a hardware system controller grouping 19 different OLB. 25 - mobileye,eyeq7h-acc0-olb 26 - mobileye,eyeq7h-acc1-olb 27 - mobileye,eyeq7h-ddr0-olb 28 - mobileye,eyeq7h-ddr1-olb 29 - mobileye,eyeq7h-east-olb 30 - mobileye,eyeq7h-mips0-olb 31 - mobileye,eyeq7h-mips1-olb [all …]
|
| /linux/Documentation/devicetree/bindings/i2c/ |
| H A D | st,nomadik-i2c.yaml | 73 mobileye,olb: 77 - description: Phandle to OLB system controller node. 80 The phandle pointing to OLB system controller node, with the I2C 101 - mobileye,olb 104 mobileye,olb: false 150 mobileye,olb = <&olb 0>;
|
| /linux/drivers/reset/ |
| H A D | reset-eyeq.c | 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. EyeQ7H has fourteen OLB instances; 794 * Table describes OLB system-controller compatibles. 798 { .compatible = "mobileye,eyeq5-olb", .data = &eqr_eyeq5_data }, 799 { .compatible = "mobileye,eyeq6l-olb", .data = &eqr_eyeq6l_data }, 800 { .compatible = "mobileye,eyeq6lplus-olb", .data = &eqr_eyeq6lplus_data }, 801 { .compatible = "mobileye,eyeq6h-west-olb", .data = &eqr_eyeq6h_we_data }, 802 { .compatible = "mobileye,eyeq6h-east-olb", .data = &eqr_eyeq6h_we_data }, 803 { .compatible = "mobileye,eyeq6h-acc-olb", .data = &eqr_eyeq6h_acc_data }, [all …]
|
| H A D | Kconfig | 107 Registers are located in a shared register region called OLB. EyeQ6H
|
| /linux/include/dt-bindings/clock/ |
| H A D | mobileye,eyeq7h-clk.h | 24 /* east OLB PLL and dividers */ 45 /* periph east OLB PLL and dividers */ 49 /* periph west OLB PLL and dividers */ 55 /* south OLB PLL and dividers */ 85 /* west OLB PLL and dividers */
|
| /linux/drivers/clk/ |
| H A D | clk-eyeq.c | 11 * shared region called OLB. Some PLLs and fixed-factors are initialised early 1175 { .compatible = "mobileye,eyeq5-olb", .data = &eqc_eyeq5_match_data }, 1176 { .compatible = "mobileye,eyeq6l-olb", .data = &eqc_eyeq6l_match_data }, 1177 { .compatible = "mobileye,eyeq6lplus-olb", .data = &eqc_eyeq6lplus_match_data }, 1178 { .compatible = "mobileye,eyeq6h-west-olb", .data = &eqc_eyeq6h_west_match_data }, 1179 { .compatible = "mobileye,eyeq6h-east-olb", .data = &eqc_eyeq6h_east_match_data }, 1180 { .compatible = "mobileye,eyeq6h-south-olb", .data = &eqc_eyeq6h_south_match_data }, 1181 { .compatible = "mobileye,eyeq6h-ddr0-olb", .data = &eqc_eyeq6h_ddr0_match_data }, 1182 { .compatible = "mobileye,eyeq6h-ddr1-olb", .data = &eqc_eyeq6h_ddr1_match_data }, 1183 { .compatible = "mobileye,eyeq6h-acc-olb", .data = &eqc_eyeq6h_acc_match_data }, [all …]
|
| H A D | Kconfig | 244 SoCs. Controllers live in shared register regions called OLB. Driver
|
| /linux/drivers/i2c/busses/ |
| H A D | i2c-nomadik.c | 13 * it is located in a shared register region called OLB. 123 /* Mobileye EyeQ5 offset into a shared register region (called OLB) */ 1044 struct regmap *olb; in nmk_i2c_eyeq5_probe() local 1047 olb = syscon_regmap_lookup_by_phandle_args(np, "mobileye,olb", 1, &id); in nmk_i2c_eyeq5_probe() 1048 if (IS_ERR(olb)) in nmk_i2c_eyeq5_probe() 1049 return PTR_ERR(olb); in nmk_i2c_eyeq5_probe() 1061 regmap_update_bits(olb, NMK_I2C_EYEQ5_OLB_IOCR2, in nmk_i2c_eyeq5_probe() 1114 return dev_err_probe(dev, ret, "failed OLB lookup\n"); in nmk_i2c_probe()
|
| /linux/arch/mips/boot/dts/mobileye/ |
| H A D | eyeq5-pins.dtsi | 8 &olb {
|
| /linux/drivers/pinctrl/ |
| H A D | pinctrl-eyeq5.c | 5 * The registers are located in a syscon region called OLB. There are two pin 734 { .compatible = "mobileye,eyeq5-olb", .data = &eq5p_eyeq5_data }, 735 { .compatible = "mobileye,eyeq6lplus-olb", .data = &eq5p_eyeq6lplus_data },
|