Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/rts_pstor/
Drtsx_card.c382 if (chip->xd_show_cnt >= MAX_SHOW_CNT) { in rtsx_reset_cards()
397 if (chip->sd_show_cnt >= MAX_SHOW_CNT) { in rtsx_reset_cards()
407 if (chip->ms_show_cnt >= MAX_SHOW_CNT) { in rtsx_reset_cards()
Drtsx_chip.c969 chip->xd_show_cnt = MAX_SHOW_CNT; in rtsx_init_chip()
970 chip->sd_show_cnt = MAX_SHOW_CNT; in rtsx_init_chip()
971 chip->ms_show_cnt = MAX_SHOW_CNT; in rtsx_init_chip()
Drtsx_chip.h669 #define MAX_SHOW_CNT 10 macro