Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/sound/
H A Dsamsung-i2s.c229 static int i2s_set_samplesize(struct i2s_reg *i2s_reg, unsigned int blc) in i2s_set_samplesize() argument
236 switch (blc) { in i2s_set_samplesize()
251 __func__, blc); in i2s_set_samplesize()
/openbmc/linux/sound/soc/samsung/
H A Di2s.c387 int blc = readl(i2s->priv->addr + I2SMOD); in get_blc() local
389 blc = (blc >> 13) & 0x3; in get_blc()
391 switch (blc) { in get_blc()
880 unsigned rfs, bfs, blc; in config_setup() local
883 blc = get_blc(i2s); in config_setup()
892 bfs = blc * 2; in config_setup()
899 if ((rfs == 256 || rfs == 512) && (blc == 24)) { in config_setup()
/openbmc/linux/drivers/staging/media/atomisp/i2c/
H A Dmt9m114.h273 unsigned int blc; member