Searched refs:tda (Results 1 – 6 of 6) sorted by relevance
462 unsigned char tda[3]; in stv0288_set_frontend() local489 tda[2] = 0x0; /* CFRL */ in stv0288_set_frontend()499 tda[2] += 40; in stv0288_set_frontend()500 if (tda[2] < 40) in stv0288_set_frontend()504 tda[2] = 0; in stv0288_set_frontend()507 tda[1] = (unsigned char)tm; in stv0288_set_frontend()508 stv0288_writeregI(state, 0x2b, tda[1]); in stv0288_set_frontend()509 stv0288_writeregI(state, 0x2c, tda[2]); in stv0288_set_frontend()
299 void *tda; /* Transmit descriptor area */ member403 sonic_buf_put(lp->tda, lp->dma_bitmode, in sonic_tda_put()411 return sonic_buf_get(lp->tda, lp->dma_bitmode, in sonic_tda_get()
186 lp->tda = lp->cda + (SIZEOF_SONIC_CDA in sonic_probe1()188 lp->rda = lp->tda + (SIZEOF_SONIC_TD * SONIC_NUM_TDS in sonic_probe1()
210 lp->tda = lp->cda + (SIZEOF_SONIC_CDA in sonic_probe1()212 lp->rda = lp->tda + (SIZEOF_SONIC_TD * SONIC_NUM_TDS in sonic_probe1()
213 lp->tda = lp->cda + (SIZEOF_SONIC_CDA in macsonic_init()215 lp->rda = lp->tda + (SIZEOF_SONIC_TD * SONIC_NUM_TDS in macsonic_init()
86 driver for all simple i2c audio control chips (tda/tea*).