Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/port/ehci/
A Dusb_hc_ehci.c47 qtd->bufaddr = 0; in ehci_qtd_alloc()
280 static void ehci_qtd_bpl_fill(struct ehci_qtd_hw *qtd, uint32_t bufaddr, size_t buflen) in ehci_qtd_bpl_fill() argument
284 qtd->hw.bpl[0] = bufaddr; in ehci_qtd_bpl_fill()
285 rest = 0x1000 - (bufaddr & 0xfff); in ehci_qtd_bpl_fill()
290 bufaddr += 0x1000; in ehci_qtd_bpl_fill()
291 bufaddr &= ~0x0fff; in ehci_qtd_bpl_fill()
294 qtd->hw.bpl[i] = bufaddr; in ehci_qtd_bpl_fill()
295 bufaddr += 0x1000; in ehci_qtd_bpl_fill()
306 static void ehci_qtd_fill(struct ehci_qtd_hw *qtd, uint32_t bufaddr, size_t buflen, uint32_t token) in ehci_qtd_fill() argument
323 ehci_qtd_bpl_fill(qtd, usb_phyaddr2ramaddr(bufaddr), buflen); in ehci_qtd_fill()
[all …]
A Dusb_hc_ehci.h53 uintptr_t bufaddr; member

Completed in 18 milliseconds