Searched refs:ioconfig_bitshift (Results 1 – 1 of 1) sorted by relevance
309 static inline unsigned ioconfig_bitshift(unsigned pfi_channel) in ioconfig_bitshift() function316 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()