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()604 u8 max_system_events = intc->soc_config->num_system_events; in pruss_intc_remove()
293 if (phy->soc_config->has_hostpc) { in set_pts()312 if (phy->soc_config->has_hostpc) { in set_phcd()410 if (phy->soc_config->requires_extra_tuning_parameters) { in utmip_pad_power_on()591 if (!phy->soc_config->utmi_pll_config_in_car_module) { in utmi_phy_power_on()652 if (phy->soc_config->requires_extra_tuning_parameters) { in utmi_phy_power_on()700 if (phy->soc_config->requires_usbmode_setup) { in utmi_phy_power_on()876 u32 shift = phy->soc_config->uhsic_registers_offset; in tegra_hsic_readl()884 u32 shift = phy->soc_config->uhsic_registers_offset; in tegra_hsic_writel()950 if (phy->soc_config->requires_usbmode_setup) { in uhsic_phy_power_on()960 set_pts(phy, phy->soc_config->uhsic_pts_value); in uhsic_phy_power_on()[all …]
80 const struct tegra_phy_soc_config *soc_config; member