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

/netbsd-6-1-5-RELEASE/sys/dev/usb/
H A Dudl.h55 #define UDL_CMD_WIDTH_MAX 256 macro
H A Dudl.c1150 if (width >= UDL_CMD_WIDTH_MAX)
1151 width_cur = UDL_CMD_WIDTH_MAX;
1180 if (width >= UDL_CMD_WIDTH_MAX)
1181 width_cur = UDL_CMD_WIDTH_MAX;
1212 if (width >= UDL_CMD_WIDTH_MAX)
1213 width_cur = UDL_CMD_WIDTH_MAX;
1310 if (width >= UDL_CMD_WIDTH_MAX)
1311 endp = buf + UDL_CMD_WIDTH_MAX;

Completed in 173 milliseconds