Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/chipidea/
Dci.h66 OP_ENDPTCTRL, enumerator
68 OP_LAST = OP_ENDPTCTRL + ENDPT_MAX / 2,
Dcore.c70 [OP_ENDPTCTRL] = 0x80U,
95 [OP_ENDPTCTRL] = 0xECU,
102 for (i = 0; i < OP_ENDPTCTRL; i++) in hw_alloc_regmap()
109 4 * (i - OP_ENDPTCTRL) + in hw_alloc_regmap()
111 ? ci_regs_lpm[OP_ENDPTCTRL] in hw_alloc_regmap()
112 : ci_regs_nolpm[OP_ENDPTCTRL]); in hw_alloc_regmap()
Dudc.c125 hw_write(ci, OP_ENDPTCTRL + num, in hw_ep_disable()
162 hw_write(ci, OP_ENDPTCTRL + num, mask, data); in hw_ep_enable()
178 return hw_read(ci, OP_ENDPTCTRL + num, mask) ? 1 : 0; in hw_ep_get_halt()
227 enum ci_hw_regs reg = OP_ENDPTCTRL + num; in hw_ep_set_halt()