Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/cris/drivers/
Dds1302.c175 out_byte(unsigned char x) in out_byte() function
241 out_byte(0x8e); /* Write control register */ in ds1302_wenable()
242 out_byte(0x00); /* Disable write protect bit 7 = 0 */ in ds1302_wenable()
252 out_byte(0x8e); /* Write control register */ in ds1302_wdisable()
253 out_byte(0x80); /* Disable write protect bit 7 = 0 */ in ds1302_wdisable()
267 out_byte(0x81 | (reg << 1)); /* read register */ in ds1302_readreg()
291 out_byte(0x80 | (reg << 1)); /* write register */ in ds1302_writereg()
292 out_byte(val); in ds1302_writereg()
498 out_byte(0xc0); /* write RAM byte 0 */ in ds1302_probe()
499 out_byte(MAGIC_PATTERN); /* write something magic */ in ds1302_probe()
[all …]
/linux-2.4.37.9/fs/jffs2/
Dcompr_rubin.c185 static int out_byte(struct rubin_state *rs, unsigned char byte) in out_byte() function
226 while (pos < (*sourcelen) && !out_byte(&rs, data_in[pos])) in rubin_do_compress()