Searched refs:tda (Results 1 – 6 of 6) sorted by relevance
456 unsigned char tda[3]; in stv0288_set_frontend() local482 tda[2] = 0x0; /* CFRL */ in stv0288_set_frontend()492 tda[2] += 40; in stv0288_set_frontend()493 if (tda[2] < 40) in stv0288_set_frontend()497 tda[2] = 0; in stv0288_set_frontend()500 tda[1] = (unsigned char)tm; in stv0288_set_frontend()501 stv0288_writeregI(state, 0x2b, tda[1]); in stv0288_set_frontend()502 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()
186 driver for all simple i2c audio control chips (tda/tea*).