Lines Matching refs:snd_ice1712_write
282 snd_ice1712_write(ice, ICE1712_IREG_GPIO_DIRECTION, data);
298 snd_ice1712_write(ice, ICE1712_IREG_GPIO_WRITE_MASK, data);
309 snd_ice1712_write(ice, ICE1712_IREG_GPIO_DATA, val);
506 snd_ice1712_write(ice, ICE1712_IREG_PBK_CTRL, tmp);
552 snd_ice1712_write(ice, ICE1712_IREG_CAP_CTRL, tmp);
578 snd_ice1712_write(ice, ICE1712_IREG_PBK_RATE_LO, rate & 0xff);
579 snd_ice1712_write(ice, ICE1712_IREG_PBK_RATE_MID, (rate >> 8) & 0xff);
580 snd_ice1712_write(ice, ICE1712_IREG_PBK_RATE_HI, (rate >> 16) & 0xff);
581 snd_ice1712_write(ice, ICE1712_IREG_PBK_CTRL, tmp);
582 snd_ice1712_write(ice, ICE1712_IREG_PBK_COUNT_LO, period_size & 0xff);
583 snd_ice1712_write(ice, ICE1712_IREG_PBK_COUNT_HI, period_size >> 8);
584 snd_ice1712_write(ice, ICE1712_IREG_PBK_LEFT, 0);
585 snd_ice1712_write(ice, ICE1712_IREG_PBK_RIGHT, 0);
641 snd_ice1712_write(ice, ICE1712_IREG_CAP_COUNT_HI, period_size >> 8);
642 snd_ice1712_write(ice, ICE1712_IREG_CAP_COUNT_LO, period_size & 0xff);
643 snd_ice1712_write(ice, ICE1712_IREG_CAP_CTRL, tmp);
2339 snd_ice1712_write(ice, ICE1712_IREG_GPIO_WRITE_MASK,
2341 snd_ice1712_write(ice, ICE1712_IREG_GPIO_DIRECTION,
2343 snd_ice1712_write(ice, ICE1712_IREG_GPIO_DATA,
2348 snd_ice1712_write(ice, ICE1712_IREG_GPIO_WRITE_MASK, 0xc0);
2349 snd_ice1712_write(ice, ICE1712_IREG_GPIO_DIRECTION, 0xff);
2350 snd_ice1712_write(ice, ICE1712_IREG_GPIO_DATA,
2353 snd_ice1712_write(ice, ICE1712_IREG_PRO_POWERDOWN, 0);
2359 snd_ice1712_write(ice, ICE1712_IREG_CONSUMER_POWERDOWN, 0);