Searched refs:fotg210 (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/usb/host/ |
| A D | fotg210-hcd.c | 669 i = HC_VERSION(fotg210, fotg210_readl(fotg210, in fill_registers_buffer() 727 fotg210->stats.normal, fotg210->stats.error, in fill_registers_buffer() 978 fotg210_writel(fotg210, fotg210->command, &fotg210->regs->command); in fotg210_quiesce() 997 fotg210_writel(fotg210, fotg210->command, &fotg210->regs->command); in fotg210_set_command_bit() 1007 fotg210_writel(fotg210, fotg210->command, &fotg210->regs->command); in fotg210_clear_command_bit() 1634 fotg210_writel(fotg210, fotg210->command, &fotg210->regs->command); in fotg210_hub_control() 1891 qh_destroy(fotg210, fotg210->async); in fotg210_mem_cleanup() 1895 qh_destroy(fotg210, fotg210->dummy); in fotg210_mem_cleanup() 3105 fotg210->async_iaa = fotg210->async_unlink; in start_iaa_cycle() 5041 fotg210_writel(fotg210, fotg210->command, &fotg210->regs->command); in fotg210_run() [all …]
|
| A D | fotg210.h | 307 #define QTD_NEXT(fotg210, dma) cpu_to_hc32(fotg210, (u32)dma) argument 336 #define ACTIVE_BIT(fotg210) cpu_to_hc32(fotg210, QTD_STS_ACTIVE) argument 337 #define HALT_BIT(fotg210) cpu_to_hc32(fotg210, QTD_STS_HALT) argument 338 #define STATUS_BIT(fotg210) cpu_to_hc32(fotg210, QTD_STS_STS) argument 351 #define QTD_MASK(fotg210) cpu_to_hc32(fotg210, ~0x1f) argument 358 #define Q_NEXT_TYPE(fotg210, dma) ((dma) & cpu_to_hc32(fotg210, 3 << 1)) argument 374 #define QH_NEXT(fotg210, dma) \ argument 378 #define FOTG210_LIST_END(fotg210) \ argument 551 #define ITD_ACTIVE(fotg210) cpu_to_hc32(fotg210, FOTG210_ISOC_ACTIVE) argument 612 return (readl(&fotg210->regs->otgcsr) in fotg210_get_speed() [all …]
|
| A D | Makefile | 86 obj-$(CONFIG_USB_FOTG210_HCD) += fotg210-hcd.o
|
| A D | Kconfig | 391 module will be called fotg210-hcd.
|
| /linux/drivers/usb/gadget/udc/ |
| A D | fotg210-udc.c | 84 struct fotg210_udc *fotg210 = ep->fotg210; in fotg210_fifo_ep_mapping() local 111 struct fotg210_udc *fotg210 = ep->fotg210; in fotg210_set_fifo_dir() local 121 struct fotg210_udc *fotg210 = ep->fotg210; in fotg210_set_tfrtype() local 132 struct fotg210_udc *fotg210 = ep->fotg210; in fotg210_set_mps() local 145 struct fotg210_udc *fotg210 = ep->fotg210; in fotg210_config_ep() local 257 struct fotg210_udc *fotg210 = ep->fotg210; in fotg210_enable_dma() local 446 struct fotg210_udc *fotg210 = ep->fotg210; in fotg210_set_epnstall() local 467 struct fotg210_udc *fotg210 = ep->fotg210; in fotg210_clear_epnstall() local 487 fotg210 = ep->fotg210; in fotg210_set_halt_and_wedge() 698 struct fotg210_udc *fotg210 = ep->fotg210; in fotg210_is_epnstall() local [all …]
|
| A D | Makefile | 37 obj-$(CONFIG_USB_FOTG210_UDC) += fotg210-udc.o
|
| A D | fotg210.h | 217 struct fotg210_udc *fotg210; member
|
| /linux/Documentation/devicetree/bindings/usb/ |
| A D | faraday,fotg210.txt | 8 "faraday,fotg210" 9 "cortina,gemini-usb", "faraday,fotg210" 28 compatible = "cortina,gemini-usb", "faraday,fotg210";
|
| /linux/arch/arm/boot/dts/ |
| A D | gemini.dtsi | 444 compatible = "cortina,gemini-usb", "faraday,fotg210"; 465 compatible = "cortina,gemini-usb", "faraday,fotg210";
|
Completed in 33 milliseconds