Home
last modified time | relevance | path

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

/linux-3.4.99/sound/pci/ice1712/
Ddelta.c48 static void ap_cs8427_write_byte(struct snd_ice1712 *ice, unsigned char data, unsigned char tmp) in ap_cs8427_write_byte() function
146 ap_cs8427_write_byte(ice, (device->addr << 1) | 0, tmp); /* address + write mode */ in ap_cs8427_sendbytes()
148 ap_cs8427_write_byte(ice, *bytes++, tmp); in ap_cs8427_sendbytes()
163 ap_cs8427_write_byte(ice, (device->addr << 1) | 1, tmp); /* address + read mode */ in ap_cs8427_readbytes()