fotg210.h 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253
  1. /*
  2. * Faraday FOTG210 USB OTG controller
  3. *
  4. * Copyright (C) 2013 Faraday Technology Corporation
  5. * Author: Yuan-Hsin Chen <yhchen@faraday-tech.com>
  6. *
  7. * This program is free software; you can redistribute it and/or modify
  8. * it under the terms of the GNU General Public License as published by
  9. * the Free Software Foundation; either version 2 of the License, or
  10. * (at your option) any later version.
  11. */
  12. #include <linux/kernel.h>
  13. #define FOTG210_MAX_NUM_EP 5 /* ep0...ep4 */
  14. #define FOTG210_MAX_FIFO_NUM 4 /* fifo0...fifo4 */
  15. /* Global Mask of HC/OTG/DEV interrupt Register(0xC4) */
  16. #define FOTG210_GMIR 0xC4
  17. #define GMIR_INT_POLARITY 0x8 /*Active High*/
  18. #define GMIR_MHC_INT 0x4
  19. #define GMIR_MOTG_INT 0x2
  20. #define GMIR_MDEV_INT 0x1
  21. /* Device Main Control Register(0x100) */
  22. #define FOTG210_DMCR 0x100
  23. #define DMCR_HS_EN (1 << 6)
  24. #define DMCR_CHIP_EN (1 << 5)
  25. #define DMCR_SFRST (1 << 4)
  26. #define DMCR_GOSUSP (1 << 3)
  27. #define DMCR_GLINT_EN (1 << 2)
  28. #define DMCR_HALF_SPEED (1 << 1)
  29. #define DMCR_CAP_RMWAKUP (1 << 0)
  30. /* Device Address Register(0x104) */
  31. #define FOTG210_DAR 0x104
  32. #define DAR_AFT_CONF (1 << 7)
  33. /* Device Test Register(0x108) */
  34. #define FOTG210_DTR 0x108
  35. #define DTR_TST_CLRFF (1 << 0)
  36. /* PHY Test Mode Selector register(0x114) */
  37. #define FOTG210_PHYTMSR 0x114
  38. #define PHYTMSR_TST_PKT (1 << 4)
  39. #define PHYTMSR_TST_SE0NAK (1 << 3)
  40. #define PHYTMSR_TST_KSTA (1 << 2)
  41. #define PHYTMSR_TST_JSTA (1 << 1)
  42. #define PHYTMSR_UNPLUG (1 << 0)
  43. /* Cx configuration and FIFO Empty Status register(0x120) */
  44. #define FOTG210_DCFESR 0x120
  45. #define DCFESR_FIFO_EMPTY(fifo) (1 << 8 << (fifo))
  46. #define DCFESR_CX_EMP (1 << 5)
  47. #define DCFESR_CX_CLR (1 << 3)
  48. #define DCFESR_CX_STL (1 << 2)
  49. #define DCFESR_TST_PKDONE (1 << 1)
  50. #define DCFESR_CX_DONE (1 << 0)
  51. /* Device IDLE Counter Register(0x124) */
  52. #define FOTG210_DICR 0x124
  53. /* Device Mask of Interrupt Group Register (0x130) */
  54. #define FOTG210_DMIGR 0x130
  55. #define DMIGR_MINT_G0 (1 << 0)
  56. /* Device Mask of Interrupt Source Group 0(0x134) */
  57. #define FOTG210_DMISGR0 0x134
  58. #define DMISGR0_MCX_COMEND (1 << 3)
  59. #define DMISGR0_MCX_OUT_INT (1 << 2)
  60. #define DMISGR0_MCX_IN_INT (1 << 1)
  61. #define DMISGR0_MCX_SETUP_INT (1 << 0)
  62. /* Device Mask of Interrupt Source Group 1 Register(0x138)*/
  63. #define FOTG210_DMISGR1 0x138
  64. #define DMISGR1_MF3_IN_INT (1 << 19)
  65. #define DMISGR1_MF2_IN_INT (1 << 18)
  66. #define DMISGR1_MF1_IN_INT (1 << 17)
  67. #define DMISGR1_MF0_IN_INT (1 << 16)
  68. #define DMISGR1_MF_IN_INT(fifo) (1 << (16 + (fifo)))
  69. #define DMISGR1_MF3_SPK_INT (1 << 7)
  70. #define DMISGR1_MF3_OUT_INT (1 << 6)
  71. #define DMISGR1_MF2_SPK_INT (1 << 5)
  72. #define DMISGR1_MF2_OUT_INT (1 << 4)
  73. #define DMISGR1_MF1_SPK_INT (1 << 3)
  74. #define DMISGR1_MF1_OUT_INT (1 << 2)
  75. #define DMISGR1_MF0_SPK_INT (1 << 1)
  76. #define DMISGR1_MF0_OUT_INT (1 << 0)
  77. #define DMISGR1_MF_OUTSPK_INT(fifo) (0x3 << (fifo) * 2)
  78. /* Device Mask of Interrupt Source Group 2 Register (0x13C) */
  79. #define FOTG210_DMISGR2 0x13C
  80. #define DMISGR2_MDMA_ERROR (1 << 8)
  81. #define DMISGR2_MDMA_CMPLT (1 << 7)
  82. /* Device Interrupt group Register (0x140) */
  83. #define FOTG210_DIGR 0x140
  84. #define DIGR_INT_G2 (1 << 2)
  85. #define DIGR_INT_G1 (1 << 1)
  86. #define DIGR_INT_G0 (1 << 0)
  87. /* Device Interrupt Source Group 0 Register (0x144) */
  88. #define FOTG210_DISGR0 0x144
  89. #define DISGR0_CX_COMABT_INT (1 << 5)
  90. #define DISGR0_CX_COMFAIL_INT (1 << 4)
  91. #define DISGR0_CX_COMEND_INT (1 << 3)
  92. #define DISGR0_CX_OUT_INT (1 << 2)
  93. #define DISGR0_CX_IN_INT (1 << 1)
  94. #define DISGR0_CX_SETUP_INT (1 << 0)
  95. /* Device Interrupt Source Group 1 Register (0x148) */
  96. #define FOTG210_DISGR1 0x148
  97. #define DISGR1_OUT_INT(fifo) (1 << ((fifo) * 2))
  98. #define DISGR1_SPK_INT(fifo) (1 << 1 << ((fifo) * 2))
  99. #define DISGR1_IN_INT(fifo) (1 << 16 << (fifo))
  100. /* Device Interrupt Source Group 2 Register (0x14C) */
  101. #define FOTG210_DISGR2 0x14C
  102. #define DISGR2_DMA_ERROR (1 << 8)
  103. #define DISGR2_DMA_CMPLT (1 << 7)
  104. #define DISGR2_RX0BYTE_INT (1 << 6)
  105. #define DISGR2_TX0BYTE_INT (1 << 5)
  106. #define DISGR2_ISO_SEQ_ABORT_INT (1 << 4)
  107. #define DISGR2_ISO_SEQ_ERR_INT (1 << 3)
  108. #define DISGR2_RESM_INT (1 << 2)
  109. #define DISGR2_SUSP_INT (1 << 1)
  110. #define DISGR2_USBRST_INT (1 << 0)
  111. /* Device Receive Zero-Length Data Packet Register (0x150)*/
  112. #define FOTG210_RX0BYTE 0x150
  113. #define RX0BYTE_EP8 (1 << 7)
  114. #define RX0BYTE_EP7 (1 << 6)
  115. #define RX0BYTE_EP6 (1 << 5)
  116. #define RX0BYTE_EP5 (1 << 4)
  117. #define RX0BYTE_EP4 (1 << 3)
  118. #define RX0BYTE_EP3 (1 << 2)
  119. #define RX0BYTE_EP2 (1 << 1)
  120. #define RX0BYTE_EP1 (1 << 0)
  121. /* Device Transfer Zero-Length Data Packet Register (0x154)*/
  122. #define FOTG210_TX0BYTE 0x154
  123. #define TX0BYTE_EP8 (1 << 7)
  124. #define TX0BYTE_EP7 (1 << 6)
  125. #define TX0BYTE_EP6 (1 << 5)
  126. #define TX0BYTE_EP5 (1 << 4)
  127. #define TX0BYTE_EP4 (1 << 3)
  128. #define TX0BYTE_EP3 (1 << 2)
  129. #define TX0BYTE_EP2 (1 << 1)
  130. #define TX0BYTE_EP1 (1 << 0)
  131. /* Device IN Endpoint x MaxPacketSize Register(0x160+4*(x-1)) */
  132. #define FOTG210_INEPMPSR(ep) (0x160 + 4 * ((ep) - 1))
  133. #define INOUTEPMPSR_MPS(mps) ((mps) & 0x2FF)
  134. #define INOUTEPMPSR_STL_EP (1 << 11)
  135. #define INOUTEPMPSR_RESET_TSEQ (1 << 12)
  136. /* Device OUT Endpoint x MaxPacketSize Register(0x180+4*(x-1)) */
  137. #define FOTG210_OUTEPMPSR(ep) (0x180 + 4 * ((ep) - 1))
  138. /* Device Endpoint 1~4 Map Register (0x1A0) */
  139. #define FOTG210_EPMAP 0x1A0
  140. #define EPMAP_FIFONO(ep, dir) \
  141. ((((ep) - 1) << ((ep) - 1) * 8) << ((dir) ? 0 : 4))
  142. #define EPMAP_FIFONOMSK(ep, dir) \
  143. ((3 << ((ep) - 1) * 8) << ((dir) ? 0 : 4))
  144. /* Device FIFO Map Register (0x1A8) */
  145. #define FOTG210_FIFOMAP 0x1A8
  146. #define FIFOMAP_DIROUT(fifo) (0x0 << 4 << (fifo) * 8)
  147. #define FIFOMAP_DIRIN(fifo) (0x1 << 4 << (fifo) * 8)
  148. #define FIFOMAP_BIDIR(fifo) (0x2 << 4 << (fifo) * 8)
  149. #define FIFOMAP_NA(fifo) (0x3 << 4 << (fifo) * 8)
  150. #define FIFOMAP_EPNO(ep) ((ep) << ((ep) - 1) * 8)
  151. #define FIFOMAP_EPNOMSK(ep) (0xF << ((ep) - 1) * 8)
  152. /* Device FIFO Confuguration Register (0x1AC) */
  153. #define FOTG210_FIFOCF 0x1AC
  154. #define FIFOCF_TYPE(type, fifo) ((type) << (fifo) * 8)
  155. #define FIFOCF_BLK_SIN(fifo) (0x0 << (fifo) * 8 << 2)
  156. #define FIFOCF_BLK_DUB(fifo) (0x1 << (fifo) * 8 << 2)
  157. #define FIFOCF_BLK_TRI(fifo) (0x2 << (fifo) * 8 << 2)
  158. #define FIFOCF_BLKSZ_512(fifo) (0x0 << (fifo) * 8 << 4)
  159. #define FIFOCF_BLKSZ_1024(fifo) (0x1 << (fifo) * 8 << 4)
  160. #define FIFOCF_FIFO_EN(fifo) (0x1 << (fifo) * 8 << 5)
  161. /* Device FIFO n Instruction and Byte Count Register (0x1B0+4*n) */
  162. #define FOTG210_FIBCR(fifo) (0x1B0 + (fifo) * 4)
  163. #define FIBCR_BCFX 0x7FF
  164. #define FIBCR_FFRST (1 << 12)
  165. /* Device DMA Target FIFO Number Register (0x1C0) */
  166. #define FOTG210_DMATFNR 0x1C0
  167. #define DMATFNR_ACC_CXF (1 << 4)
  168. #define DMATFNR_ACC_F3 (1 << 3)
  169. #define DMATFNR_ACC_F2 (1 << 2)
  170. #define DMATFNR_ACC_F1 (1 << 1)
  171. #define DMATFNR_ACC_F0 (1 << 0)
  172. #define DMATFNR_ACC_FN(fifo) (1 << (fifo))
  173. #define DMATFNR_DISDMA 0
  174. /* Device DMA Controller Parameter setting 1 Register (0x1C8) */
  175. #define FOTG210_DMACPSR1 0x1C8
  176. #define DMACPSR1_DMA_LEN(len) (((len) & 0xFFFF) << 8)
  177. #define DMACPSR1_DMA_ABORT (1 << 3)
  178. #define DMACPSR1_DMA_TYPE(dir_in) (((dir_in) ? 1 : 0) << 1)
  179. #define DMACPSR1_DMA_START (1 << 0)
  180. /* Device DMA Controller Parameter setting 2 Register (0x1CC) */
  181. #define FOTG210_DMACPSR2 0x1CC
  182. /* Device DMA Controller Parameter setting 3 Register (0x1CC) */
  183. #define FOTG210_CXPORT 0x1D0
  184. struct fotg210_request {
  185. struct usb_request req;
  186. struct list_head queue;
  187. };
  188. struct fotg210_ep {
  189. struct usb_ep ep;
  190. struct fotg210_udc *fotg210;
  191. struct list_head queue;
  192. unsigned stall:1;
  193. unsigned wedged:1;
  194. unsigned use_dma:1;
  195. unsigned char epnum;
  196. unsigned char type;
  197. unsigned char dir_in;
  198. unsigned int maxp;
  199. const struct usb_endpoint_descriptor *desc;
  200. };
  201. struct fotg210_udc {
  202. spinlock_t lock; /* protect the struct */
  203. void __iomem *reg;
  204. unsigned long irq_trigger;
  205. struct usb_gadget gadget;
  206. struct usb_gadget_driver *driver;
  207. struct fotg210_ep *ep[FOTG210_MAX_NUM_EP];
  208. struct usb_request *ep0_req; /* for internal request */
  209. __le16 ep0_data;
  210. u8 ep0_dir; /* 0/0x80 out/in */
  211. u8 reenum; /* if re-enumeration */
  212. };
  213. #define gadget_to_fotg210(g) container_of((g), struct fotg210_udc, gadget)