HomeSort by: relevance | last modified time | path
    Searched refs:UDL_CMD_HEADER_SIZE (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/usb/
udl.h 54 #define UDL_CMD_HEADER_SIZE 6
57 (UDL_CMD_HEADER_SIZE + (width) * 2)
58 #define UDL_CMD_FILL_SIZE (UDL_CMD_HEADER_SIZE + 3)
59 #define UDL_CMD_COPY_SIZE (UDL_CMD_HEADER_SIZE + 3)
61 #define UDL_CMD_COMP_MIN_SIZE (UDL_CMD_HEADER_SIZE + UDL_CMD_COMP_WORD_SIZE)
udl.c 1466 sc->sc_cmd_cblen += UDL_CMD_HEADER_SIZE;

Completed in 13 milliseconds