Home
last modified time | relevance | path

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

/sound/soc/samsung/
Di2s.c358 int blc = readl(i2s->addr + I2SMOD); in get_blc() local
360 blc = (blc >> 13) & 0x3; in get_blc()
362 switch (blc) { in get_blc()
816 unsigned rfs, bfs, blc; in config_setup() local
819 blc = get_blc(i2s); in config_setup()
828 bfs = blc * 2; in config_setup()
835 if ((rfs == 256 || rfs == 512) && (blc == 24)) { in config_setup()