Searched refs:tda (Results 1 – 6 of 6) sorted by relevance
444 unsigned char tda[3]; in stv0288_set_frontend() local470 tda[2] = 0x0; /* CFRL */ in stv0288_set_frontend()480 tda[2] += 40; in stv0288_set_frontend()481 if (tda[2] < 40) in stv0288_set_frontend()485 tda[2] = 0; in stv0288_set_frontend()488 tda[1] = (unsigned char)tm; in stv0288_set_frontend()489 stv0288_writeregI(state, 0x2b, tda[1]); in stv0288_set_frontend()490 stv0288_writeregI(state, 0x2c, tda[2]); in stv0288_set_frontend()
300 void *tda; /* Transmit descriptor area */ member406 sonic_buf_put(lp->tda, lp->dma_bitmode, in sonic_tda_put()414 return sonic_buf_get(lp->tda, lp->dma_bitmode, in sonic_tda_get()
168 lp->tda = lp->cda + (SIZEOF_SONIC_CDA in sonic_probe1()170 lp->rda = lp->tda + (SIZEOF_SONIC_TD * SONIC_NUM_TDS in sonic_probe1()
195 lp->tda = lp->cda + (SIZEOF_SONIC_CDA in sonic_probe1()197 lp->rda = lp->tda + (SIZEOF_SONIC_TD * SONIC_NUM_TDS in sonic_probe1()
202 lp->tda = lp->cda + (SIZEOF_SONIC_CDA in macsonic_init()204 lp->rda = lp->tda + (SIZEOF_SONIC_TD * SONIC_NUM_TDS in macsonic_init()
188 driver for all simple i2c audio control chips (tda/tea*).