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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v10/drivers/
H A Dds1302.c80 out_byte(unsigned char x) function
146 out_byte(0x8e); /* Write control register */
147 out_byte(0x00); /* Disable write protect bit 7 = 0 */
157 out_byte(0x8e); /* Write control register */
158 out_byte(0x80); /* Disable write protect bit 7 = 0 */
172 out_byte(0x81 | (reg << 1)); /* read register */
196 out_byte(0x80 | (reg << 1)); /* write register */
197 out_byte(val);
409 out_byte(0xc0); /* write RAM byte 0 */
410 out_byte(MAGIC_PATTER
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jffs2/
H A Dcompr_rubin.c233 static int out_byte(struct rubin_state *rs, unsigned char byte) function
277 while (pos < (*sourcelen) && !out_byte(&rs, data_in[pos]))

Completed in 73 milliseconds