Symbol: rd_reg16
drivers/tty/synclink_gt.c
1322
value = rd_reg16(info, TCR);
drivers/tty/synclink_gt.c
2030
while (rd_reg16(info, SSR) & IRQ_RXDATA) {
drivers/tty/synclink_gt.c
2031
reg = rd_reg16(info, RDR);
drivers/tty/synclink_gt.c
2060
unsigned short status = rd_reg16(info, SSR);
drivers/tty/synclink_gt.c
2203
unsigned short val = rd_reg16(info, TCR);
drivers/tty/synclink_gt.c
2634
wr_reg16(info, RCR, rd_reg16(info, RCR) | BIT3);
drivers/tty/synclink_gt.c
2685
unsigned short val = rd_reg16(info, SCR);
drivers/tty/synclink_gt.c
2751
(unsigned short)(rd_reg16(info, SCR) & ~IRQ_RXIDLE));
drivers/tty/synclink_gt.c
2781
val = rd_reg16(info, TCR);
drivers/tty/synclink_gt.c
3804
wr_reg16(info, SCR, (unsigned short)(rd_reg16(info, SCR) | BIT2));
drivers/tty/synclink_gt.c
3852
val = rd_reg16(info, RCR) & ~BIT1; /* clear enable bit */
drivers/tty/synclink_gt.c
3877
val = rd_reg16(info, RCR) & ~BIT1; /* clear enable bit */
drivers/tty/synclink_gt.c
3886
wr_reg16(info, SCR, (unsigned short)(rd_reg16(info, SCR) & ~BIT14));
drivers/tty/synclink_gt.c
3894
wr_reg16(info, SCR, (unsigned short)(rd_reg16(info, SCR) | BIT14));
drivers/tty/synclink_gt.c
3910
wr_reg16(info, RCR, (unsigned short)(rd_reg16(info, RCR) | BIT1));
drivers/tty/synclink_gt.c
3920
(unsigned short)((rd_reg16(info, TCR) | BIT1) & ~BIT2));
drivers/tty/synclink_gt.c
3963
val = rd_reg16(info, TCR) & ~BIT1; /* clear enable bit */
drivers/tty/synclink_gt.c
397
wr_reg16((info), SCR, (unsigned short)(rd_reg16((info), SCR) | (mask)))
drivers/tty/synclink_gt.c
399
wr_reg16((info), SCR, (unsigned short)(rd_reg16((info), SCR) & ~(mask)))
drivers/tty/synclink_gt.c
403
static __u16 rd_reg16(struct slgt_info *info, unsigned int addr);
drivers/tty/synclink_gt.c
4326
wr_reg16(info, RCR, (unsigned short)(rd_reg16(info, RCR) | val));
drivers/tty/synclink_gt.c
4374
tcr = rd_reg16(info, TCR);
drivers/tty/synclink_gt.c
4410
unsigned short status = rd_reg16(info, SSR);
drivers/tty/synclink_gt.c
4848
if ((rd_reg16(info, TIR) != patterns[i]) ||
drivers/tty/synclink_gt.c
4849
(rd_reg16(info, BDR) != patterns[(i+1)%count])) {
drivers/tty/synclink_gt.c
4875
(unsigned short)(rd_reg16(info, TCR) | BIT1));