Searched refs:out_byte (Results 1 – 2 of 2) sorted by relevance
175 out_byte(unsigned char x) in out_byte() function241 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 …]
185 static int out_byte(struct rubin_state *rs, unsigned char byte) in out_byte() function226 while (pos < (*sourcelen) && !out_byte(&rs, data_in[pos])) in rubin_do_compress()