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

/linux-master/include/linux/
H A Drtsx_usb.h29 #define MIN_DIV_N 60 macro
/linux-master/drivers/misc/cardreader/
H A Drtsx_usb.c435 /* Make sure that the SSC clock div_n is not less than MIN_DIV_N */
438 while (n < MIN_DIV_N && div < CLK_DIV_4) {

Completed in 546 milliseconds