Searched refs:hw_cfg (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/msm/mdp/mdp5/
H A Dmdp5_kms.c229 static int get_dsi_id_from_intf(const struct mdp5_cfg_hw *hw_cfg, int intf_num) get_dsi_id_from_intf() argument
231 const enum mdp5_intf_type *intfs = hw_cfg->intf.connect; get_dsi_id_from_intf()
232 const int intf_cnt = ARRAY_SIZE(hw_cfg->intf.connect); get_dsi_id_from_intf()
251 const struct mdp5_cfg_hw *hw_cfg = modeset_init_intf() local
253 enum mdp5_intf_type intf_type = hw_cfg->intf.connect[intf_num]; modeset_init_intf()
302 int dsi_id = get_dsi_id_from_intf(hw_cfg, intf_num); modeset_init_intf()
360 const struct mdp5_cfg_hw *hw_cfg; modeset_init() local
363 hw_cfg = mdp5_cfg_get_hw_config(mdp5_kms->cfg); modeset_init()
373 for (i = 0; i < hw_cfg->pipe_rgb.count; i++) { modeset_init()
378 hw_cfg->pipe_rgb.base[i], hw_cfg->pipe_rgb.caps); modeset_init()
397 for (i = 0; i < hw_cfg->pipe_vig.count; i++) { modeset_init()
401 hw_cfg->pipe_vig.base[i], hw_cfg->pipe_vig.caps); modeset_init()
411 for (i = 0; i < hw_cfg->pipe_dma.count; i++) { modeset_init()
415 hw_cfg->pipe_dma.base[i], hw_cfg->pipe_dma.caps); modeset_init()
427 for (i = 0; i < ARRAY_SIZE(hw_cfg->intf.connect); i++) { modeset_init()
H A Dmdp5_crtc.c207 const struct mdp5_cfg_hw *hw_cfg; blend_setup() local
217 hw_cfg = mdp5_cfg_get_hw_config(mdp5_kms->cfg); blend_setup()
383 const struct mdp5_cfg_hw *hw_cfg; mdp5_crtc_atomic_check() local
391 hw_cfg = mdp5_cfg_get_hw_config(mdp5_kms->cfg); drm_atomic_crtc_state_for_each_plane()
394 if (cnt >= (hw_cfg->lm.nb_stages)) { drm_atomic_crtc_state_for_each_plane()
H A Dmdp5_ctl.c650 const struct mdp5_cfg_hw *hw_cfg = mdp5_cfg_get_hw_config(cfg_hnd); mdp5_ctlm_init() local
652 const struct mdp5_ctl_block *ctl_cfg = &hw_cfg->ctl; mdp5_ctlm_init()
672 ctl_mgr->nlm = hw_cfg->lm.count; mdp5_ctlm_init()
/linux-4.4.14/drivers/net/ethernet/atheros/alx/
H A Dhw.c853 u32 cfg, hw_cfg; alx_phy_configured() local
857 hw_cfg = alx_get_phy_config(hw); alx_phy_configured()
859 if (hw_cfg == ALX_DRV_PHY_UNKNOWN) alx_phy_configured()
862 return cfg == hw_cfg; alx_phy_configured()

Completed in 105 milliseconds