Searched refs:tst_index (Results 1 – 2 of 2) sorted by relevance
1544 base = card->tst[card->tst_index]; in tst_timer()1545 idle = card->tst[card->tst_index ^ 1]; in tst_timer()1558 card->tst_index ^= 1; in tst_timer()1561 base = card->tst[card->tst_index]; in tst_timer()1562 idle = card->tst[card->tst_index ^ 1]; in tst_timer()1624 idle = card->tst[card->tst_index ^ 1]; in __fill_tst()1680 idle = card->tst[card->tst_index ^ 1]; in __clear_tst()3242 card->tst_index = 0; in init_sram()
395 unsigned int tst_index; /* Current TST in use */ member