Lines Matching defs:rsc
513 struct pru_irq_rsc *rsc = pru->pru_interrupt_map;
519 if (!rsc)
523 if (rsc->type != 0) {
524 dev_err(dev, "unsupported rsc type: %d\n", rsc->type);
528 if (rsc->num_evts > MAX_PRU_SYS_EVENTS)
531 if (sizeof(*rsc) + rsc->num_evts * sizeof(struct pruss_int_map) !=
535 pru->evt_count = rsc->num_evts;
569 fwspec.param[0] = rsc->pru_intc_map[i].event;
570 fwspec.param[1] = rsc->pru_intc_map[i].chnl;
571 fwspec.param[2] = rsc->pru_intc_map[i].host;
935 /* load optional rsc table */