Searched refs:ep_base (Results 1 – 2 of 2) sorted by relevance
240 USBD_EP_T *ep_base = numaker_usbd_ep_base(dev, ep_cur->ep_hw_idx); in numaker_usbd_ep_set_stall() local243 ep_base->CFGP |= USBD_CFGP_SSTALL_Msk; in numaker_usbd_ep_set_stall()251 USBD_EP_T *ep_base = numaker_usbd_ep_base(dev, ep_cur->ep_hw_idx); in numaker_usbd_ep_clear_stall_n_data_toggle() local254 ep_base->CFGP &= ~USBD_CFGP_SSTALL_Msk; in numaker_usbd_ep_clear_stall_n_data_toggle()258 ep_base->CFG &= ~USBD_CFG_DSQSYNC_Msk; in numaker_usbd_ep_clear_stall_n_data_toggle()392 USBD_EP_T *ep_base; in numaker_usbd_bus_reset_th() local395 ep_base = numaker_usbd_ep_base(dev, EP0 + i); in numaker_usbd_bus_reset_th()398 ep_base->CFGP |= USBD_CFGP_CLRRDY_Msk; in numaker_usbd_bus_reset_th()401 ep_base->CFGP &= ~USBD_CFGP_SSTALL_Msk; in numaker_usbd_bus_reset_th()404 ep_base->CFG &= ~USBD_CFG_DSQSYNC_Msk; in numaker_usbd_bus_reset_th()[all …]
289 USBD_EP_T *ep_base = numaker_usbd_ep_base(dev, ep_cur->ep_hw_idx); in numaker_usbd_ep_set_stall() local292 ep_base->CFGP |= USBD_CFGP_SSTALL_Msk; in numaker_usbd_ep_set_stall()299 USBD_EP_T *ep_base = numaker_usbd_ep_base(dev, ep_cur->ep_hw_idx); in numaker_usbd_ep_clear_stall_n_data_toggle() local302 ep_base->CFGP &= ~USBD_CFGP_SSTALL_Msk; in numaker_usbd_ep_clear_stall_n_data_toggle()305 ep_base->CFG &= ~USBD_CFG_DSQSYNC_Msk; in numaker_usbd_ep_clear_stall_n_data_toggle()311 USBD_EP_T *ep_base = numaker_usbd_ep_base(dev, ep_cur->ep_hw_idx); in numaker_usbd_ep_is_stalled() local313 return ep_base->CFGP & USBD_CFGP_SSTALL_Msk; in numaker_usbd_ep_is_stalled()447 USBD_EP_T *ep_base; in numaker_usbd_bus_reset_th() local450 ep_base = numaker_usbd_ep_base(dev, EP0 + i); in numaker_usbd_bus_reset_th()453 ep_base->CFGP |= USBD_CFGP_CLRRDY_Msk; in numaker_usbd_bus_reset_th()[all …]