Searched refs:pos_l (Results 1 – 3 of 3) sorted by relevance
| /Linux-v6.6/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-v6.6/fs/ |
| D | read_write.c | 1053 unsigned long, vlen, unsigned long, pos_l, unsigned long, pos_h) in SYSCALL_DEFINE5() argument 1055 loff_t pos = pos_from_hilo(pos_h, pos_l); in SYSCALL_DEFINE5() 1061 unsigned long, vlen, unsigned long, pos_l, unsigned long, pos_h, in SYSCALL_DEFINE6() argument 1064 loff_t pos = pos_from_hilo(pos_h, pos_l); in SYSCALL_DEFINE6() 1073 unsigned long, vlen, unsigned long, pos_l, unsigned long, pos_h) in SYSCALL_DEFINE5() argument 1075 loff_t pos = pos_from_hilo(pos_h, pos_l); in SYSCALL_DEFINE5() 1081 unsigned long, vlen, unsigned long, pos_l, unsigned long, pos_h, in SYSCALL_DEFINE6() argument 1084 loff_t pos = pos_from_hilo(pos_h, pos_l); in SYSCALL_DEFINE6()
|
| /Linux-v6.6/include/linux/ |
| D | syscalls.h | 467 unsigned long vlen, unsigned long pos_l, unsigned long pos_h); 469 unsigned long vlen, unsigned long pos_l, unsigned long pos_h); 901 unsigned long vlen, unsigned long pos_l, unsigned long pos_h, 904 unsigned long vlen, unsigned long pos_l, unsigned long pos_h,
|