Searched refs:fotg210 (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/usb/fotg210/ |
| H A D | fotg210-udc.c | 32 static void fotg210_ack_int(struct fotg210_udc *fotg210, u32 offset, u32 mask) in fotg210_ack_int() argument 34 u32 value = ioread32(fotg210->reg + offset); in fotg210_ack_int() 37 iowrite32(value, fotg210->reg + offset); in fotg210_ack_int() 42 u32 value = ioread32(ep->fotg210->reg + FOTG210_DMISGR1); in fotg210_disable_fifo_int() 48 iowrite32(value, ep->fotg210->reg + FOTG210_DMISGR1); in fotg210_disable_fifo_int() 53 u32 value = ioread32(ep->fotg210->reg + FOTG210_DMISGR1); in fotg210_enable_fifo_int() 59 iowrite32(value, ep->fotg210->reg + FOTG210_DMISGR1); in fotg210_enable_fifo_int() 62 static void fotg210_set_cxdone(struct fotg210_udc *fotg210) in fotg210_set_cxdone() argument 64 u32 value = ioread32(fotg210->reg + FOTG210_DCFESR); in fotg210_set_cxdone() 67 iowrite32(value, fotg210->reg + FOTG210_DCFESR); in fotg210_set_cxdone() [all …]
|
| H A D | fotg210-hcd.h | 185 struct fotg210 *fotg; /* Overarching FOTG210 device */ 195 static inline struct usb_hcd *fotg210_to_hcd(struct fotg210_hcd *fotg210) in fotg210_to_hcd() argument 197 return container_of((void *) fotg210, struct usb_hcd, hcd_priv); in fotg210_to_hcd() 213 #define HC_LENGTH(fotg210, p) (0x00ff&((p) >> /* bits 7:0 / offset 00h */ \ argument 214 (fotg210_big_endian_capbase(fotg210) ? 24 : 0))) 215 #define HC_VERSION(fotg210, p) (0xffff&((p) >> /* bits 31:16 / offset 02h */ \ argument 216 (fotg210_big_endian_capbase(fotg210) ? 0 : 16))) 308 #define QTD_NEXT(fotg210, dma) cpu_to_hc32(fotg210, (u32)dma) argument 337 #define ACTIVE_BIT(fotg210) cpu_to_hc32(fotg210, QTD_STS_ACTIVE) argument 338 #define HALT_BIT(fotg210) cpu_to_hc32(fotg210, QTD_STS_HALT) argument [all …]
|
| H A D | fotg210.h | 11 struct fotg210 { struct 20 void fotg210_vbus(struct fotg210 *fotg, bool enable); argument 23 int fotg210_hcd_probe(struct platform_device *pdev, struct fotg210 *fotg); 29 struct fotg210 *fotg) in fotg210_hcd_probe() 47 int fotg210_udc_probe(struct platform_device *pdev, struct fotg210 *fotg); 51 struct fotg210 *fotg) in fotg210_udc_probe()
|
| H A D | Kconfig | 25 module will be called fotg210-hcd. 36 dynamically linked module called "fotg210-udc".
|
| H A D | fotg210-udc.h | 219 struct fotg210_udc *fotg210; member 240 struct fotg210 *fotg;
|
| /linux/drivers/usb/ |
| H A D | Kconfig | 128 source "drivers/usb/fotg210/Kconfig"
|
| /linux/ |
| H A D | MAINTAINERS | 9621 F: drivers/usb/fotg210/
|