Home
last modified time | relevance | path

Searched refs:tst_index (Results 1 – 2 of 2) sorted by relevance

/drivers/atm/
Didt77252.c1540 base = card->tst[card->tst_index]; in tst_timer()
1541 idle = card->tst[card->tst_index ^ 1]; in tst_timer()
1554 card->tst_index ^= 1; in tst_timer()
1557 base = card->tst[card->tst_index]; in tst_timer()
1558 idle = card->tst[card->tst_index ^ 1]; in tst_timer()
1620 idle = card->tst[card->tst_index ^ 1]; in __fill_tst()
1676 idle = card->tst[card->tst_index ^ 1]; in __clear_tst()
3233 card->tst_index = 0; in init_sram()
Didt77252.h398 unsigned int tst_index; /* Current TST in use */ member