Searched refs:NUM_OF_PINS (Results 1 – 1 of 1) sorted by relevance
31 #define NUM_OF_PINS 32 macro56 offset = (NUM_OF_PINS - (pin % (NUM_OF_PINS / 2) + 1) * 2); in qe_cfg_iopin()63 tmp_val = (pin > (NUM_OF_PINS / 2) - 1) ? in qe_cfg_iopin()67 if (pin > (NUM_OF_PINS / 2) - 1) { in qe_cfg_iopin()76 bit_mask = (u32)(1 << (NUM_OF_PINS - (pin + 1))); in qe_cfg_iopin()86 tmp_val = (pin > (NUM_OF_PINS / 2) - 1) ? in qe_cfg_iopin()92 if (pin > (NUM_OF_PINS / 2) - 1) { in qe_cfg_iopin()
Completed in 6 milliseconds