Home
last modified time | relevance | path

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

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