Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/chipidea/
H A Dci.h67 OP_ENDPTCTRL, enumerator
69 OP_LAST = OP_ENDPTCTRL + ENDPT_MAX / 2,
H A Dcore.c71 [OP_ENDPTCTRL] = 0x80U,
97 [OP_ENDPTCTRL] = 0xECU,
104 for (i = 0; i < OP_ENDPTCTRL; i++) in hw_alloc_regmap()
111 4 * (i - OP_ENDPTCTRL) + in hw_alloc_regmap()
113 ? ci_regs_lpm[OP_ENDPTCTRL] in hw_alloc_regmap()
114 : ci_regs_nolpm[OP_ENDPTCTRL]); in hw_alloc_regmap()
H A Dudc.c128 hw_write(ci, OP_ENDPTCTRL + num, in hw_ep_disable()
165 hw_write(ci, OP_ENDPTCTRL + num, mask, data); in hw_ep_enable()
181 return hw_read(ci, OP_ENDPTCTRL + num, mask) ? 1 : 0; in hw_ep_get_halt()
230 enum ci_hw_regs reg = OP_ENDPTCTRL + num; in hw_ep_set_halt()