Lines Matching refs:cd1400
30 * CD1400 & CD1190 chips
227 * CD1400 Routines
230 * cd1400_write_ccr write a value to CD1400 ccr
231 * cd1400_read_reg read from a CD1400 register
232 * cd1400_write_reg write to a CD1400 register
233 * cd1400_enable_transmitter enable transmitting on CD1400 channel
261 * Write a CD1400 channel command, should have a timeout?
264 cd1400_write_ccr(struct cd1400 *cd, u_char cmd)
273 * read a value from a cd1400 register
276 cd1400_read_reg(struct cd1400 *cd, int reg)
282 * write a value to a cd1400 register
285 cd1400_write_reg(struct cd1400 *cd, int reg, u_char value)
291 * enable transmit service requests for cd1400 channel
294 cd1400_enable_transmitter(struct cd1400 *cd, int channel)
411 * Find the clock speed; it's the same for all CD1400 chips
424 /* init the cd1400 chips */
426 struct cd1400 *cd = &sc->ms_cd1400[chip];
436 dprintf(("%s attach CD1400 %d addr %p rev %x clock %dMHz\n",
456 * the CD1400, so we make a note of it for later and set up
457 * the CD1400 for parallel mode operation.
510 struct cd1400 *cd;
516 * check status of all the CD1400 chips
898 struct cd1400 *cd;
933 /* reset CD1400 channel */
1002 struct cd1400 *cd = mp->mp_cd1400;
1218 struct cd1400 *cd = mp->mp_cd1400;
1284 struct cd1400 *cd = mp->mp_cd1400;
1352 * use the CD1400 automatic CTS flow control if CRTSCTS is set
1367 * (RTS and DTR lines are switched, CD1400 thinks its DTR)
1474 if( mp->mp_cd1400 ) { /* CD1400 */
1475 struct cd1400 *cd = mp->mp_cd1400;
1477 /* set up CD1400 channel */
1689 struct cd1400 *cd = mp->mp_cd1400;
1732 struct cd1400 *cd = mp->mp_cd1400;