Searched +full:term +full:- +full:range +full:- +full:adj (Results 1 – 11 of 11) sorted by relevance
| /freebsd/sys/contrib/device-tree/Bindings/phy/ |
| H A D | nvidia,tegra20-usb-phy.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/phy/nvidia,tegra20-usb-phy.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Dmitry Osipenko <digetx@gmail.com> 11 - Jon Hunter <jonathanh@nvidia.com> 12 - Thierry Reding <thierry.reding@gmail.com> 17 - items: 18 - enum: 19 - nvidia,tegra124-usb-phy [all …]
|
| H A D | nvidia,tegra20-usb-phy.txt | 6 - compatible : For Tegra20, must contain "nvidia,tegra20-usb-phy". 7 For Tegra30, must contain "nvidia,tegra30-usb-phy". Otherwise, must contain 8 "nvidia,<chip>-usb-phy" plus at least one of the above, where <chip> is 10 - reg : Defines the following set of registers, in the order listed: 11 - The PHY's own register set. 13 - The register set of the PHY containing the UTMI pad control registers. 14 Present if-and-only-if phy_type == utmi. 15 - phy_type : Should be one of "utmi", "ulpi" or "hsic". 16 - clocks : Defines the clocks listed in the clock-names property. 17 - clock-names : The following clock names must be present: [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm/nvidia/ |
| H A D | tegra124.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 2 #include <dt-bindings/clock/tegra124-car.h> 3 #include <dt-bindings/gpio/tegra-gpio.h> 4 #include <dt-bindings/memory/tegra124-mc.h> 5 #include <dt-binding [all...] |
| H A D | tegra30.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 2 #include <dt-bindings/clock/tegra30-car.h> 3 #include <dt-bindings/gpio/tegra-gpio.h> 4 #include <dt-bindings/memory/tegra30-mc.h> 5 #include <dt-binding [all...] |
| H A D | tegra114.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 2 #include <dt-bindings/clock/tegra114-car.h> 3 #include <dt-bindings/gpio/tegra-gpio.h> 4 #include <dt-bindings/memory/tegra114-mc.h> 5 #include <dt-binding [all...] |
| H A D | tegra20.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 2 #include <dt-bindings/clock/tegra20-car.h> 3 #include <dt-bindings/gpio/tegra-gpio.h> 4 #include <dt-bindings/memory/tegra20-mc.h> 5 #include <dt-binding [all...] |
| /freebsd/sys/contrib/device-tree/src/arm64/nvidia/ |
| H A D | tegra132.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 2 #include <dt-bindings/clock/tegra124-car.h> 3 #include <dt-bindings/gpio/tegra-gpio.h> 4 #include <dt-bindings/memory/tegra124-mc.h> 5 #include <dt-bindings/pinctrl/pinctrl-tegra.h> 6 #include <dt-bindings/pinctrl/pinctrl-tegra-xusb.h> 7 #include <dt-bindings/interrupt-controller/arm-gic.h> 8 #include <dt-bindings/thermal/tegra124-soctherm.h> 9 #include <dt-bindings/soc/tegra-pmc.h> 11 #include "tegra132-peripherals-opp.dtsi" [all …]
|
| H A D | tegra210.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 2 #include <dt-bindings/clock/tegra210-car.h> 3 #include <dt-bindings/gpio/tegra-gpio.h> 4 #include <dt-bindings/memory/tegra210-mc.h> 5 #include <dt-bindings/pinctrl/pinctrl-tegra.h> 6 #include <dt-bindings/pinctrl/pinctrl-tegra-io-pad.h> 7 #include <dt-bindings/reset/tegra210-car.h> 8 #include <dt-bindings/interrupt-controller/arm-gic.h> 9 #include <dt-bindings/thermal/tegra124-soctherm.h> 10 #include <dt-bindings/soc/tegra-pmc.h> [all …]
|
| /freebsd/sys/arm/nvidia/ |
| H A D | tegra_usbphy.c | 1 /*- 291 {"nvidia,tegra210-usb-phy", 1}, 292 {"nvidia,tegra30-usb-phy", 1}, 307 bus_read_4(sc->mem_res, offs) 310 bus_write_4(sc->mem_res, offs, val) 341 device_printf(sc->dev, "USB phy clock timeout.\n"); in usbphy_utmi_phy_clk() 365 val |= UTMIP_IDLE_WAIT(sc->idle_wait_delay); in usbphy_utmi_enable() 366 val |= UTMIP_ELASTIC_LIMIT(sc->elastic_limit); in usbphy_utmi_enable() 371 val |= UTMIP_HS_SYNC_START_DLY(sc->hssync_start_delay); in usbphy_utmi_enable() 383 if (sc->dr_mode == USB_DR_MODE_DEVICE) { in usbphy_utmi_enable() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMBaseInstrInfo.cpp | 1 //===-- ARMBaseInstrInfo.cpp - ARM Instruction Information ----------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 75 #define DEBUG_TYPE "arm-instrinfo" 81 EnableARM3Addr("enable-arm-3-addr-conv", cl::Hidden, 82 cl::desc("Enable ARM 2-addr to 3-addr conv")); 84 /// ARM_MLxEntry - Record information about MLA / MLS instructions. 134 static_cast<const ARMSubtarget *>(STI)->getInstrItineraryData(); in CreateTargetHazardRecognizer() 135 return new ScoreboardHazardRecognizer(II, DAG, "pre-RA-sched"); in CreateTargetHazardRecognizer() [all …]
|
| /freebsd/sys/dev/ocs_fc/ |
| H A D | ocs_utils.c | 1 /*- 3 * The term "Broadcom" refers to Broadcom Limited and/or its subsidiaries. 91 /* Fail if the item size exceeds slab_len - caller should increase slab_size, in ocs_array_alloc() 104 array->os = os; in ocs_array_alloc() 105 array->size = size; in ocs_array_alloc() 106 array->count = count; in ocs_array_alloc() 107 array->elems_per_row = slab_len / size; in ocs_array_alloc() 108 array->n_rows = (count + array->elems_per_row - 1) / array->elems_per_row; in ocs_array_alloc() 109 array->bytes_per_row = array->elems_per_row * array->size; in ocs_array_alloc() 111 array->array_rows_len = array->n_rows * sizeof(*array->array_rows); in ocs_array_alloc() [all …]
|