Home
last modified time | relevance | path

Searched defs:phy_epnum (Results 1 – 2 of 2) sorted by relevance

/rk3399_ARM-atf/drivers/st/usb_dwc3/
H A Dusb_dwc3.c502 #define __HAL_PCD_PHYEPNUM_TO_EPADDR(phy_epnum) (((phy_epnum) / 2U) | \ argument
667 static enum usb_status dwc3_execute_dep_cmd(dwc3_handle_t *dwc3_handle, uint8_t phy_epnum, in dwc3_execute_dep_cmd()
708 static bool dwc3_is_ep_enabled(dwc3_handle_t *dwc3_handle, uint8_t phy_epnum) in dwc3_is_ep_enabled()
1170 uint8_t phy_epnum = dwc3_read_ep_evt_epnum(event); in dwc3_handle_ep0_xfernotready_event() local
1257 uint8_t phy_epnum = dwc3_read_ep_evt_epnum(event); in dwc3_handle_ep_event() local
1599 uint16_t binterval, uint8_t phy_epnum, uint8_t intr_num, in dwc3_ep_configure()
/rk3399_ARM-atf/include/drivers/st/
H A Dusb_dwc3.h170 uint8_t phy_epnum; /* physical EP number 0 - 31 */ member