Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/host/
Dusb-uhci.h200 __u32 *framelist; member
Dusb-uhci.c524 if (s->framelist) in cleanup_skel()
526 s->framelist, s->framelist_dma); in cleanup_skel()
569 s->framelist = pci_alloc_consistent(s->uhci_pci, PAGE_SIZE, in init_skel()
572 if (!s->framelist) in init_skel()
575 memset (s->framelist, 0, 4096); in init_skel()
603 s->framelist[n] = cpu_to_le32((__u32) td->dma_addr); in init_skel()
672 dbg("framelist[%i]=%x",n,le32_to_cpu(s->framelist[n])); in init_skel()
/linux-2.4.37.9/Documentation/usb/
Duhci.txt99 framelist[]