Home
last modified time | relevance | path

Searched refs:PIN_MASK (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/soc/fsl/qe/
H A Dgpio.c23 #define PIN_MASK(gpio) (1UL << (QE_PIO_PINS - 1 - (gpio))) macro
54 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()
/linux/drivers/usb/serial/
H A Doti6858.c101 #define PIN_MASK 0x3f macro
617 pin_state = priv->status.pin_state & PIN_MASK; in oti6858_tiocmget()