Lines Matching refs:scd
756 write_sram(card, scq->scd, in push_on_scq()
772 read_sram(card, scq->scd + 1), scq->next); in push_on_scq()
952 write_sram(card, scq->scd, scq->paddr); in fill_scd()
953 write_sram(card, scq->scd + 1, 0x00000000); in fill_scd()
954 write_sram(card, scq->scd + 2, 0xffffffff); in fill_scd()
955 write_sram(card, scq->scd + 3, 0x00000000); in fill_scd()
1745 card->name, tct, vc->scq->scd); in set_tct()
1747 write_sram(card, tct + 0, TCT_CBR | vc->scq->scd); in set_tct()
1759 card->name, tct, vc->scq->scd); in set_tct()
1761 write_sram(card, tct + 0, TCT_UBR | vc->scq->scd); in set_tct()
2273 vc->scq->scd = get_free_scd(card, vc); in idt77252_init_tx()
2274 if (vc->scq->scd == 0) { in idt77252_init_tx()
2943 vc->scq->scd = card->scd_base; in open_card_ubr0()