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

/linux-4.1.27/drivers/gpu/drm/msm/mdp/mdp5/
H A Dmdp5_kms.c207 static int get_dsi_id_from_intf(const struct mdp5_cfg_hw *hw_cfg, int intf_num) get_dsi_id_from_intf() argument
209 const enum mdp5_intf_type *intfs = hw_cfg->intf.connect; get_dsi_id_from_intf()
210 const int intf_cnt = ARRAY_SIZE(hw_cfg->intf.connect); get_dsi_id_from_intf()
229 const struct mdp5_cfg_hw *hw_cfg = modeset_init_intf() local
231 enum mdp5_intf_type intf_type = hw_cfg->intf.connect[intf_num]; modeset_init_intf()
266 int dsi_id = get_dsi_id_from_intf(hw_cfg, intf_num); modeset_init_intf()
315 const struct mdp5_cfg_hw *hw_cfg; modeset_init() local
318 hw_cfg = mdp5_cfg_get_hw_config(mdp5_kms->cfg); modeset_init()
328 for (i = 0; i < hw_cfg->pipe_rgb.count; i++) { modeset_init()
333 hw_cfg->pipe_rgb.base[i]); modeset_init()
352 for (i = 0; i < hw_cfg->pipe_vig.count; i++) { modeset_init()
356 hw_cfg->pipe_vig.base[i]); modeset_init()
368 for (i = 0; i < ARRAY_SIZE(hw_cfg->intf.connect); i++) { modeset_init()
H A Dmdp5_smp.c115 const struct mdp5_cfg_hw *hw_cfg; smp_request_block() local
121 hw_cfg = mdp5_cfg_get_hw_config(mdp5_kms->cfg); smp_request_block()
122 reserved = hw_cfg->smp.reserved[cid]; smp_request_block()
H A Dmdp5_ctl.h26 void __iomem *mmio_base, const struct mdp5_cfg_hw *hw_cfg);
H A Dmdp5_ctl.c511 void __iomem *mmio_base, const struct mdp5_cfg_hw *hw_cfg) mdp5_ctlm_init()
514 const struct mdp5_ctl_block *ctl_cfg = &hw_cfg->ctl; mdp5_ctlm_init()
534 ctl_mgr->nlm = hw_cfg->lm.count; mdp5_ctlm_init()
510 mdp5_ctlm_init(struct drm_device *dev, void __iomem *mmio_base, const struct mdp5_cfg_hw *hw_cfg) mdp5_ctlm_init() argument
H A Dmdp5_crtc.c194 const struct mdp5_cfg_hw *hw_cfg; blend_setup() local
199 hw_cfg = mdp5_cfg_get_hw_config(mdp5_kms->cfg); blend_setup()
215 BUG_ON(stage > hw_cfg->lm.nb_stages); drm_atomic_crtc_for_each_plane()
/linux-4.1.27/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 143 milliseconds