Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/bridge/
H A Dtc358767.c142 #define INT_GPIO_LC(x) (1 << (x == 0 ? 3 : 11)) macro
2045 bool lc = val & INT_GPIO_LC(tc->hpd_pin); in tc_irq_handler()
2327 u32 h_lc = INT_GPIO_H(tc->hpd_pin) | INT_GPIO_LC(tc->hpd_pin); in tc_probe()