Searched refs:sh_sir_read (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/irda/
H A Dsh_sir.c130 static u16 sh_sir_read(struct sh_sir_self *self, u32 offset) function
140 old = sh_sir_read(self, offset);
165 return CRC_CT_MASK & sh_sir_read(self, IRIF_CRC0);
170 return sh_sir_read(self, IRIF_CRC4);
471 u16 val = sh_sir_read(self, IRIF_UART5);
513 val = sh_sir_read(self, IRIF_UART1);
520 return (int)sh_sir_read(self, IRIF_UART4);
527 val, sh_sir_read(self, IRIF_UART_STS2));
530 sh_sir_read(self, IRIF_UART4);
549 if (EOFD & sh_sir_read(sel
[all...]

Completed in 89 milliseconds