Searched refs:dz_in (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/serial/
H A Ddz.c70 * dz_in () and dz_out ()
77 static inline unsigned short dz_in(struct dz_port *dport, unsigned offset) function
111 tmp = dz_in(dport, DZ_TCR); /* read the TX flag */
124 tmp = dz_in(dport, DZ_TCR); /* read the TX flag */
183 while ((status = dz_in(dport_in, DZ_RBUF)) & DZ_DVAL) {
256 status = dz_in(dport_in, DZ_CSR);
305 status = dz_in(dport, DZ_MSR);
326 status = dz_in(dport, DZ_CSR);
349 if (dz_in(dport, DZ_MSR) & DZ_MODEM_DSR)
362 tmp = dz_in(dpor
[all...]

Completed in 42 milliseconds