HomeSort by: relevance | last modified time | path
    Searched defs:qctrl (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/usb/
if_axen.c 365 struct axen_qctrl qctrl; local in function:axen_ax88179_init
427 qctrl.ctrl = 0x07;
428 qctrl.timer_low = 0xcc;
429 qctrl.timer_high = 0x4c;
430 qctrl.bufsize = AXEN_BUFSZ_LS - 1;
431 qctrl.ifg = 0x08;
435 qctrl.ctrl = 0x07;
436 qctrl.timer_low = 0x02;
437 qctrl.timer_high = 0xa0;
438 qctrl.bufsize = AXEN_BUFSZ_HS - 1
    [all...]

Completed in 12 milliseconds