Searched refs:PM_INPUT (Results 1 – 2 of 2) sorted by relevance
52 #define PM_INPUT BIT(0) macro752 reg |= (output ? PM_OUTPUT : PM_INPUT) << (bit * 2); in rzt2h_gpio_set_direction()793 if (reg & PM_INPUT) in rzt2h_gpio_get_direction()827 if (reg & PM_INPUT) in rzt2h_gpio_get()
168 #define PM_INPUT 0x1 macro1741 reg16 |= (output ? PM_OUTPUT : PM_INPUT) << (bit * 2); in rzg2l_gpio_set_direction()1825 if (reg16 == PM_INPUT) in rzg2l_gpio_get()