Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/pci/cx25821/
H A Dcx25821-gpio.c34 value = gpio_register | Set_GPIO_Bit(bit); in cx25821_set_gpiopin_direction()
66 value |= Set_GPIO_Bit(bit); in cx25821_set_gpiopin_logicvalue()
H A Dcx25821.h360 #define Set_GPIO_Bit(Bit) (1 << Bit) macro