Searched refs:soc_config (Results 1 – 2 of 2) 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()
80 const struct tegra_phy_soc_config *soc_config;71 const struct tegra_phy_soc_config *soc_config; global() member