Home
last modified time | relevance | path

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

/drivers/staging/cxt1e1/
Dmusycc.c318 ch->up->regram->thp[ch->gchan] = cpu_to_le32(OS_vtophys(md)); in musycc_update_tx_thp()
624 pi->regram->rscm[idx * 8 + j] = (bits[j] < 0) ? 0 : (0x80 | bits[j]); in musycc_update_timeslots()
625 pi->regram->tscm[idx * 8 + j] = (bits[j] < 0) ? 0 : (0x80 | bits[j]); in musycc_update_timeslots()
628 pi->regram->rtsm[i] = ts; in musycc_update_timeslots()
629 pi->regram->ttsm[i] = ts; in musycc_update_timeslots()
665 pi->regram->rtsm[i] = ts; in musycc_update_timeslots()
666 pi->regram->ttsm[i] = ts; in musycc_update_timeslots()
708 pci_write_32((u_int32_t *) &pi->reg->gbp, OS_vtophys(pi->regram)); in musycc_init_port()
710 pi->regram->grcd = in musycc_init_port()
720 pi->regram->pcd = in musycc_init_port()
[all …]
Dpmcc4_drv.c862 dpr = (u_int32_t *) ((u_long) pi->regram + offset); in c4_musycc_rw()
957 pci_write_32 ((u_int32_t *) &pi->reg->gbp, OS_vtophys (pi->regram)); in c4_set_port()
963 pi->regram->grcd = in c4_set_port()
973 pi->regram->pcd = in c4_set_port()
980 pi->regram->mld = __constant_cpu_to_le32 (cxt1e1_max_mru | (cxt1e1_max_mru << 16)); in c4_set_port()
1003 pi->regram->ttsm[i] = 0; in c4_set_port()
1004 pi->regram->rtsm[i] = 0; in c4_set_port()
1318 pi->regram->tcct[gchan] = cpu_to_le32 (ccd); in c4_chan_up()
1324 pi->regram->rcct[gchan] = cpu_to_le32 (ccd); in c4_chan_up()
1420 pi->regram->thp[gchan] = tmp; in c4_chan_up()
[all …]
Dpmcc4_private.h132 struct musycc_groupr *regram; member
182 struct musycc_groupr *regram; member