Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/uniphier/
H A Daio-core.c1057 u32 pos_u, pos_l; in aiodma_rb_get_rp() local
1067 regmap_read(r, CDA2D_RBMXRDPTRU(sub->swm->rb.map), &pos_u); in aiodma_rb_get_rp()
1068 pos_u = FIELD_GET(CDA2D_RBMXPTRU_PTRU_MASK, pos_u); in aiodma_rb_get_rp()
1070 return ((u64)pos_u << 32) | pos_l; in aiodma_rb_get_rp()
1090 u32 pos_u, pos_l; in aiodma_rb_get_wp() local
1100 regmap_read(r, CDA2D_RBMXWRPTRU(sub->swm->rb.map), &pos_u); in aiodma_rb_get_wp()
1101 pos_u = FIELD_GET(CDA2D_RBMXPTRU_PTRU_MASK, pos_u); in aiodma_rb_get_wp()
1103 return ((u64)pos_u << 32) | pos_l; in aiodma_rb_get_wp()