Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/gpio/
H A Ds5p_gpio.c31 #define DRV_MASK(gpio) (0x3 << ((gpio) << 1)) macro
147 value &= ~DRV_MASK(gpio); in s5p_gpio_set_drv()