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

/linux-4.1.27/sound/soc/samsung/
H A Di2s.c358 int blc = readl(i2s->addr + I2SMOD); get_blc() local
360 blc = (blc >> 13) & 0x3; get_blc()
362 switch (blc) { get_blc()
812 unsigned rfs, bfs, blc; config_setup() local
815 blc = get_blc(i2s); config_setup()
824 bfs = blc * 2; config_setup()
831 if ((rfs == 256 || rfs == 512) && (blc == 24)) { config_setup()
833 "%d-RFS not supported for 24-blc\n", rfs); config_setup()

Completed in 87 milliseconds