Searched refs:hw_core (Results 1 – 2 of 2) sorted by relevance
78 mss_usb_core_info_t* hw_core in MSS_USBD_CIF_get_hwcore_info() argument82 hw_core->core_max_nbr_of_tx_ep = (USB->EP_INFO & 0x0Fu); /*lower nibble for txep*/ in MSS_USBD_CIF_get_hwcore_info()83 hw_core->core_max_nbr_of_rx_ep = ((USB->EP_INFO & 0xF0u) >> 4u);/*higher nibble for txep*/ in MSS_USBD_CIF_get_hwcore_info()84 hw_core->core_ram_bus_width = (USB->RAM_INFO & 0x0Fu);/*lower nibble for bus width*/ in MSS_USBD_CIF_get_hwcore_info()85 …hw_core->core_max_nbr_of_dma_chan = ((USB->RAM_INFO & 0xF0u) >> 4u);/*higher nibble for dma channe… in MSS_USBD_CIF_get_hwcore_info()86 hw_core->core_WTCON = ((USB->LINK_INFO & 0xF0u) >> 4u);/*refer musb section 3 . 7 . 3*/ in MSS_USBD_CIF_get_hwcore_info()87 hw_core->core_WTID = (USB->LINK_INFO & 0x0Fu);/*refer musb section 3 . 7 . 3*/ in MSS_USBD_CIF_get_hwcore_info()88 hw_core->core_VPLEN = USB->VP_LEN; in MSS_USBD_CIF_get_hwcore_info()89 hw_core->core_HS_EOF1 = USB->HS_EOF1; in MSS_USBD_CIF_get_hwcore_info()90 hw_core->core_FS_EOF1 = USB->FS_EOF1; in MSS_USBD_CIF_get_hwcore_info()[all …]
34 mss_usb_core_info_t* hw_core