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

/netbsd-current/sys/dev/usb/
H A Dxhcireg.h447 #define XHCI_TRB_3_DIR_IN __BIT(16) macro
H A Dxhci.c4470 control = (isread ? XHCI_TRB_3_DIR_IN : 0) |
4483 control = ((isread && (len > 0)) ? 0 : XHCI_TRB_3_DIR_IN) |

Completed in 77 milliseconds