Searched refs:QE_PIO_PINS (Results 1 – 2 of 2) sorted by relevance
56 pin_mask1bit = (u32) (1 << (QE_PIO_PINS - (pin + 1))); in __par_io_config_pin()66 tmp_val = (pin > (QE_PIO_PINS / 2) - 1) ? in __par_io_config_pin()71 pin_mask2bits = (u32) (0x3 << (QE_PIO_PINS - in __par_io_config_pin()72 (pin % (QE_PIO_PINS / 2) + 1) * 2)); in __par_io_config_pin()75 new_mask2bits = (u32) (dir << (QE_PIO_PINS - in __par_io_config_pin()76 (pin % (QE_PIO_PINS / 2) + 1) * 2)); in __par_io_config_pin()79 if (pin > (QE_PIO_PINS / 2) - 1) { in __par_io_config_pin()89 tmp_val = (pin > (QE_PIO_PINS / 2) - 1) ? in __par_io_config_pin()93 new_mask2bits = (u32) (assignment << (QE_PIO_PINS - in __par_io_config_pin()94 (pin % (QE_PIO_PINS / 2) + 1) * 2)); in __par_io_config_pin()[all …]
158 #define QE_PIO_PINS 32 macro