Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/ice1712/
H A Dews.h41 #define ICE1712_EWX2496_SERIAL_CLOCK 0x20 /* i2c & ak4524 clock */ macro
H A Dews.c47 tmp |= ICE1712_EWX2496_SERIAL_CLOCK; in ewx_i2c_setlines()
57 return snd_ice1712_read(ice, ICE1712_IREG_GPIO_DATA) & ICE1712_EWX2496_SERIAL_CLOCK ? 1 : 0; in ewx_i2c_getclock()
73 snd_ice1712_write(ice, ICE1712_IREG_GPIO_WRITE_MASK, ~ICE1712_EWX2496_SERIAL_CLOCK); in ewx_i2c_getdata()
108 mask |= ICE1712_EWX2496_SERIAL_CLOCK; /* write SCL */ in ewx_i2c_direction()
111 ice->gpio.direction &= ~(ICE1712_EWX2496_SERIAL_CLOCK|ICE1712_EWX2496_SERIAL_DATA); in ewx_i2c_direction()
190 ICE1712_EWX2496_SERIAL_CLOCK | in ewx2496_ak4524_lock()