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

  /src/sys/dev/usb/
uhmodem.c 599 static uint8_t init_cmd[] = {0x00, 0xE1, 0x00, 0x00, 0x00, 0x00, 0x08}; local in function:a2502_init
612 if (uhmodem_regwrite(dev, init_cmd, sizeof(init_cmd)) ) {
if_upgt.c 597 const uint8_t init_cmd[] = { 0x7e, 0x7e, 0x7e, 0x7e }; local in function:upgt_device_init
600 len = sizeof(init_cmd);
601 memcpy(data_cmd->buf, init_cmd, len);

Completed in 100 milliseconds