Searched refs:PIN_MASK (Results 1 – 2 of 2) sorted by relevance
82 #define PIN_MASK 0xF macro87 return (void *)(uintptr_t)((gpio_addr & GPIO_ADDR_MASK) | (pin & PIN_MASK)); in test_data()91 #define test_pin(data) ((uintptr_t)(data) & PIN_MASK)
101 #define PIN_MASK 0x3f macro619 pin_state = priv->status.pin_state & PIN_MASK; in oti6858_tiocmget()