Searched refs:USB_IS_USBHS (Results 1 – 2 of 2) sorted by relevance
176 p_ctrl->p_reg = (void *) (USB_IS_USBHS(p_cfg->module_number) ? R_USB_HS0_BASE : R_USB_FS0_BASE); in R_USBD_Open()253 if (USB_IS_USBHS(p_ctrl->p_cfg->module_number)) in R_USBD_Connect()288 if (USB_IS_USBHS(p_ctrl->p_cfg->module_number)) in R_USBD_Disconnect()336 if (USB_IS_USBHS(p_ctrl->p_cfg->module_number)) in R_USBD_EdptOpen()369 if (USB_IS_USBHS(p_ctrl->p_cfg->module_number)) in R_USBD_EdptOpen()415 if (USB_IS_USBHS(p_ctrl->p_cfg->module_number)) in R_USBD_EdptClose()462 if (USB_IS_USBHS(p_ctrl->p_cfg->module_number)) in R_USBD_RemoteWakeup()603 if (USB_IS_USBHS(p_ctrl->p_cfg->module_number)) in R_USBD_EdptClearStall()683 if (USB_IS_USBHS(p_ctrl->p_cfg->module_number)) in get_pipectr()716 if (USB_IS_USBHS(p_ctrl->p_cfg->module_number)) in get_pipetre()[all …]
25 #define USB_IS_USBHS(usbip) ((usbip) == USB_HS_MODULE) macro