Home
last modified time | relevance | path

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

/Linux-v4.19/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.c865 chip->xd_show_cnt = MAX_SHOW_CNT; in rtsx_init_chip()
866 chip->sd_show_cnt = MAX_SHOW_CNT; in rtsx_init_chip()
867 chip->ms_show_cnt = MAX_SHOW_CNT; in rtsx_init_chip()
Drtsx_chip.h689 #define MAX_SHOW_CNT 10 macro