Searched refs:pos_l (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.15/sound/soc/uniphier/ |
D | aio-core.c | 1056 u32 pos_u, pos_l; in aiodma_rb_get_rp() local 1063 regmap_read(r, CDA2D_RBMXRDPTR(sub->swm->rb.map), &pos_l); in aiodma_rb_get_rp() 1065 regmap_read(r, CDA2D_RBMXRDPTR(sub->swm->rb.map), &pos_l); in aiodma_rb_get_rp() 1069 return ((u64)pos_u << 32) | pos_l; in aiodma_rb_get_rp() 1089 u32 pos_u, pos_l; in aiodma_rb_get_wp() local 1096 regmap_read(r, CDA2D_RBMXWRPTR(sub->swm->rb.map), &pos_l); in aiodma_rb_get_wp() 1098 regmap_read(r, CDA2D_RBMXWRPTR(sub->swm->rb.map), &pos_l); in aiodma_rb_get_wp() 1102 return ((u64)pos_u << 32) | pos_l; in aiodma_rb_get_wp()
|
/Linux-v5.15/fs/ |
D | read_write.c | 1048 unsigned long, vlen, unsigned long, pos_l, unsigned long, pos_h) in SYSCALL_DEFINE5() argument 1050 loff_t pos = pos_from_hilo(pos_h, pos_l); in SYSCALL_DEFINE5() 1056 unsigned long, vlen, unsigned long, pos_l, unsigned long, pos_h, in SYSCALL_DEFINE6() argument 1059 loff_t pos = pos_from_hilo(pos_h, pos_l); in SYSCALL_DEFINE6() 1068 unsigned long, vlen, unsigned long, pos_l, unsigned long, pos_h) in SYSCALL_DEFINE5() argument 1070 loff_t pos = pos_from_hilo(pos_h, pos_l); in SYSCALL_DEFINE5() 1076 unsigned long, vlen, unsigned long, pos_l, unsigned long, pos_h, in SYSCALL_DEFINE6() argument 1079 loff_t pos = pos_from_hilo(pos_h, pos_l); in SYSCALL_DEFINE6()
|
/Linux-v5.15/include/linux/ |
D | syscalls.h | 516 unsigned long vlen, unsigned long pos_l, unsigned long pos_h); 518 unsigned long vlen, unsigned long pos_l, unsigned long pos_h); 1020 unsigned long vlen, unsigned long pos_l, unsigned long pos_h, 1023 unsigned long vlen, unsigned long pos_l, unsigned long pos_h,
|