Searched refs:PIN_MASK (Results 1 – 2 of 2) sorted by relevance
23 #define PIN_MASK(gpio) (1UL << (QE_PIO_PINS - 1 - (gpio))) macro54 u32 pin_mask = PIN_MASK(gpio); in qe_gpio_get()64 u32 pin_mask = PIN_MASK(gpio); in qe_gpio_set()95 qe_gc->cpdata |= PIN_MASK(i); in qe_gpio_set_multiple()97 qe_gc->cpdata &= ~PIN_MASK(i); in qe_gpio_set_multiple()
101 #define PIN_MASK 0x3f macro617 pin_state = priv->status.pin_state & PIN_MASK; in oti6858_tiocmget()