Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/usb/atm/
Dspeedtch.c87 static unsigned int BMaxDSL = DEFAULT_B_MAX_DSL; variable
113 module_param(BMaxDSL, uint, S_IRUGO | S_IWUSR);
114 MODULE_PARM_DESC(BMaxDSL,
132 unsigned int BMaxDSL; member
238 buf[0] = instance->params.BMaxDSL & 0xff; in speedtch_test_sequence()
239 buf[1] = instance->params.BMaxDSL >> 8; in speedtch_test_sequence()
824 instance->params.BMaxDSL = BMaxDSL; in speedtch_bind()