Home
last modified time | relevance | path

Searched refs:down_int (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/usb/atm/
H A Dspeedtch.c605 static const unsigned char down_int[6] = { 0xa1, 0x00, 0x00, 0x00, 0x00, 0x00 }; in speedtch_handle_int() local
617 } else if ((count == 6) && !memcmp(down_int, instance->int_data, 6)) { in speedtch_handle_int()