Home
last modified time | relevance | path

Searched refs:outeptsfsiz (Results 1 – 2 of 2) sorted by relevance

/components/drivers/usb/cherryusb/port/aic/
A Dusb_dc_aic.c586 writel(0U, &AIC_UDC_REG->outeptsfsiz[i]); in usb_dc_rst()
1306 uint32_t outeptsfsiz = 0; in usbd_ep_start_read_raw() local
1359 outeptsfsiz = readl(&AIC_UDC_REG->outeptsfsiz[ep_idx]); in usbd_ep_start_read_raw()
1360 outeptsfsiz &= ~(DXEPTSIZ_PKT_CNT_MASK); in usbd_ep_start_read_raw()
1361 outeptsfsiz &= ~(DXEPTSIZ_XFER_SIZE_MASK); in usbd_ep_start_read_raw()
1362 outeptsfsiz &= ~(DXEPTSIZ_MULCNT_MASK); in usbd_ep_start_read_raw()
1365 outeptsfsiz |= (DXEPTSIZ_PKT_CNT_MASK & (1 << 19)); in usbd_ep_start_read_raw()
1367 writel(outeptsfsiz, &AIC_UDC_REG->outeptsfsiz[ep_idx]); in usbd_ep_start_read_raw()
1378 outeptsfsiz |= (DXEPTSIZ_PKT_CNT_MASK & (1U << 19)); in usbd_ep_start_read_raw()
1380 writel(outeptsfsiz, &AIC_UDC_REG->outeptsfsiz[ep_idx]); in usbd_ep_start_read_raw()
[all …]
A Dusb_dc_aic_reg.h44 __IO uint32_t outeptsfsiz[5]; /* 0x02C0 - 0x02D0: OUTEPTSFSIZ() */ member

Completed in 11 milliseconds