Lines Matching refs:tbdf
40 volatile cbd_t *tbdf, *rbdf; local
100 tbdf = rbdf + 1;
101 tbdf->cbd_bufaddr = memaddr+4;
102 tbdf->cbd_sc = 0;
169 tbdf = rbdf + 1;
170 tbdf->cbd_bufaddr = memaddr+4;
171 tbdf->cbd_sc = 0;
205 tbdf = (cbd_t *)&cp->cp_dpmem[up->smc_tbase];
217 tbdf->cbd_sc |= BD_SC_WRAP;
242 volatile cbd_t *tbdf; local
247 tbdf = (cbd_t *)&cpmp->cp_dpmem[up->smc_tbase];
251 buf = (char *)tbdf->cbd_bufaddr;
252 while (tbdf->cbd_sc & BD_SC_READY);
255 tbdf->cbd_datlen = 1;
256 tbdf->cbd_sc |= BD_SC_READY;