Home
last modified time | relevance | path

Searched refs:Clear_GPIO_Bit (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/pci/cx25821/
H A Dcx25821-gpio.c36 value = gpio_register & Clear_GPIO_Bit(bit); in cx25821_set_gpiopin_direction()
64 value &= Clear_GPIO_Bit(bit); in cx25821_set_gpiopin_logicvalue()
H A Dcx25821.h362 #define Clear_GPIO_Bit(Bit) (~(1 << Bit)) macro
/kernel/linux/linux-6.6/drivers/media/pci/cx25821/
H A Dcx25821-gpio.c36 value = gpio_register & Clear_GPIO_Bit(bit); in cx25821_set_gpiopin_direction()
64 value &= Clear_GPIO_Bit(bit); in cx25821_set_gpiopin_logicvalue()
H A Dcx25821.h361 #define Clear_GPIO_Bit(Bit) (~(1 << Bit)) macro

Completed in 3 milliseconds