Searched +full:rcar +full:- +full:gen3 +full:- +full:usb3 +full:- +full:peri (Results 1 – 1 of 1) sorted by relevance
1 // SPDX-License-Identifier: GPL-2.03 * Renesas USB3.0 Peripheral driver (USB gadget)5 * Copyright (C) 2015-2017 Renesas Electronics Corporation11 #include <linux/dma-mapping.h>13 #include <linux/extcon-provider.h>37 #define USB3_DMA_CH0_CON(n) (0x030 + ((n) - 1) * 0x10) /* n = 1 to 4 */38 #define USB3_DMA_CH0_PRD_ADR(n) (0x034 + ((n) - 1) * 0x10) /* n = 1 to 4 */43 #define USB3_DRD_CON(p) ((p)->is_rzv2m ? 0x400 : 0x218)50 #define USB3_USB_OTG_STA(p) ((p)->is_rzv2m ? 0x410 : 0x268)51 #define USB3_USB_OTG_INT_STA(p) ((p)->is_rzv2m ? 0x414 : 0x26c)[all …]