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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/drivers/
H A Dds1302.c78 *! * Parameter to out_byte() is unsigned char.
204 out_byte(unsigned char x) function
270 out_byte(0x8e); /* Write control register */
271 out_byte(0x00); /* Disable write protect bit 7 = 0 */
281 out_byte(0x8e); /* Write control register */
282 out_byte(0x80); /* Disable write protect bit 7 = 0 */
296 out_byte(0x81 | (reg << 1)); /* read register */
320 out_byte(0x80 | (reg << 1)); /* write register */
321 out_byte(val);
524 out_byte(
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jffs2/
H A Dcompr_rubin.c231 static int out_byte(struct rubin_state *rs, unsigned char byte) function
272 while (pos < (*sourcelen) && !out_byte(&rs, data_in[pos]))

Completed in 164 milliseconds