Home
last modified time | relevance | path

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

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