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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/irda/
H A Dsh_irda.c190 static void sh_irda_update_bits(struct sh_irda_self *self, u32 offset, function
220 sh_irda_update_bits(self, IRRCTR, RE, enable ? RE : 0);
236 sh_irda_update_bits(self, IRCFR, RTO, interval << RTO_SHIFT);
260 sh_irda_update_bits(self, SIRBCR, BRC_MASK, val);
443 sh_irda_update_bits(self, IRTMR, TMD_MASK, data);
461 sh_irda_update_bits(self, IRTMR, xIM_MASK, xIM_MASK);
462 sh_irda_update_bits(self, SIRIMR, xIR_MASK, xIR_MASK);
463 sh_irda_update_bits(self, MFIRIMR, xIR_MASK, xIR_MASK);
466 sh_irda_update_bits(self, SIRICR, xIR_MASK, xIR_MASK);
467 sh_irda_update_bits(sel
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/irda/
H A Dsh_irda.c190 static void sh_irda_update_bits(struct sh_irda_self *self, u32 offset, function
220 sh_irda_update_bits(self, IRRCTR, RE, enable ? RE : 0);
236 sh_irda_update_bits(self, IRCFR, RTO, interval << RTO_SHIFT);
260 sh_irda_update_bits(self, SIRBCR, BRC_MASK, val);
443 sh_irda_update_bits(self, IRTMR, TMD_MASK, data);
461 sh_irda_update_bits(self, IRTMR, xIM_MASK, xIM_MASK);
462 sh_irda_update_bits(self, SIRIMR, xIR_MASK, xIR_MASK);
463 sh_irda_update_bits(self, MFIRIMR, xIR_MASK, xIR_MASK);
466 sh_irda_update_bits(self, SIRICR, xIR_MASK, xIR_MASK);
467 sh_irda_update_bits(sel
[all...]

Completed in 106 milliseconds