Searched refs:wr_reg8 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/tty/ |
H A D | synclink_gt.c | 401 static void wr_reg8(struct slgt_info *info, unsigned int addr, __u8 value); 3744 static void wr_reg8(struct slgt_info *info, unsigned int addr, __u8 value) in wr_reg8() function 3814 wr_reg8(info, CCR, 0x49); in enable_loopback() 4097 wr_reg8(info, CCR, 0x69); in async_mode() 4224 wr_reg8(info, TPR, (unsigned char)val); in sync_mode() 4310 wr_reg8(info, CCR, (unsigned char)val); in sync_mode() 4378 wr_reg8(info, TPR, (unsigned char)((info->idle_mode >> 8) & 0xff)); in tx_set_idle() 4401 wr_reg8(info, TIR, val); in tx_set_idle() 4463 wr_reg8(info, VCR, val); in msc_set_vcr() 4480 wr_reg8(info, VCR, val); in set_gtsignals()
|