Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/port/musb/
A Dusb_dc_musb.c11 #define HWREGH(x) \ macro
341 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 …]
A Dusb_hc_musb.c12 #define HWREGH(x) \ macro
372 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 …]
A Dusb_glue_bk.c297 #define HWREGH(x) \ macro

Completed in 35 milliseconds