Searched refs:INT_GPIO_LC (Results 1 – 1 of 1) sorted by relevance
142 #define INT_GPIO_LC(x) (1 << (x == 0 ? 3 : 11)) macro2045 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()