Lines Matching refs:soc_config
101 * @soc_config: cached PRUSS INTC IP configuration data
111 const struct pruss_intc_match_data *soc_config;
260 const struct pruss_intc_match_data *soc_config = intc->soc_config;
263 num_chnl_map_regs = DIV_ROUND_UP(soc_config->num_system_events,
265 num_host_intr_regs = DIV_ROUND_UP(soc_config->num_host_events,
267 num_event_type_regs = DIV_ROUND_UP(soc_config->num_system_events, 32);
422 if (sys_event < 0 || sys_event >= intc->soc_config->num_system_events) {
428 if (channel < 0 || channel >= intc->soc_config->num_host_events) {
434 if (host < 0 || host >= intc->soc_config->num_host_events) {
536 intc->soc_config = data;
605 u8 max_system_events = intc->soc_config->num_system_events;