Searched refs:LVDS_PORT_EN (Results 1 – 2 of 2) sorted by relevance
504 char is_lvds = (INREG(LVDS) & LVDS_PORT_EN) && (reg == DPLL_B); in DEBUGSTRING()618 const char *enable = val & LVDS_PORT_EN ? "enabled" : "disabled"; in DEBUGSTRING()
1417 # define LVDS_PORT_EN (1 << 31) macro