Searched refs:sh_sir_read (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/net/irda/ |
D | sh_sir.c | 132 static u16 sh_sir_read(struct sh_sir_self *self, u32 offset) in sh_sir_read() function 142 old = sh_sir_read(self, offset); in sh_sir_update_bits() 167 return CRC_CT_MASK & sh_sir_read(self, IRIF_CRC0); in sh_sir_crc_cnt() 172 return sh_sir_read(self, IRIF_CRC4); in sh_sir_crc_out() 474 u16 val = sh_sir_read(self, IRIF_UART5); in sh_sir_is_which_phase() 516 val = sh_sir_read(self, IRIF_UART1); in sh_sir_read_data() 523 return (int)sh_sir_read(self, IRIF_UART4); in sh_sir_read_data() 530 val, sh_sir_read(self, IRIF_UART_STS2)); in sh_sir_read_data() 533 sh_sir_read(self, IRIF_UART4); in sh_sir_read_data() 552 if (EOFD & sh_sir_read(self, IRIF_SIR_FRM)) in sh_sir_rx() [all …]
|