Searched refs:pos_l (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/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-v4.19/fs/ |
D | read_write.c | 1116 unsigned long, vlen, unsigned long, pos_l, unsigned long, pos_h) in SYSCALL_DEFINE5() argument 1118 loff_t pos = pos_from_hilo(pos_h, pos_l); in SYSCALL_DEFINE5() 1124 unsigned long, vlen, unsigned long, pos_l, unsigned long, pos_h, in SYSCALL_DEFINE6() argument 1127 loff_t pos = pos_from_hilo(pos_h, pos_l); in SYSCALL_DEFINE6() 1136 unsigned long, vlen, unsigned long, pos_l, unsigned long, pos_h) in SYSCALL_DEFINE5() argument 1138 loff_t pos = pos_from_hilo(pos_h, pos_l); in SYSCALL_DEFINE5() 1144 unsigned long, vlen, unsigned long, pos_l, unsigned long, pos_h, in SYSCALL_DEFINE6() argument 1147 loff_t pos = pos_from_hilo(pos_h, pos_l); in SYSCALL_DEFINE6()
|
/Linux-v4.19/include/linux/ |
D | syscalls.h | 459 unsigned long vlen, unsigned long pos_l, unsigned long pos_h); 461 unsigned long vlen, unsigned long pos_l, unsigned long pos_h); 896 unsigned long vlen, unsigned long pos_l, unsigned long pos_h, 899 unsigned long vlen, unsigned long pos_l, unsigned long pos_h,
|