Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/dwc2/
H A Dhw.h578 #define DXEPINT_EPDISBLD BIT(1) macro
H A Dgadget.c3106 if (ints & DXEPINT_EPDISBLD) in dwc2_hsotg_epint()
3979 if (dwc2_hsotg_wait_bit_set(hsotg, epint_reg, DXEPINT_EPDISBLD, 100)) in dwc2_hsotg_ep_stop_xfr()
3984 dwc2_set_bit(hsotg, epint_reg, DXEPINT_EPDISBLD); in dwc2_hsotg_ep_stop_xfr()
/openbmc/qemu/include/hw/usb/
H A Ddwc2-regs.h602 #define DXEPINT_EPDISBLD BIT(1) macro