Searched refs:OHCI_PAGE_SIZE (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/usb/controller/
H A Dohci.h46 #define OHCI_PAGE_SIZE 0x1000 macro
54 (USB_PAGE_SIZE < OHCI_PAGE_SIZE) || (OHCI_PAGE_SIZE == 0))
H A Dohci.c831 (OHCI_PAGE_SIZE + 1) : 0x0001);
2399 parm->hc_max_frame_size = OHCI_PAGE_SIZE;
2439 nitd = ((xfer->max_data_length / OHCI_PAGE_SIZE) +

Completed in 67 milliseconds