Home
last modified time | relevance | path

Searched refs:OP_ENDPTCTRL (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/usb/chipidea/
Dci.h64 OP_ENDPTCTRL, enumerator
66 OP_LAST = OP_ENDPTCTRL + ENDPT_MAX / 2,
Dcore.c95 [OP_ENDPTCTRL] = 0x80U,
120 [OP_ENDPTCTRL] = 0xECU,
127 for (i = 0; i < OP_ENDPTCTRL; i++) in hw_alloc_regmap()
134 4 * (i - OP_ENDPTCTRL) + in hw_alloc_regmap()
136 ? ci_regs_lpm[OP_ENDPTCTRL] in hw_alloc_regmap()
137 : ci_regs_nolpm[OP_ENDPTCTRL]); in hw_alloc_regmap()
Dudc.c121 hw_write(ci, OP_ENDPTCTRL + num, in hw_ep_disable()
157 hw_write(ci, OP_ENDPTCTRL + num, mask, data); in hw_ep_enable()
172 return hw_read(ci, OP_ENDPTCTRL + num, mask) ? 1 : 0; in hw_ep_get_halt()
219 enum ci_hw_regs reg = OP_ENDPTCTRL + num; in hw_ep_set_halt()