Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rts5208/
Drtsx_card.c377 if (chip->xd_show_cnt >= MAX_SHOW_CNT) in rtsx_reset_cards()
391 if (chip->sd_show_cnt >= MAX_SHOW_CNT) { in rtsx_reset_cards()
401 if (chip->ms_show_cnt >= MAX_SHOW_CNT) in rtsx_reset_cards()
Drtsx_chip.c953 chip->xd_show_cnt = MAX_SHOW_CNT; in rtsx_init_chip()
954 chip->sd_show_cnt = MAX_SHOW_CNT; in rtsx_init_chip()
955 chip->ms_show_cnt = MAX_SHOW_CNT; in rtsx_init_chip()
Drtsx_chip.h677 #define MAX_SHOW_CNT 10 macro