Lines Matching refs:sh_sir_read
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()
571 if (sh_sir_read(self, IRIF_SIR3)) in sh_sir_irq()
656 sh_sir_read(self, IRIF_UART1); /* flag clear */ in sh_sir_open()
657 sh_sir_read(self, IRIF_UART4); /* flag clear */ in sh_sir_open()