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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/cris/arch-v10/drivers/
H A Dds1302.c81 *! * Parameter to out_byte() is unsigned char.
207 out_byte(unsigned char x) function
273 out_byte(0x8e); /* Write control register */
274 out_byte(0x00); /* Disable write protect bit 7 = 0 */
284 out_byte(0x8e); /* Write control register */
285 out_byte(0x80); /* Disable write protect bit 7 = 0 */
299 out_byte(0x81 | (reg << 1)); /* read register */
323 out_byte(0x80 | (reg << 1)); /* write register */
324 out_byte(val);
527 out_byte(
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/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 88 milliseconds