Home
last modified time | relevance | path

Searched +full:lpc3220 +full:- +full:usb +full:- +full:clk (Results 1 – 4 of 4) sorted by relevance

/linux/Documentation/devicetree/bindings/clock/
H A Dnxp,lpc3220-usb-clk.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/clock/nxp,lpc3220-usb-clk.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: NXP LPC32xx USB Clock Controller
10 - Animesh Agarwal <animeshagarwal28@gmail.com>
14 const: nxp,lpc3220-usb-clk
19 '#clock-cells':
23 - compatible
24 - reg
[all …]
/linux/drivers/clk/nxp/
H A Dclk-lpc32xx.c1 // SPDX-License-Identifier: GPL-2.0-or-later
6 #include <linux/clk.h>
7 #include <linux/clk-provider.h>
12 #include <dt-bindings/clock/lpc32xx-clock.h>
17 /* Common bitfield definitions for x397 PLL (lock), USB PLL and HCLK PLL */
60 /* Clock registers on USB controller */
100 /* USB clocks */
118 /* Renumbered USB clocks, may have a parent from SCB table */
164 static struct clk *clk[LPC32XX_CLK_MAX]; variable
166 .clks = clk,
[all …]
/linux/
H A DMAINTAINERS5 ---------------------------------------------------
21 W: *Web-page* with status/info
23 B: URI for where to file *bugs*. A web-page with detailed bug
28 patches to the given subsystem. This is either an in-tree file,
29 or a URI. See Documentation/maintainer/maintainer-entry-profile.rst
46 N: [^a-z]tegra all files whose path contains tegra
64 ----------------
83 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
85 L: linux-scsi@vger.kernel.org
88 F: drivers/scsi/3w-*
[all …]
/linux/drivers/usb/gadget/udc/
H A Dlpc32xx_udc.c1 // SPDX-License-Identifier: GPL-2.0+
3 * USB Gadget driver for LPC32xx
18 #include <linux/clk.h>
20 #include <linux/dma-mapping.h>
30 #include <linux/usb/ch9.h>
31 #include <linux/usb/gadget.h>
32 #include <linux/usb/isp1301.h>
40 * USB device configuration structure
78 #define DATA_IN 1 /* Expect dev->host transfer */
79 #define DATA_OUT 2 /* Expect host->dev transfer */
[all …]