| /openbsd/src/sys/dev/pci/drm/i915/display/ |
| D | intel_lspcon.c | 146 enum drm_lspcon_mode current_mode; in lspcon_get_current_mode() local 149 if (drm_lspcon_get_mode(intel_dp->aux.drm_dev, ddc, ¤t_mode)) { in lspcon_get_current_mode() 153 return current_mode; in lspcon_get_current_mode() 173 enum drm_lspcon_mode current_mode; in lspcon_wait_mode() local 175 current_mode = lspcon_get_current_mode(lspcon); in lspcon_wait_mode() 176 if (current_mode == mode) in lspcon_wait_mode() 182 wait_for((current_mode = lspcon_get_current_mode(lspcon)) == mode, in lspcon_wait_mode() 184 if (current_mode != mode) in lspcon_wait_mode() 189 lspcon_mode_name(current_mode)); in lspcon_wait_mode() 191 return current_mode; in lspcon_wait_mode() [all …]
|
| D | intel_dp_aux_backlight.c | 516 u8 current_mode; in intel_dp_aux_vesa_setup_backlight() local 521 ¤t_level, ¤t_mode); in intel_dp_aux_vesa_setup_backlight() 547 if (current_mode == DP_EDP_BACKLIGHT_CONTROL_MODE_DPCD) { in intel_dp_aux_vesa_setup_backlight() 557 if (current_mode == DP_EDP_BACKLIGHT_CONTROL_MODE_PWM) { in intel_dp_aux_vesa_setup_backlight()
|
| D | vlv_dsi.c | 1886 struct drm_display_mode *current_mode; in vlv_dsi_init() local 1980 current_mode = intel_encoder_current_mode(encoder); in vlv_dsi_init() 1981 if (current_mode) { in vlv_dsi_init() 1983 intel_dsi->pclk, current_mode->clock); in vlv_dsi_init() 1985 current_mode->clock)) { in vlv_dsi_init() 1987 intel_dsi->pclk = current_mode->clock; in vlv_dsi_init() 1990 kfree(current_mode); in vlv_dsi_init()
|
| /openbsd/src/sys/dev/pci/ |
| D | igc_mac.c | 386 hw->fc.current_mode = hw->fc.requested_mode; in igc_setup_link_generic() 389 hw->fc.current_mode); in igc_setup_link_generic() 454 if (hw->fc.current_mode & igc_fc_tx_pause) { in igc_set_fc_watermarks_generic() 507 DEBUGOUT1("hw->fc.current_mode = %u\n", hw->fc.current_mode); in igc_force_mac_fc_generic() 509 switch (hw->fc.current_mode) { in igc_force_mac_fc_generic() 636 hw->fc.current_mode = igc_fc_full; in igc_config_fc_after_link_up_generic() 638 hw->fc.current_mode = igc_fc_rx_pause; in igc_config_fc_after_link_up_generic() 651 hw->fc.current_mode = igc_fc_tx_pause; in igc_config_fc_after_link_up_generic() 664 hw->fc.current_mode = igc_fc_rx_pause; in igc_config_fc_after_link_up_generic() 669 hw->fc.current_mode = igc_fc_none; in igc_config_fc_after_link_up_generic() [all …]
|
| D | igc_hw.h | 343 enum igc_fc_mode current_mode; member
|
| D | ixgbe_82598.c | 437 if ((hw->fc.current_mode & ixgbe_fc_tx_pause) && in ixgbe_fc_enable_82598() 488 switch (hw->fc.current_mode) { in ixgbe_fc_enable_82598() 532 if ((hw->fc.current_mode & ixgbe_fc_tx_pause) && in ixgbe_fc_enable_82598()
|
| D | if_ngbe.c | 616 switch (sc->hw.fc.current_mode) { in ngbe_media_status() 1965 hw->fc.current_mode = ngbe_fc_full; in ngbe_init_shared_code() 2033 hw->fc.current_mode = hw->fc.requested_mode; in ngbe_fc_autoneg() 2071 if ((hw->fc.current_mode & ngbe_fc_tx_pause) && hw->fc.high_water) { in ngbe_fc_enable() 2101 switch (hw->fc.current_mode) { in ngbe_fc_enable() 2142 if ((hw->fc.current_mode & ngbe_fc_tx_pause) && hw->fc.high_water) { in ngbe_fc_enable() 3159 hw->fc.current_mode = ngbe_fc_full; in ngbe_negotiate_fc() 3161 hw->fc.current_mode = ngbe_fc_rx_pause; in ngbe_negotiate_fc() 3165 hw->fc.current_mode = ngbe_fc_tx_pause; in ngbe_negotiate_fc() 3168 hw->fc.current_mode = ngbe_fc_rx_pause; in ngbe_negotiate_fc() [all …]
|
| D | ixgbe.c | 2282 if ((hw->fc.current_mode & ixgbe_fc_tx_pause) && in ixgbe_fc_enable_generic() 2313 switch (hw->fc.current_mode) { in ixgbe_fc_enable_generic() 2359 if ((hw->fc.current_mode & ixgbe_fc_tx_pause) && in ixgbe_fc_enable_generic() 2426 hw->fc.current_mode = ixgbe_fc_full; in ixgbe_negotiate_fc() 2429 hw->fc.current_mode = ixgbe_fc_rx_pause; in ixgbe_negotiate_fc() 2434 hw->fc.current_mode = ixgbe_fc_tx_pause; in ixgbe_negotiate_fc() 2438 hw->fc.current_mode = ixgbe_fc_rx_pause; in ixgbe_negotiate_fc() 2441 hw->fc.current_mode = ixgbe_fc_none; in ixgbe_negotiate_fc() 2614 hw->fc.current_mode = hw->fc.requested_mode; in ixgbe_fc_autoneg()
|
| D | igc_phy.c | 398 switch (hw->fc.current_mode) { in igc_phy_setup_autoneg()
|
| D | if_ngbereg.h | 865 enum ngbe_fc_mode current_mode; member
|
| D | ixgbe_x550.c | 3837 hw->fc.current_mode = hw->fc.requested_mode; in ixgbe_fc_autoneg_backplane_x550em_a() 3849 hw->fc.current_mode = hw->fc.requested_mode; in ixgbe_fc_autoneg_fiber_x550em_a() 3903 hw->fc.current_mode = hw->fc.requested_mode; in ixgbe_fc_autoneg_sgmii_x550em_a()
|
| D | if_icevar.h | 1242 enum ice_fc_mode current_mode; /* FC mode in effect */ member
|
| D | if_igc.c | 1513 switch (sc->hw.fc.current_mode) { in igc_media_status()
|
| D | ixgbe_type.h | 3804 enum ixgbe_fc_mode current_mode; /* FC mode in effect */ member
|
| D | if_ix.c | 1328 switch (sc->hw.fc.current_mode) { in ixgbe_media_status()
|
| D | if_ice.c | 6841 hw_fc_info->current_mode = ICE_FC_FULL; in ice_aq_get_link_info() 6843 hw_fc_info->current_mode = ICE_FC_TX_PAUSE; in ice_aq_get_link_info() 6845 hw_fc_info->current_mode = ICE_FC_RX_PAUSE; in ice_aq_get_link_info() 6847 hw_fc_info->current_mode = ICE_FC_NONE; in ice_aq_get_link_info()
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | mode-switching.c | 543 int current_mode[N_ENTITIES]; in optimize_mode_switching() local 552 int m = current_mode[j] = MODE_PRIORITY_TO_MODE (entity_map[j], i); in optimize_mode_switching() 600 mode = current_mode[j]; in optimize_mode_switching()
|
| /openbsd/src/sys/dev/pci/drm/amd/display/dc/clk_mgr/dcn30/ |
| D | dcn30_clk_mgr.c | 355 static void dcn3_set_hard_min_memclk(struct clk_mgr *clk_mgr_base, bool current_mode) in dcn3_set_hard_min_memclk() argument 362 if (current_mode) { in dcn3_set_hard_min_memclk()
|
| /openbsd/src/sys/dev/pci/drm/amd/display/dc/inc/hw/ |
| D | clk_mgr.h | 307 void (*set_hard_min_memclk)(struct clk_mgr *clk_mgr, bool current_mode);
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | lcm.c | 1168 int current_mode[N_ENTITIES]; local 1175 int m = current_mode[j] = MODE_PRIORITY_TO_MODE (entity_map[j], i); 1223 mode = current_mode[j];
|
| /openbsd/src/sys/arch/sh/dev/ |
| D | scif.c | 1222 sc->ppsinfo.current_mode = in scifintr() 1243 sc->ppsinfo.current_mode = in scifintr()
|