Home
last modified time | relevance | path

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

/linux-3.3/sound/soc/samsung/
Di2s.c268 int blc = readl(i2s->addr + I2SMOD); in get_blc() local
270 blc = (blc >> 13) & 0x3; in get_blc()
272 switch (blc) { in get_blc()
676 unsigned rfs, bfs, blc; in config_setup() local
679 blc = get_blc(i2s); in config_setup()
688 bfs = blc * 2; in config_setup()
695 if ((rfs == 256 || rfs == 512) && (blc == 24)) { in config_setup()