Home
last modified time | relevance | path

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

/sound/soc/uniphier/
Daio-core.c1121 int aiodma_rb_set_threshold(struct uniphier_aio_sub *sub, u64 size, u32 th) in aiodma_rb_set_threshold() argument
1125 if (size <= th) in aiodma_rb_set_threshold()
1128 regmap_write(r, CDA2D_RBMXBTH(sub->swm->rb.map), th); in aiodma_rb_set_threshold()
1129 regmap_write(r, CDA2D_RBMXRTH(sub->swm->rb.map), th); in aiodma_rb_set_threshold()
Daio.h344 int aiodma_rb_set_threshold(struct uniphier_aio_sub *sub, u64 size, u32 th);