Home
last modified time | relevance | path

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

/Linux-v6.1/sound/soc/uniphier/
Daio-core.c1056 u32 pos_u, pos_l; in aiodma_rb_get_rp() local
1066 regmap_read(r, CDA2D_RBMXRDPTRU(sub->swm->rb.map), &pos_u); in aiodma_rb_get_rp()
1067 pos_u = FIELD_GET(CDA2D_RBMXPTRU_PTRU_MASK, pos_u); in aiodma_rb_get_rp()
1069 return ((u64)pos_u << 32) | pos_l; in aiodma_rb_get_rp()
1089 u32 pos_u, pos_l; in aiodma_rb_get_wp() local
1099 regmap_read(r, CDA2D_RBMXWRPTRU(sub->swm->rb.map), &pos_u); in aiodma_rb_get_wp()
1100 pos_u = FIELD_GET(CDA2D_RBMXPTRU_PTRU_MASK, pos_u); in aiodma_rb_get_wp()
1102 return ((u64)pos_u << 32) | pos_l; in aiodma_rb_get_wp()