Searched refs:sw_config (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/stmicro/stmmac/ |
D | dwmac-anarion.c | 39 uint32_t sw_config; in anarion_gmac_init() local 45 sw_config = gmac_read_reg(gmac, GMAC_SW_CONFIG_REG); in anarion_gmac_init() 46 sw_config &= ~GMAC_CONFIG_INTF_SEL_MASK; in anarion_gmac_init() 47 sw_config |= (gmac->phy_intf_sel & GMAC_CONFIG_INTF_SEL_MASK); in anarion_gmac_init() 48 gmac_write_reg(gmac, GMAC_SW_CONFIG_REG, sw_config); in anarion_gmac_init()
|
/Linux-v4.19/drivers/net/ethernet/intel/i40e/ |
D | i40e_main.c | 13175 struct i40e_aqc_get_switch_config_resp *sw_config; in i40e_fetch_switch_configuration() local 13185 sw_config = (struct i40e_aqc_get_switch_config_resp *)aq_buf; in i40e_fetch_switch_configuration() 13189 ret = i40e_aq_get_switch_config(&pf->hw, sw_config, in i40e_fetch_switch_configuration() 13202 num_reported = le16_to_cpu(sw_config->header.num_reported); in i40e_fetch_switch_configuration() 13203 num_total = le16_to_cpu(sw_config->header.num_total); in i40e_fetch_switch_configuration() 13212 &sw_config->element[i]; in i40e_fetch_switch_configuration()
|
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | intel_display.c | 11826 struct intel_crtc_state *pipe_config, *sw_config; in verify_crtc_state() local 11876 sw_config = to_intel_crtc_state(new_crtc_state); in verify_crtc_state() 11877 if (!intel_pipe_config_compare(dev_priv, sw_config, in verify_crtc_state() 11882 intel_dump_pipe_config(intel_crtc, sw_config, in verify_crtc_state()
|