Searched refs:soc_config (Results 1 – 3 of 3) sorted by relevance
111 const struct pruss_intc_match_data *soc_config; member260 const struct pruss_intc_match_data *soc_config = intc->soc_config; in pruss_intc_init() local263 num_chnl_map_regs = DIV_ROUND_UP(soc_config->num_system_events, in pruss_intc_init()265 num_host_intr_regs = DIV_ROUND_UP(soc_config->num_host_events, in pruss_intc_init()267 num_event_type_regs = DIV_ROUND_UP(soc_config->num_system_events, 32); in pruss_intc_init()422 if (sys_event < 0 || sys_event >= intc->soc_config->num_system_events) { in pruss_intc_irq_domain_xlate()428 if (channel < 0 || channel >= intc->soc_config->num_host_events) { in pruss_intc_irq_domain_xlate()434 if (host < 0 || host >= intc->soc_config->num_host_events) { in pruss_intc_irq_domain_xlate()536 intc->soc_config = data; in pruss_intc_probe()605 u8 max_system_events = intc->soc_config->num_system_events; in pruss_intc_remove()
226 if (phy->soc_config->has_hostpc) { in set_pts()245 if (phy->soc_config->has_hostpc) { in set_phcd()343 if (phy->soc_config->requires_extra_tuning_parameters) { in utmip_pad_power_on()524 if (!phy->soc_config->utmi_pll_config_in_car_module) { in utmi_phy_power_on()585 if (phy->soc_config->requires_extra_tuning_parameters) { in utmi_phy_power_on()633 if (phy->soc_config->requires_usbmode_setup) { in utmi_phy_power_on()1027 if (!phy->soc_config->requires_pmc_ao_power_up) in tegra_usb_phy_configure_pmc()1243 if (tegra_phy->soc_config->requires_extra_tuning_parameters) { in utmi_phy_probe()1355 tegra_phy->soc_config = of_device_get_match_data(&pdev->dev); in tegra_usb_phy_probe()
71 const struct tegra_phy_soc_config *soc_config;70 const struct tegra_phy_soc_config *soc_config; global() member