Home
last modified time | relevance | path

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

/sound/soc/uniphier/
A Daio-core.c1072 u32 pos_u, pos_l; in aiodma_rb_get_rp() local
1082 regmap_read(r, CDA2D_RBMXRDPTRU(sub->swm->rb.map), &pos_u); in aiodma_rb_get_rp()
1083 pos_u = FIELD_GET(CDA2D_RBMXPTRU_PTRU_MASK, pos_u); in aiodma_rb_get_rp()
1085 return ((u64)pos_u << 32) | pos_l; in aiodma_rb_get_rp()
1105 u32 pos_u, pos_l; in aiodma_rb_get_wp() local
1115 regmap_read(r, CDA2D_RBMXWRPTRU(sub->swm->rb.map), &pos_u); in aiodma_rb_get_wp()
1116 pos_u = FIELD_GET(CDA2D_RBMXPTRU_PTRU_MASK, pos_u); in aiodma_rb_get_wp()
1118 return ((u64)pos_u << 32) | pos_l; in aiodma_rb_get_wp()

Completed in 4 milliseconds