Searched refs:pos_l (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/sound/soc/uniphier/ |
D | aio-core.c | 1057 u32 pos_u, pos_l; in aiodma_rb_get_rp() local 1064 regmap_read(r, CDA2D_RBMXRDPTR(sub->swm->rb.map), &pos_l); in aiodma_rb_get_rp() 1066 regmap_read(r, CDA2D_RBMXRDPTR(sub->swm->rb.map), &pos_l); 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 1097 regmap_read(r, CDA2D_RBMXWRPTR(sub->swm->rb.map), &pos_l); in aiodma_rb_get_wp() 1099 regmap_read(r, CDA2D_RBMXWRPTR(sub->swm->rb.map), &pos_l); in aiodma_rb_get_wp() 1103 return ((u64)pos_u << 32) | pos_l; in aiodma_rb_get_wp()
|
/Linux-v5.4/fs/ |
D | read_write.c | 1135 unsigned long, vlen, unsigned long, pos_l, unsigned long, pos_h) in SYSCALL_DEFINE5() argument 1137 loff_t pos = pos_from_hilo(pos_h, pos_l); in SYSCALL_DEFINE5() 1143 unsigned long, vlen, unsigned long, pos_l, unsigned long, pos_h, in SYSCALL_DEFINE6() argument 1146 loff_t pos = pos_from_hilo(pos_h, pos_l); in SYSCALL_DEFINE6() 1155 unsigned long, vlen, unsigned long, pos_l, unsigned long, pos_h) in SYSCALL_DEFINE5() argument 1157 loff_t pos = pos_from_hilo(pos_h, pos_l); in SYSCALL_DEFINE5() 1163 unsigned long, vlen, unsigned long, pos_l, unsigned long, pos_h, in SYSCALL_DEFINE6() argument 1166 loff_t pos = pos_from_hilo(pos_h, pos_l); in SYSCALL_DEFINE6()
|
/Linux-v5.4/include/linux/ |
D | syscalls.h | 477 unsigned long vlen, unsigned long pos_l, unsigned long pos_h); 479 unsigned long vlen, unsigned long pos_l, unsigned long pos_h); 978 unsigned long vlen, unsigned long pos_l, unsigned long pos_h, 981 unsigned long vlen, unsigned long pos_l, unsigned long pos_h,
|