Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/pci/cx25821/
Dcx25821-gpio.c44 value = gpio_register | Set_GPIO_Bit(bit); in cx25821_set_gpiopin_direction()
76 value |= Set_GPIO_Bit(bit); in cx25821_set_gpiopin_logicvalue()
Dcx25821.h372 #define Set_GPIO_Bit(Bit) (1 << Bit) macro