Searched refs:nqh (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/sys/dev/usb/controller/
H A Dohci.c2391 uint32_t nqh; local
2402 * calculate ntd and nqh
2412 nqh = 1;
2422 nqh = 1;
2432 nqh = 1;
2443 nqh = 1;
2451 nqh = 0;
2515 OHCI_ED_ALIGN, nqh)) {
2520 for (n = 0; n != nqh; n++) {
H A Duhci.c2841 uint32_t nqh; local
2854 * compute ntd and nqh
2864 nqh = 1;
2874 nqh = 1;
2884 nqh = 1;
2894 nqh = 0;
2901 nqh = 0;
2998 UHCI_QH_ALIGN, nqh)) {
3003 for (n = 0; n != nqh; n++) {
H A Dehci.c3501 uint32_t nqh; local
3510 nqh = 0;
3555 nqh = 1;
3568 nqh = 1;
3590 nqh = 1;
3714 EHCI_QH_ALIGN, nqh)) {
3719 for (n = 0; n != nqh; n++) {

Completed in 124 milliseconds