Searched defs:ioconfig_bitshift (Results 1 - 1 of 1) sorted by relevance

/drivers/staging/comedi/drivers/
H A Dni_660x.c312 static inline unsigned ioconfig_bitshift(unsigned pfi_channel) function
322 return 0x3 << ioconfig_bitshift(pfi_channel);
328 return (output_select & 0x3) << ioconfig_bitshift(pfi_channel);
333 return 0x7 << (4 + ioconfig_bitshift(pfi_channel));
339 return (input_select & 0x7) << (4 + ioconfig_bitshift(pfi_channel));

Completed in 39 milliseconds