Home
last modified time | relevance | path

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

/drivers/staging/rts5208/
Drtsx_card.c384 if (chip->xd_show_cnt >= MAX_SHOW_CNT) in rtsx_reset_cards()
398 if (chip->sd_show_cnt >= MAX_SHOW_CNT) { in rtsx_reset_cards()
408 if (chip->ms_show_cnt >= MAX_SHOW_CNT) in rtsx_reset_cards()
Drtsx_chip.c686 chip->xd_show_cnt = MAX_SHOW_CNT; in rtsx_init_chip()
687 chip->sd_show_cnt = MAX_SHOW_CNT; in rtsx_init_chip()
688 chip->ms_show_cnt = MAX_SHOW_CNT; in rtsx_init_chip()
Drtsx_chip.h677 #define MAX_SHOW_CNT 10 macro