Home
last modified time | relevance | path

Searched refs:rd_reg16 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/tty/
H A Dsynclink_gt.c396 wr_reg16((info), SCR, (unsigned short)(rd_reg16((info), SCR) | (mask)))
398 wr_reg16((info), SCR, (unsigned short)(rd_reg16((info), SCR) & ~(mask)))
402 static __u16 rd_reg16(struct slgt_info *info, unsigned int addr);
1321 value = rd_reg16(info, TCR); in set_break()
2029 while (rd_reg16(info, SSR) & IRQ_RXDATA) { in isr_rxdata()
2030 reg = rd_reg16(info, RDR); in isr_rxdata()
2059 unsigned short status = rd_reg16(info, SSR); in isr_serial()
2202 unsigned short val = rd_reg16(info, TCR); in isr_txeom()
2633 wr_reg16(info, RCR, rd_reg16(info, RCR) | BIT3); in rx_enable()
2684 unsigned short val = rd_reg16(info, SCR); in wait_mgsl_event()
[all …]