Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/media/lirc/
Dlirc_serial.c719 int i, nlow, nhigh, result; in lirc_serial_probe() local
768 nlow = 0; in lirc_serial_probe()
772 nlow++; in lirc_serial_probe()
777 sense = nlow >= nhigh ? 1 : 0; in lirc_serial_probe()
/linux-4.4.14/arch/s390/kernel/
Dcompat_linux.h124 long compat_sys_s390_sync_file_range(int fd, u32 offhigh, u32 offlow, u32 nhigh, u32 nlow, unsigned…
Dcompat_linux.c509 u32, nhigh, u32, nlow, unsigned int, flags) in COMPAT_SYSCALL_DEFINE6() argument
512 ((u64)nhigh << 32) + nlow, flags); in COMPAT_SYSCALL_DEFINE6()