Searched refs:pos_l (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/sound/soc/uniphier/ |
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()
|
/linux-6.3-rc2/fs/ |
A D | read_write.c | 1054 unsigned long, vlen, unsigned long, pos_l, unsigned long, pos_h) in SYSCALL_DEFINE5() argument 1056 loff_t pos = pos_from_hilo(pos_h, pos_l); in SYSCALL_DEFINE5() 1062 unsigned long, vlen, unsigned long, pos_l, unsigned long, pos_h, in SYSCALL_DEFINE6() argument 1065 loff_t pos = pos_from_hilo(pos_h, pos_l); in SYSCALL_DEFINE6() 1074 unsigned long, vlen, unsigned long, pos_l, unsigned long, pos_h) in SYSCALL_DEFINE5() argument 1076 loff_t pos = pos_from_hilo(pos_h, pos_l); in SYSCALL_DEFINE5() 1082 unsigned long, vlen, unsigned long, pos_l, unsigned long, pos_h, in SYSCALL_DEFINE6() argument 1085 loff_t pos = pos_from_hilo(pos_h, pos_l); in SYSCALL_DEFINE6()
|
/linux-6.3-rc2/include/linux/ |
A D | syscalls.h | 515 unsigned long vlen, unsigned long pos_l, unsigned long pos_h); 517 unsigned long vlen, unsigned long pos_l, unsigned long pos_h); 1023 unsigned long vlen, unsigned long pos_l, unsigned long pos_h, 1026 unsigned long vlen, unsigned long pos_l, unsigned long pos_h,
|
Completed in 11 milliseconds