Home
last modified time | relevance | path

Searched refs:pos_l (Results 1 – 3 of 3) sorted by relevance

/linux/sound/soc/uniphier/
A Daio-core.c1056 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/fs/
A Dread_write.c1044 unsigned long, vlen, unsigned long, pos_l, unsigned long, pos_h) in SYSCALL_DEFINE5() argument
1046 loff_t pos = pos_from_hilo(pos_h, pos_l); in SYSCALL_DEFINE5()
1052 unsigned long, vlen, unsigned long, pos_l, unsigned long, pos_h, in SYSCALL_DEFINE6() argument
1055 loff_t pos = pos_from_hilo(pos_h, pos_l); in SYSCALL_DEFINE6()
1064 unsigned long, vlen, unsigned long, pos_l, unsigned long, pos_h) in SYSCALL_DEFINE5() argument
1066 loff_t pos = pos_from_hilo(pos_h, pos_l); in SYSCALL_DEFINE5()
1072 unsigned long, vlen, unsigned long, pos_l, unsigned long, pos_h, in SYSCALL_DEFINE6() argument
1075 loff_t pos = pos_from_hilo(pos_h, pos_l); in SYSCALL_DEFINE6()
/linux/include/linux/
A Dsyscalls.h517 unsigned long vlen, unsigned long pos_l, unsigned long pos_h);
519 unsigned long vlen, unsigned long pos_l, unsigned long pos_h);
1025 unsigned long vlen, unsigned long pos_l, unsigned long pos_h,
1028 unsigned long vlen, unsigned long pos_l, unsigned long pos_h,

Completed in 12 milliseconds