Lines Matching refs:scd
755 write_sram(card, scq->scd, in push_on_scq()
771 read_sram(card, scq->scd + 1), scq->next); in push_on_scq()
950 write_sram(card, scq->scd, scq->paddr); in fill_scd()
951 write_sram(card, scq->scd + 1, 0x00000000); in fill_scd()
952 write_sram(card, scq->scd + 2, 0xffffffff); in fill_scd()
953 write_sram(card, scq->scd + 3, 0x00000000); in fill_scd()
1747 card->name, tct, vc->scq->scd); in set_tct()
1749 write_sram(card, tct + 0, TCT_CBR | vc->scq->scd); in set_tct()
1761 card->name, tct, vc->scq->scd); in set_tct()
1763 write_sram(card, tct + 0, TCT_UBR | vc->scq->scd); in set_tct()
2276 vc->scq->scd = get_free_scd(card, vc); in idt77252_init_tx()
2277 if (vc->scq->scd == 0) { in idt77252_init_tx()
2946 vc->scq->scd = card->scd_base; in open_card_ubr0()