Lines Matching refs:QE_PIO_PINS
61 pin_mask1bit = (u32) (1 << (QE_PIO_PINS - (pin + 1))); in __par_io_config_pin()
71 tmp_val = (pin > (QE_PIO_PINS / 2) - 1) ? in __par_io_config_pin()
76 pin_mask2bits = (u32) (0x3 << (QE_PIO_PINS - in __par_io_config_pin()
77 (pin % (QE_PIO_PINS / 2) + 1) * 2)); in __par_io_config_pin()
80 new_mask2bits = (u32) (dir << (QE_PIO_PINS - in __par_io_config_pin()
81 (pin % (QE_PIO_PINS / 2) + 1) * 2)); in __par_io_config_pin()
84 if (pin > (QE_PIO_PINS / 2) - 1) { in __par_io_config_pin()
96 tmp_val = (pin > (QE_PIO_PINS / 2) - 1) ? in __par_io_config_pin()
100 new_mask2bits = (u32) (assignment << (QE_PIO_PINS - in __par_io_config_pin()
101 (pin % (QE_PIO_PINS / 2) + 1) * 2)); in __par_io_config_pin()
103 if (pin > (QE_PIO_PINS / 2) - 1) { in __par_io_config_pin()
135 if (pin >= QE_PIO_PINS) in par_io_data_set()
138 pin_mask = (u32) (1 << (QE_PIO_PINS - 1 - pin)); in par_io_data_set()