Searched refs:pos_l (Results 1 – 2 of 2) sorted by relevance
/linux/sound/soc/uniphier/ |
H A D | aio-core.c | 1072 u32 pos_u, pos_l; in aiodma_rb_get_rp() local 1079 regmap_read(r, CDA2D_RBMXRDPTR(sub->swm->rb.map), &pos_l); in aiodma_rb_get_rp() 1081 regmap_read(r, CDA2D_RBMXRDPTR(sub->swm->rb.map), &pos_l); 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 1112 regmap_read(r, CDA2D_RBMXWRPTR(sub->swm->rb.map), &pos_l); in aiodma_rb_get_wp() 1114 regmap_read(r, CDA2D_RBMXWRPTR(sub->swm->rb.map), &pos_l); in aiodma_rb_get_wp() 1118 return ((u64)pos_u << 32) | pos_l; in aiodma_rb_get_wp()
|
/linux/fs/ |
H A D | read_write.c | 1175 unsigned long, vlen, unsigned long, pos_l, unsigned long, pos_h) in SYSCALL_DEFINE5() argument 1177 loff_t pos = pos_from_hilo(pos_h, pos_l); in SYSCALL_DEFINE5() 1183 unsigned long, vlen, unsigned long, pos_l, unsigned long, pos_h, in SYSCALL_DEFINE6() argument 1186 loff_t pos = pos_from_hilo(pos_h, pos_l); in SYSCALL_DEFINE6() 1195 unsigned long, vlen, unsigned long, pos_l, unsigned long, pos_h) in SYSCALL_DEFINE5() argument 1197 loff_t pos = pos_from_hilo(pos_h, pos_l); in SYSCALL_DEFINE5() 1203 unsigned long, vlen, unsigned long, pos_l, unsigned long, pos_h, in SYSCALL_DEFINE6() argument 1206 loff_t pos = pos_from_hilo(pos_h, pos_l); in SYSCALL_DEFINE6()
|