Home
last modified time | relevance | path

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

/drivers/usb/chipidea/
Dcore.c95 [OP_ENDPTCTRL] = 0x80U,
117 [OP_ENDPTCTRL] = 0xECU,
124 for (i = 0; i < OP_ENDPTCTRL; i++) in hw_alloc_regmap()
131 4 * (i - OP_ENDPTCTRL) + in hw_alloc_regmap()
133 ? ci_regs_lpm[OP_ENDPTCTRL] in hw_alloc_regmap()
134 : ci_regs_nolpm[OP_ENDPTCTRL]); in hw_alloc_regmap()
Dci.h53 OP_ENDPTCTRL, enumerator
55 OP_LAST = OP_ENDPTCTRL + ENDPT_MAX / 2,
Dudc.c128 hw_write(ci, OP_ENDPTCTRL + num, in hw_ep_disable()
164 hw_write(ci, OP_ENDPTCTRL + num, mask, data); in hw_ep_enable()
179 return hw_read(ci, OP_ENDPTCTRL + num, mask) ? 1 : 0; in hw_ep_get_halt()
223 enum ci_hw_regs reg = OP_ENDPTCTRL + num; in hw_ep_set_halt()