Home
last modified time | relevance | path

Searched refs:current_mode (Results 1 – 25 of 35) sorted by relevance

12

/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_lspcon.c114 enum drm_lspcon_mode current_mode; in lspcon_get_current_mode() local
117 if (drm_lspcon_get_mode(adapter, &current_mode)) { in lspcon_get_current_mode()
121 return current_mode; in lspcon_get_current_mode()
127 enum drm_lspcon_mode current_mode; in lspcon_wait_mode() local
129 current_mode = lspcon_get_current_mode(lspcon); in lspcon_wait_mode()
130 if (current_mode == mode) in lspcon_wait_mode()
136 wait_for((current_mode = lspcon_get_current_mode(lspcon)) == mode, 400); in lspcon_wait_mode()
137 if (current_mode != mode) in lspcon_wait_mode()
142 lspcon_mode_name(current_mode)); in lspcon_wait_mode()
144 return current_mode; in lspcon_wait_mode()
[all …]
H A Dvlv_dsi.c1821 struct drm_display_mode *current_mode, *fixed_mode; in vlv_dsi_init() local
1907 current_mode = intel_encoder_current_mode(intel_encoder); in vlv_dsi_init()
1908 if (current_mode) { in vlv_dsi_init()
1910 intel_dsi->pclk, current_mode->clock); in vlv_dsi_init()
1912 current_mode->clock)) { in vlv_dsi_init()
1914 intel_dsi->pclk = current_mode->clock; in vlv_dsi_init()
1917 kfree(current_mode); in vlv_dsi_init()
/netbsd-src/sys/dev/pci/igc/
H A Digc_mac.c416 hw->fc.current_mode = hw->fc.requested_mode; in igc_setup_link_generic()
419 hw->fc.current_mode); in igc_setup_link_generic()
484 if (hw->fc.current_mode & igc_fc_tx_pause) { in igc_set_fc_watermarks_generic()
537 DEBUGOUT1("hw->fc.current_mode = %u\n", hw->fc.current_mode); in igc_force_mac_fc_generic()
539 switch (hw->fc.current_mode) { in igc_force_mac_fc_generic()
666 hw->fc.current_mode = igc_fc_full; in igc_config_fc_after_link_up_generic()
668 hw->fc.current_mode = igc_fc_rx_pause; in igc_config_fc_after_link_up_generic()
681 hw->fc.current_mode = igc_fc_tx_pause; in igc_config_fc_after_link_up_generic()
694 hw->fc.current_mode = igc_fc_rx_pause; in igc_config_fc_after_link_up_generic()
699 hw->fc.current_mode = igc_fc_none; in igc_config_fc_after_link_up_generic()
[all …]
H A Digc_hw.h348 enum igc_fc_mode current_mode; member
H A Digc_phy.c403 switch (hw->fc.current_mode) { in igc_phy_setup_autoneg()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
H A Damdgpu_dcn20_mpc.c411 int mpcc_id, enum dc_lut_mode current_mode, in apply_DEDCN20_305_wa() argument
425 if (current_mode == LUT_BYPASS) in apply_DEDCN20_305_wa()
439 enum dc_lut_mode current_mode; in mpc2_set_output_gamma() local
453 current_mode = mpc20_get_ogam_current(mpc, mpcc_id); in mpc2_set_output_gamma()
454 if (current_mode == LUT_BYPASS || current_mode == LUT_RAM_A) in mpc2_set_output_gamma()
467 apply_DEDCN20_305_wa(mpc, mpcc_id, current_mode, next_mode); in mpc2_set_output_gamma()
H A Damdgpu_dcn20_dpp_cm.c475 enum dc_lut_mode current_mode; in dpp20_program_blnd_lut() local
483 current_mode = dpp20_get_blndgam_current(dpp_base); in dpp20_program_blnd_lut()
484 if (current_mode == LUT_BYPASS || current_mode == LUT_RAM_A) in dpp20_program_blnd_lut()
885 enum dc_lut_mode current_mode; in dpp20_program_shaper() local
894 current_mode = dpp20_get_shaper_current(dpp_base); in dpp20_program_shaper()
896 if (current_mode == LUT_BYPASS || current_mode == LUT_RAM_A) in dpp20_program_shaper()
/netbsd-src/sys/external/bsd/drm2/dist/drm/
H A Ddrm_dp_dual_mode_helper.c493 enum drm_lspcon_mode current_mode; in drm_lspcon_set_mode() local
512 ret = drm_lspcon_get_mode(adapter, &current_mode); in drm_lspcon_set_mode()
517 if (current_mode != mode) { in drm_lspcon_set_mode()
/netbsd-src/external/bsd/ntp/dist/include/
H A Dtimepps-SunOS.h157 int current_mode; /* current mode bits */ member
475 infobuf.current_mode = handle->params.mode; in time_pps_fetch()
H A Dtimepps-SCO.h157 int current_mode; /* current mode bits */ member
474 infobuf.current_mode = handle->params.mode; in time_pps_fetch()
H A Dtimepps-Solaris.h157 int current_mode; /* current mode bits */ member
539 infobuf.current_mode = punit->params.mode; in time_pps_fetch()
/netbsd-src/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_dp_dual_mode_helper.h118 enum drm_lspcon_mode *current_mode);
/netbsd-src/sys/sys/
H A Dtimepps.h70 int current_mode; /* current mode bits */ member
/netbsd-src/sys/dev/pci/ixgbe/
H A Dixgbe_82598.c435 if ((hw->fc.current_mode & ixgbe_fc_tx_pause) && in ixgbe_fc_enable_82598()
486 switch (hw->fc.current_mode) { in ixgbe_fc_enable_82598()
530 if ((hw->fc.current_mode & ixgbe_fc_tx_pause) && in ixgbe_fc_enable_82598()
H A Dixgbe_common.c2854 if ((hw->fc.current_mode & ixgbe_fc_tx_pause) && in ixgbe_fc_enable_generic()
2885 switch (hw->fc.current_mode) { in ixgbe_fc_enable_generic()
2931 if ((hw->fc.current_mode & ixgbe_fc_tx_pause) && in ixgbe_fc_enable_generic()
2996 hw->fc.current_mode = ixgbe_fc_full; in ixgbe_negotiate_fc()
2999 hw->fc.current_mode = ixgbe_fc_rx_pause; in ixgbe_negotiate_fc()
3004 hw->fc.current_mode = ixgbe_fc_tx_pause; in ixgbe_negotiate_fc()
3008 hw->fc.current_mode = ixgbe_fc_rx_pause; in ixgbe_negotiate_fc()
3011 hw->fc.current_mode = ixgbe_fc_none; in ixgbe_negotiate_fc()
3185 hw->fc.current_mode = hw->fc.requested_mode; in ixgbe_fc_autoneg()
H A Dixgbe.c3035 if (hw->fc.current_mode == ixgbe_fc_rx_pause || in ixgbe_media_status()
3036 hw->fc.current_mode == ixgbe_fc_full) in ixgbe_media_status()
3038 if (hw->fc.current_mode == ixgbe_fc_tx_pause || in ixgbe_media_status()
3039 hw->fc.current_mode == ixgbe_fc_full) in ixgbe_media_status()
5426 fc = sc->hw.fc.current_mode; in ixgbe_sysctl_flowcntl()
5433 if (fc == sc->hw.fc.current_mode) in ixgbe_sysctl_flowcntl()
/netbsd-src/sys/arch/amiga/dev/
H A Dgrfabs_ccreg.h40 dmode_t *current_mode; member
H A Dgrfabs_cc.c188 m_this_data->current_mode = NULL; in cc_init_monitor()
216 if (m_this_data->current_mode == NULL) in monitor_vbl_handler()
219 dmd = DMDATA(m_this_data->current_mode); in monitor_vbl_handler()
221 dmd->vbl_handler(m_this_data->current_mode); in monitor_vbl_handler()
227 if (m_this_data->current_mode) in get_current_mode()
228 return(m_this_data->current_mode); in get_current_mode()
361 m_this_data->current_mode = d; in cc_load_mode()
369 m_this_data->current_mode = NULL; in cc_load_mode()
779 if (MDATA(cc_monitor)->current_mode == mode) { in cc_remove_view()
/netbsd-src/sys/arch/sh3/dev/
H A Dsci.c1185 sc->ppsinfo.current_mode =
1206 sc->ppsinfo.current_mode =
H A Dscif.c1314 sc->ppsinfo.current_mode = in scifintr()
1335 sc->ppsinfo.current_mode = in scifintr()
/netbsd-src/external/mit/libuv/dist/src/win/
H A Dpipe.c459 DWORD current_mode = 0; in uv__set_pipe_handle() local
478 if (!GetNamedPipeHandleState(pipeHandle, &current_mode, NULL, NULL, in uv__set_pipe_handle()
481 } else if (current_mode & PIPE_NOWAIT) { in uv__set_pipe_handle()
/netbsd-src/sys/arch/arm/s3c2xx0/
H A Dsscom.c1668 sc->ppsinfo.current_mode = sc->ppsparam.mode; in sscomrxintr()
1686 sc->ppsinfo.current_mode = sc->ppsparam.mode; in sscomrxintr()
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/
H A Dtransfer.c203 current_mode (st_parameter_dt *dtp) in current_mode() function
2795 switch (current_mode (dtp)) in pre_position()
3600 switch (current_mode (dtp)) in next_record_r()
3883 switch (current_mode (dtp)) in next_record_w()
4154 if (dtp->u.p.current_unit && current_mode (dtp) == UNFORMATTED_SEQUENTIAL) in finalize_transfer()
/netbsd-src/external/gpl3/gcc/dist/libgfortran/io/
H A Dtransfer.c203 current_mode (st_parameter_dt *dtp) in current_mode() function
2951 switch (current_mode (dtp)) in pre_position()
3763 switch (current_mode (dtp)) in next_record_r()
4050 switch (current_mode (dtp)) in next_record_w()
4331 if (dtp->u.p.current_unit && current_mode (dtp) == UNFORMATTED_SEQUENTIAL) in finalize_transfer()
/netbsd-src/sys/arch/evbarm/dev/
H A Dplcom.c2265 sc->ppsinfo.current_mode = sc->ppsparam.mode; in plcomintr()
2283 sc->ppsinfo.current_mode = sc->ppsparam.mode; in plcomintr()

12