Symbol: read_zsreg
drivers/tty/serial/ip22zilog.c
142
regval = read_zsreg(channel, R1);
drivers/tty/serial/ip22zilog.c
163
unsigned char stat = read_zsreg(channel, R1);
drivers/tty/serial/ip22zilog.c
260
r1 = read_zsreg(channel, R1);
drivers/tty/serial/ip22zilog.c
434
r3 = read_zsreg(channel, R3);
drivers/tty/serial/ip22zilog.c
685
unsigned char stat = read_zsreg(channel, R1);
drivers/tty/serial/ip22zilog.c
696
(void) read_zsreg(channel, R0);
drivers/tty/serial/pmac_zilog.c
1103
while ((read_zsreg(uap, R0) & Tx_BUF_EMP) == 0
drivers/tty/serial/pmac_zilog.c
1104
|| (read_zsreg(uap, R1) & ALL_SNT) == 0) {
drivers/tty/serial/pmac_zilog.c
111
unsigned char stat = read_zsreg(uap, R1);
drivers/tty/serial/pmac_zilog.c
1118
while (read_zsreg(uap, R0) & Rx_CH_AV) {
drivers/tty/serial/pmac_zilog.c
1141
while ((read_zsreg(uap, R0) & Rx_CH_AV) == 0) {
drivers/tty/serial/pmac_zilog.c
1158
while ((read_zsreg(uap, R0) & Rx_CH_AV) == 0) {
drivers/tty/serial/pmac_zilog.c
1294
if ((read_zsreg(uap, R0) & Rx_CH_AV) != 0)
drivers/tty/serial/pmac_zilog.c
1309
while ((read_zsreg(uap, R0) & Tx_BUF_EMP) == 0)
drivers/tty/serial/pmac_zilog.c
1864
while ((read_zsreg(uap, R0) & Tx_BUF_EMP) == 0)
drivers/tty/serial/pmac_zilog.c
225
r1 = read_zsreg(uap, R1);
drivers/tty/serial/pmac_zilog.c
293
ch = read_zsreg(uap, R0);
drivers/tty/serial/pmac_zilog.c
305
status = read_zsreg(uap, R0);
drivers/tty/serial/pmac_zilog.c
340
unsigned char status = read_zsreg(uap, R0);
drivers/tty/serial/pmac_zilog.c
425
r3 = read_zsreg(uap_a, R3);
drivers/tty/serial/pmac_zilog.c
487
status = read_zsreg(uap, R0);
drivers/tty/serial/pmac_zilog.c
559
status = read_zsreg(uap, R0);
drivers/tty/serial/pmac_zilog.c
594
status = read_zsreg(uap, R0);
drivers/tty/serial/pmac_zilog.c
782
while (read_zsreg(uap, 0) & Rx_CH_AV) {
drivers/tty/serial/pmac_zilog.c
783
(void)read_zsreg(uap, 8);
drivers/tty/serial/pmac_zilog.c
845
uap->prev_status = read_zsreg(uap, R0);
drivers/tty/serial/sunzilog.c
1007
r1 = read_zsreg(channel, R1);
drivers/tty/serial/sunzilog.c
1339
(void) read_zsreg(channel, R0);
drivers/tty/serial/sunzilog.c
160
regval = read_zsreg(channel, R1);
drivers/tty/serial/sunzilog.c
183
unsigned char stat = read_zsreg(channel, R1);
drivers/tty/serial/sunzilog.c
235
r15 = read_zsreg(channel, R15);
drivers/tty/serial/sunzilog.c
335
r1 = read_zsreg(channel, R1);
drivers/tty/serial/sunzilog.c
535
r3 = read_zsreg(channel, R3);
drivers/tty/serial/zs.c
204
printk("R%-2d = 0x%02x\t", j, read_zsreg(zport, j));
drivers/tty/serial/zs.c
231
while ((read_zsreg(zport, R0) & Rx_CH_AV) && --loops)
drivers/tty/serial/zs.c
241
while (!(read_zsreg(zport, R0) & Tx_BUF_EMP) && --loops) {
drivers/tty/serial/zs.c
254
while (!(read_zsreg(zport, R1) & ALL_SNT) && --loops) {
drivers/tty/serial/zs.c
311
status = read_zsreg(zport, R1);
drivers/tty/serial/zs.c
323
status_a = read_zsreg(zport_a, R0);
drivers/tty/serial/zs.c
324
status_b = read_zsreg(zport_b, R0);
drivers/tty/serial/zs.c
547
avail = read_zsreg(zport, R0) & Rx_CH_AV;
drivers/tty/serial/zs.c
553
status = read_zsreg(zport, R1) & (Rx_OVR | FRM_ERR | PAR_ERR);
drivers/tty/serial/zs.c
656
status = read_zsreg(zport, R0);
drivers/tty/serial/zs.c
719
zs_intreg = read_zsreg(zport_a, R3);
drivers/tty/serial/zs.c
796
zport->brk = read_zsreg(zport, R0) & BRK_ABRT;
drivers/tty/serial/zs.c
837
read_zsreg(zport, R0);