Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/staging/rts5208/
Drtsx_card.c366 if (chip->xd_show_cnt >= MAX_SHOW_CNT) in rtsx_reset_cards()
380 if (chip->sd_show_cnt >= MAX_SHOW_CNT) { in rtsx_reset_cards()
390 if (chip->ms_show_cnt >= MAX_SHOW_CNT) in rtsx_reset_cards()
Drtsx_chip.c775 chip->xd_show_cnt = MAX_SHOW_CNT; in rtsx_init_chip()
776 chip->sd_show_cnt = MAX_SHOW_CNT; in rtsx_init_chip()
777 chip->ms_show_cnt = MAX_SHOW_CNT; in rtsx_init_chip()
Drtsx_chip.h677 #define MAX_SHOW_CNT 10 macro