Searched refs:pos_l (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/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-6.15/fs/ |
| H A D | read_write.c | 1173 unsigned long, vlen, unsigned long, pos_l, unsigned long, pos_h) in SYSCALL_DEFINE5() argument 1175 loff_t pos = pos_from_hilo(pos_h, pos_l); in SYSCALL_DEFINE5() 1181 unsigned long, vlen, unsigned long, pos_l, unsigned long, pos_h, in SYSCALL_DEFINE6() argument 1184 loff_t pos = pos_from_hilo(pos_h, pos_l); in SYSCALL_DEFINE6() 1193 unsigned long, vlen, unsigned long, pos_l, unsigned long, pos_h) in SYSCALL_DEFINE5() argument 1195 loff_t pos = pos_from_hilo(pos_h, pos_l); in SYSCALL_DEFINE5() 1201 unsigned long, vlen, unsigned long, pos_l, unsigned long, pos_h, in SYSCALL_DEFINE6() argument 1204 loff_t pos = pos_from_hilo(pos_h, pos_l); in SYSCALL_DEFINE6()
|
| /linux-6.15/include/linux/ |
| H A D | syscalls.h | 489 unsigned long vlen, unsigned long pos_l, unsigned long pos_h); 491 unsigned long vlen, unsigned long pos_l, unsigned long pos_h); 940 unsigned long vlen, unsigned long pos_l, unsigned long pos_h, 943 unsigned long vlen, unsigned long pos_l, unsigned long pos_h,
|