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

/linux-4.1.27/sound/pci/ice1712/
H A Ddelta.c47 static void ap_cs8427_write_byte(struct snd_ice1712 *ice, unsigned char data, unsigned char tmp) ap_cs8427_write_byte() function
145 ap_cs8427_write_byte(ice, (device->addr << 1) | 0, tmp); /* address + write mode */ ap_cs8427_sendbytes()
147 ap_cs8427_write_byte(ice, *bytes++, tmp); ap_cs8427_sendbytes()
162 ap_cs8427_write_byte(ice, (device->addr << 1) | 1, tmp); /* address + read mode */ ap_cs8427_readbytes()

Completed in 67 milliseconds