Searched refs:HWREGH (Results 1 – 3 of 3) sorted by relevance
11 #define HWREGH(x) \ macro341 HWREGH(USB_BASE + MUSB_TXIE_OFFSET) = USB_TXIE_EP0; in usb_dc_init()342 HWREGH(USB_BASE + MUSB_RXIE_OFFSET) = 0; in usb_dc_init()355 HWREGH(USB_BASE + MUSB_TXIE_OFFSET) = 0; in usb_dc_deinit()356 HWREGH(USB_BASE + MUSB_RXIE_OFFSET) = 0; in usb_dc_deinit()651 HWREGH(USB_BASE + MUSB_TXIE_OFFSET) |= (1 << ep_idx); in usbd_ep_start_write()795 txis = HWREGH(USB_BASE + MUSB_TXIS_OFFSET); in USBD_IRQHandler()796 rxis = HWREGH(USB_BASE + MUSB_RXIS_OFFSET); in USBD_IRQHandler()807 HWREGH(USB_BASE + MUSB_RXIE_OFFSET) = 0; in USBD_IRQHandler()826 txis &= HWREGH(USB_BASE + MUSB_TXIE_OFFSET); in USBD_IRQHandler()[all …]
12 #define HWREGH(x) \ macro372 HWREGH(USB_BASE + MUSB_RXIE_OFFSET) |= (1 << chidx); in musb_bulk_urb_init()559 HWREGH(USB_BASE + MUSB_TXIE_OFFSET) = USB_TXIE_EP0; in usb_hc_init()560 HWREGH(USB_BASE + MUSB_RXIE_OFFSET) = 0; in usb_hc_init()576 HWREGH(USB_BASE + MUSB_TXIE_OFFSET) = 0; in usb_hc_deinit()577 HWREGH(USB_BASE + MUSB_RXIE_OFFSET) = 0; in usb_hc_deinit()927 size = HWREGH(USB_RXCOUNT_BASE(ep_idx)); in handle_ep0()995 txis = HWREGH(USB_BASE + MUSB_TXIS_OFFSET); in USBH_IRQHandler()996 rxis = HWREGH(USB_BASE + MUSB_RXIS_OFFSET); in USBH_IRQHandler()1036 txis &= HWREGH(USB_BASE + MUSB_TXIE_OFFSET); in USBH_IRQHandler()[all …]
297 #define HWREGH(x) \ macro
Completed in 35 milliseconds