Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/comedi/drivers/
Dni_660x.c309 static inline unsigned ioconfig_bitshift(unsigned pfi_channel) in ioconfig_bitshift() function
316 return 0x3 << ioconfig_bitshift(pfi_channel); in pfi_output_select_mask()
322 return (output_select & 0x3) << ioconfig_bitshift(pfi_channel); in pfi_output_select_bits()
327 return 0x7 << (4 + ioconfig_bitshift(pfi_channel)); in pfi_input_select_mask()
333 return (input_select & 0x7) << (4 + ioconfig_bitshift(pfi_channel)); in pfi_input_select_bits()