Home
last modified time | relevance | path

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

/linux-6.1.9/arch/arm/mach-pxa/
Dcorgi.h40 #define CORGI_GPIO_HSYNC (44) /* LCD HSync Pulse */ macro
Dcorgi.c563 while (gpio_get_value(CORGI_GPIO_HSYNC)) in corgi_wait_for_hsync()
566 while (!gpio_get_value(CORGI_GPIO_HSYNC)) in corgi_wait_for_hsync()