Searched +full:lpc3220 +full:- +full:usb +full:- +full:clk (Results 1 – 4 of 4) sorted by relevance
1 # 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 Controller10 - Animesh Agarwal <animeshagarwal28@gmail.com>14 const: nxp,lpc3220-usb-clk19 '#clock-cells':23 - compatible24 - reg[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later6 #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]; variable166 .clks = clk,[all …]
5 ---------------------------------------------------21 W: *Web-page* with status/info23 B: URI for where to file *bugs*. A web-page with detailed bug28 patches to the given subsystem. This is either an in-tree file,29 or a URI. See Documentation/maintainer/maintainer-entry-profile.rst46 N: [^a-z]tegra all files whose path contains tegra64 ----------------83 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)85 L: linux-scsi@vger.kernel.org88 F: drivers/scsi/3w-*[all …]
1 // SPDX-License-Identifier: GPL-2.0+3 * USB Gadget driver for LPC32xx18 #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 structure78 #define DATA_IN 1 /* Expect dev->host transfer */79 #define DATA_OUT 2 /* Expect host->dev transfer */[all …]