Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/include/asm/arch-braswell/
H A Dgpio.h102 enum hs_mode { enum
155 #define GPIO_FAMILY_CONF(family_name, park_mode, hysctl, vp18_mode, hs_mode, \ argument
160 (((hs_mode) != NA) ? hs_mode << 19 : 0) | \
167 (((hs_mode) != NA) ? ONE_BIT << 19 : 0) | \
/openbmc/linux/drivers/gpu/drm/bridge/
H A Dnwl-dsi.c509 u8 hs_mode; in nwl_dsi_begin_transmission() local
552 hs_mode = 1; in nwl_dsi_begin_transmission()
554 hs_mode = (xfer->msg->flags & MIPI_DSI_MSG_USE_LPM) ? 0 : 1; in nwl_dsi_begin_transmission()
557 NWL_DSI_TX_DT(xfer->msg->type) | NWL_DSI_HS_SEL(hs_mode) | in nwl_dsi_begin_transmission()