Searched refs:pos_l (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/sound/soc/uniphier/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | read_write.c | 1059 unsigned long, vlen, unsigned long, pos_l, unsigned long, pos_h) in SYSCALL_DEFINE5() argument 1061 loff_t pos = pos_from_hilo(pos_h, pos_l); in SYSCALL_DEFINE5() 1067 unsigned long, vlen, unsigned long, pos_l, unsigned long, pos_h, in SYSCALL_DEFINE6() argument 1070 loff_t pos = pos_from_hilo(pos_h, pos_l); in SYSCALL_DEFINE6() 1079 unsigned long, vlen, unsigned long, pos_l, unsigned long, pos_h) in SYSCALL_DEFINE5() argument 1081 loff_t pos = pos_from_hilo(pos_h, pos_l); in SYSCALL_DEFINE5() 1087 unsigned long, vlen, unsigned long, pos_l, unsigned long, pos_h, in SYSCALL_DEFINE6() argument 1090 loff_t pos = pos_from_hilo(pos_h, pos_l); in SYSCALL_DEFINE6()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | syscalls.h | 506 unsigned long vlen, unsigned long pos_l, unsigned long pos_h); 508 unsigned long vlen, unsigned long pos_l, unsigned long pos_h); 1010 unsigned long vlen, unsigned long pos_l, unsigned long pos_h, 1013 unsigned long vlen, unsigned long pos_l, unsigned long pos_h,
|