Searched refs:pos_l (Results 1 – 1 of 1) sorted by relevance
/sound/soc/uniphier/ |
D | aio-core.c | 1056 u32 pos_u, pos_l; in aiodma_rb_get_rp() local 1063 regmap_read(r, CDA2D_RBMXRDPTR(sub->swm->rb.map), &pos_l); in aiodma_rb_get_rp() 1065 regmap_read(r, CDA2D_RBMXRDPTR(sub->swm->rb.map), &pos_l); 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 1096 regmap_read(r, CDA2D_RBMXWRPTR(sub->swm->rb.map), &pos_l); in aiodma_rb_get_wp() 1098 regmap_read(r, CDA2D_RBMXWRPTR(sub->swm->rb.map), &pos_l); in aiodma_rb_get_wp() 1102 return ((u64)pos_u << 32) | pos_l; in aiodma_rb_get_wp()
|