Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/analogix/
Danalogix_dp_reg.h357 #define MACRO_RST (0x1 << 5) macro
Danalogix_dp_reg.c802 reg |= MACRO_RST; in analogix_dp_reset_macro()
808 reg &= ~MACRO_RST; in analogix_dp_reset_macro()
/kernel/linux/patches/linux-5.10/yangfan_patch/
Ddrivers.patch7986 * MACRO_RST must be applied after the PLL_LOCK to avoid
10280 reg |= MACRO_RST;
10287 reg &= ~MACRO_RST;