Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/chipidea/
Dci.h65 OP_ENDPTCTRL, enumerator
67 OP_LAST = OP_ENDPTCTRL + ENDPT_MAX / 2,
Dcore.c96 [OP_ENDPTCTRL] = 0x80U,
121 [OP_ENDPTCTRL] = 0xECU,
128 for (i = 0; i < OP_ENDPTCTRL; i++) in hw_alloc_regmap()
135 4 * (i - OP_ENDPTCTRL) + in hw_alloc_regmap()
137 ? ci_regs_lpm[OP_ENDPTCTRL] in hw_alloc_regmap()
138 : ci_regs_nolpm[OP_ENDPTCTRL]); in hw_alloc_regmap()
Dudc.c122 hw_write(ci, OP_ENDPTCTRL + num, in hw_ep_disable()
158 hw_write(ci, OP_ENDPTCTRL + num, mask, data); in hw_ep_enable()
173 return hw_read(ci, OP_ENDPTCTRL + num, mask) ? 1 : 0; in hw_ep_get_halt()
220 enum ci_hw_regs reg = OP_ENDPTCTRL + num; in hw_ep_set_halt()