Searched +full:non +full:- +full:zero +full:- +full:ttctrl +full:- +full:ttha (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/usb/chipidea,usb2-common.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Xu Yang <xu.yang_2@nxp.com>25 clock-names:31 power-domains:37 reset-names:40 "#reset-cells":45 itc-setting:[all …]
1 // SPDX-License-Identifier: GPL-2.03 * core.c - ChipIdea USB IP core family device controller5 * Copyright (C) 2008 Chipidea - MIPS Technologies, Inc. All rights reserved.12 * - Four transfers are supported, usbtest is passed13 * - USB Certification for gadget: CH9 and Mass Storage are passed14 * - Low power mode15 * - USB wakeup19 #include <linux/dma-mapping.h>105 ci->hw_bank.regmap[i] = in hw_alloc_regmap()106 (i <= CAP_LAST ? ci->hw_bank.cap : ci->hw_bank.op) + in hw_alloc_regmap()[all …]