Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/intel/keembay/
H A Dkmb_platform.h87 #define COMP1_FIFO_DEPTH(r) (FIELD_GET(GENMASK(3, 2), (r)) + 1) macro
H A Dkmb_platform.c881 kmb_i2s->fifo_th = (1 << COMP1_FIFO_DEPTH(comp1_reg)) / 2; in kmb_plat_dai_probe()