Lines Matching refs:snd_ice1712_write
276 snd_ice1712_write(ice, ICE1712_IREG_GPIO_DIRECTION, data);
292 snd_ice1712_write(ice, ICE1712_IREG_GPIO_WRITE_MASK, data);
303 snd_ice1712_write(ice, ICE1712_IREG_GPIO_DATA, val);
500 snd_ice1712_write(ice, ICE1712_IREG_PBK_CTRL, tmp);
546 snd_ice1712_write(ice, ICE1712_IREG_CAP_CTRL, tmp);
572 snd_ice1712_write(ice, ICE1712_IREG_PBK_RATE_LO, rate & 0xff);
573 snd_ice1712_write(ice, ICE1712_IREG_PBK_RATE_MID, (rate >> 8) & 0xff);
574 snd_ice1712_write(ice, ICE1712_IREG_PBK_RATE_HI, (rate >> 16) & 0xff);
575 snd_ice1712_write(ice, ICE1712_IREG_PBK_CTRL, tmp);
576 snd_ice1712_write(ice, ICE1712_IREG_PBK_COUNT_LO, period_size & 0xff);
577 snd_ice1712_write(ice, ICE1712_IREG_PBK_COUNT_HI, period_size >> 8);
578 snd_ice1712_write(ice, ICE1712_IREG_PBK_LEFT, 0);
579 snd_ice1712_write(ice, ICE1712_IREG_PBK_RIGHT, 0);
635 snd_ice1712_write(ice, ICE1712_IREG_CAP_COUNT_HI, period_size >> 8);
636 snd_ice1712_write(ice, ICE1712_IREG_CAP_COUNT_LO, period_size & 0xff);
637 snd_ice1712_write(ice, ICE1712_IREG_CAP_CTRL, tmp);
2333 snd_ice1712_write(ice, ICE1712_IREG_GPIO_WRITE_MASK,
2335 snd_ice1712_write(ice, ICE1712_IREG_GPIO_DIRECTION,
2337 snd_ice1712_write(ice, ICE1712_IREG_GPIO_DATA,
2342 snd_ice1712_write(ice, ICE1712_IREG_GPIO_WRITE_MASK, 0xc0);
2343 snd_ice1712_write(ice, ICE1712_IREG_GPIO_DIRECTION, 0xff);
2344 snd_ice1712_write(ice, ICE1712_IREG_GPIO_DATA,
2347 snd_ice1712_write(ice, ICE1712_IREG_PRO_POWERDOWN, 0);
2353 snd_ice1712_write(ice, ICE1712_IREG_CONSUMER_POWERDOWN, 0);