Searched refs:pos_l (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/sound/soc/uniphier/ |
H A 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()
|
/openbmc/linux/fs/ |
H A 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()
|
/openbmc/linux/include/linux/ |
H A D | syscalls.h | 468 unsigned long vlen, unsigned long pos_l, unsigned long pos_h); 470 unsigned long vlen, unsigned long pos_l, unsigned long pos_h); 908 unsigned long vlen, unsigned long pos_l, unsigned long pos_h, 911 unsigned long vlen, unsigned long pos_l, unsigned long pos_h,
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 725 unsigned long, pos_l, unsigned long, pos_h) in safe_syscall3() 727 unsigned long, pos_l, unsigned long, pos_h) in safe_syscall3()
|