Lines Matching +full:4 +full:ohm
80 #define REG_LVDS_FMT_LVDS_LINK_CFG BIT(4) /* 0:AB 1:A-only */
87 #define REG_LVDS_VCOM_CHB_LVDS_VOCM BIT(4)
93 #define REG_LVDS_LANE_CHB_REVERSE_LVDS BIT(4)
97 #define REG_LVDS_CM_CHA_LVDS_CM_ADJUST(n) (((n) & 0x3) << 4)
122 #define REG_IRQ_EN_CHA_COR_ECC_ERR_EN BIT(4)
130 #define REG_IRQ_STAT_CHA_COR_ECC_ERR BIT(4)
252 static const int lvds_vod_swing_data_table[2][4][2] = {
253 { /* 100 Ohm */
259 { /* 200 Ohm */
267 static const int lvds_vod_swing_clock_table[2][4][2] = {
268 { /* 100 Ohm */
274 { /* 200 Ohm */
650 /* Set default near end terminataion to 200 Ohm */ in sn65dsi83_parse_lvds_endpoint()
775 dsi_lanes = drm_of_get_data_lanes_count(endpoint, 1, 4); in sn65dsi83_host_attach()