Searched +full:is +full:- +full:utmi +full:- +full:l1 +full:- +full:suspend (Results 1 – 18 of 18) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.03 ---5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Felipe Balbi <balbi@kernel.org>13 This is usually a subnode to DWC3 glue to which it is connected, but can also14 be presented as a standalone DT node with an optional vendor-specific18 - $ref: usb-drd.yaml#19 - if:25 - dr_mode29 $ref: usb-xhci.yaml#[all …]
1 /* SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) */3 * core.h - DesignWare HS OTG Controller common declarations5 * Copyright (C) 2004-2013 Synopsys, Inc.16 * 3. The names of the above-listed copyright holders may not be used25 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS26 * IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,50 * - no_printk: Disable tracing51 * - pr_info: Print this info to the console52 * - trace_printk: Print this info to trace buffer (good for verbose logging)61 dev_name(hsotg->dev), ##__VA_ARGS__)[all …]
1 // SPDX-License-Identifier: GPL-2.0-only6 #include <dt-bindings/interrupt-controller/arm-gic.h>7 #include <dt-bindings/clock/qcom,gcc-ipq8074.h>15 compatible = "fixed-clock";16 clock-frequency = <32768>;17 #clock-cells = <0>;21 compatible = "fixed-clock";22 clock-frequency = <19200000>;23 #clock-cells = <0>;28 #address-cells = <0x1>;[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)8 #include <dt-bindings/gpio/gpio.h>9 #include <dt-bindings/input/input.h>10 #include <dt-bindings/regulator/qcom,rpmh-regulator.h>26 stdout-path = "serial0:115200n8";30 compatible = "pwm-backlight";32 enable-gpios = <&tlmm 37 GPIO_ACTIVE_HIGH>;33 power-supply = <&ppvar_sys>;34 pinctrl-names = "default";35 pinctrl-0 = <&ap_edp_bklten>;[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)3 #include <dt-bindings/gpio/gpio.h>4 #include <dt-bindings/interrupt-controller/irq.h>5 #include <dt-bindings/interrupt-controller/arm-gic.h>6 #include <dt-bindings/pinctrl/rockchip.h>7 #include <dt-bindings/clock/rk3288-cru.h>8 #include <dt-bindings/power/rk3288-power.h>9 #include <dt-bindings/thermal/thermal.h>10 #include <dt-bindings/soc/rockchip,boot-mode.h>11 #include <dt-bindings/suspend/rockchip-rk3288.h>[all …]
2 * This file is dual-licensed: you can use it either under the terms7 * a) This file is free software; you can redistribute it and/or12 * This file is distributed in the hope that it will be useful,19 * b) Permission is hereby granted, free of charge, to any person25 * Software is furnished to do so, subject to the following31 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,41 #include <dt-bindings/gpio/gpio.h>42 #include <dt-bindings/interrupt-controller/irq.h>43 #include <dt-bindings/interrupt-controller/arm-gic.h>44 #include <dt-bindings/pinctrl/rockchip.h>[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)6 #include <dt-bindings/clock/rv1126-cru.h>7 #include <dt-bindings/power/rv1126-power.h>8 #include <dt-bindings/gpio/gpio.h>9 #include <dt-bindings/interrupt-controller/irq.h>10 #include <dt-bindings/interrupt-controller/arm-gic.h>11 #include <dt-bindings/pinctrl/rockchip.h>12 #include <dt-bindings/soc/rockchip,boot-mode.h>13 #include <dt-bindings/soc/rockchip-system-status.h>14 #include <dt-bindings/suspend/rockchip-rv1126.h>[all …]
2 * core.c - DesignWare USB3 DRD Controller Core file4 * Copyright (C) 2015 Texas Instruments Incorporated - http://www.ti.com9 * Taken from Linux Kernel v3.19-rc1 (drivers/usb/dwc3/core.c) and ported12 * commit cd72f890d2 : usb: dwc3: core: enable phy suspend quirk on non-FPGA14 * SPDX-License-Identifier: GPL-2.020 #include <dwc3-uboot.h>21 #include <asm/dma-mapping.h>24 #include <generic-phy.h>32 #include "linux-compat.h"37 /* -------------------------------------------------------------------------- */[all …]
1 // SPDX-License-Identifier: GPL-2.03 * core.c - DesignWare USB3 DRD Controller Core file5 * Copyright (C) 2010-2011 Texas Instruments Incorporated - https://www.ti.com24 #include <linux/dma-mapping.h>44 * dwc3_get_dr_mode - Validates and sets dr_mode50 struct device *dev = dwc->dev; in dwc3_get_dr_mode()53 if (dwc->dr_mode == USB_DR_MODE_UNKNOWN) in dwc3_get_dr_mode()54 dwc->dr_mode = USB_DR_MODE_OTG; in dwc3_get_dr_mode()56 mode = dwc->dr_mode; in dwc3_get_dr_mode()57 hw_mode = DWC3_GHWPARAMS0_MODE(dwc->hwparams.hwparams0); in dwc3_get_dr_mode()[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)6 #include <dt-bindings/clock/rk3528-cru.h>7 #include <dt-bindings/gpio/gpio.h>8 #include <dt-bindings/interrupt-controller/arm-gic.h>9 #include <dt-bindings/interrupt-controller/irq.h>10 #include <dt-bindings/phy/phy.h>11 #include <dt-bindings/pinctrl/rockchip.h>12 #include <dt-bindings/power/rk3528-power.h>13 #include <dt-bindings/soc/rockchip,boot-mode.h>14 #include <dt-bindings/soc/rockchip-system-status.h>[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)6 #include <dt-bindings/clock/rk3568-cru.h>7 #include <dt-bindings/interrupt-controller/arm-gic.h>8 #include <dt-bindings/interrupt-controller/irq.h>9 #include <dt-bindings/pinctrl/rockchip.h>10 #include <dt-bindings/soc/rockchip,boot-mode.h>11 #include <dt-bindings/phy/phy.h>12 #include <dt-bindings/power/rk3568-power.h>13 #include <dt-bindings/soc/rockchip-system-status.h>14 #include <dt-bindings/suspend/rockchip-rk3568.h>[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)6 #include <dt-bindings/clock/rk3562-cru.h>7 #include <dt-bindings/interrupt-controller/arm-gic.h>8 #include <dt-bindings/interrupt-controller/irq.h>9 #include <dt-bindings/phy/phy.h>10 #include <dt-bindings/power/rk3562-power.h>11 #include <dt-bindings/pinctrl/rockchip.h>12 #include <dt-bindings/soc/rockchip,boot-mode.h>13 #include <dt-bindings/soc/rockchip-system-status.h>14 #include <dt-bindings/suspend/rockchip-rk3562.h>[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)4 #include <dt-bindings/clock/rk1808-cru.h>5 #include <dt-bindings/interrupt-controller/arm-gic.h>6 #include <dt-bindings/interrupt-controller/irq.h>7 #include <dt-bindings/pinctrl/rockchip.h>8 #include <dt-bindings/power/rk1808-power.h>9 #include <dt-bindings/phy/phy.h>10 #include <dt-bindings/soc/rockchip,boot-mode.h>11 #include <dt-bindings/soc/rockchip-system-status.h>12 #include <dt-bindings/suspend/rockchip-rk1808.h>[all …]
1 /* SPDX-License-Identifier: GPL-2.0 */5 * Copyright (C) 2018-2019 Cadence.6 * Copyright (C) 2017-2018 NXP17 * USBSS-DEV register interface.22 * struct cdns3_usb_regs - device controller registers.52 * @buf_addr: Address for On-chip Buffer operations.53 * @buf_data: Data for On-chip Buffer operations.54 * @buf_ctrl: On-chip Buffer Access Control.122 /* USB_CONF - bitmasks */131 /* Little Endian access - default */[all …]
1 // SPDX-License-Identifier: GPL-2.0+5 * Copyright (c) 2013-2019, NVIDIA CORPORATION. All rights reserved.12 #include <linux/dma-mapping.h>247 return (le32_to_cpu(ctx->member) >> (shift)) & (mask); \254 tmp = le32_to_cpu(ctx->member) & ~((mask) << (shift)); \256 ctx->member = cpu_to_le32(tmp); \339 return (le32_to_cpu(trb->member) >> (shift)) & (mask); \346 tmp = le32_to_cpu(trb->member) & ~((mask) << (shift)); \348 trb->member = cpu_to_le32(tmp); \563 return readl(xudc->fpci + offset); in fpci_readl()[all …]
... 70 esac 71fi 72 73# if the command-not-found package is installed, use it 74 ...