DZ_CSR            263 drivers/tty/serial/dz.c 	status = dz_in(dport, DZ_CSR);
DZ_CSR            344 drivers/tty/serial/dz.c 	status = dz_in(dport, DZ_CSR);
DZ_CSR            426 drivers/tty/serial/dz.c 	tmp = dz_in(dport, DZ_CSR);
DZ_CSR            428 drivers/tty/serial/dz.c 	dz_out(dport, DZ_CSR, tmp);
DZ_CSR            458 drivers/tty/serial/dz.c 		tmp = dz_in(dport, DZ_CSR);
DZ_CSR            460 drivers/tty/serial/dz.c 		dz_out(dport, DZ_CSR, tmp);
DZ_CSR            555 drivers/tty/serial/dz.c 	dz_out(dport, DZ_CSR, DZ_CLR);
DZ_CSR            556 drivers/tty/serial/dz.c 	while (dz_in(dport, DZ_CSR) & DZ_CLR);
DZ_CSR            560 drivers/tty/serial/dz.c 	dz_out(dport, DZ_CSR, DZ_MSE);
DZ_CSR            816 drivers/tty/serial/dz.c 	csr = dz_in(dport, DZ_CSR);
DZ_CSR            817 drivers/tty/serial/dz.c 	dz_out(dport, DZ_CSR, csr & ~DZ_TIE);
DZ_CSR            826 drivers/tty/serial/dz.c 		trdy = dz_in(dport, DZ_CSR);
DZ_CSR            842 drivers/tty/serial/dz.c 	dz_out(dport, DZ_CSR, csr);