Home
last modified time | relevance | path

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

/Linux-v6.6/sound/soc/samsung/
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()
/Linux-v6.6/drivers/staging/media/atomisp/i2c/
Dmt9m114.h273 unsigned int blc; member