Lines Matching full:pruss
108 * @id: id of the PRU core within the PRUSS
110 * @pruss: back-reference to parent PRUSS structure
125 struct pruss *pruss; member
324 * corresponding sibling PRUSS INTC node. in pru_handle_intrmap()
422 * Each PRU has access to all data memories within the PRUSS, accessible at
431 struct pruss *pruss = pru->pruss; in pru_d_da_to_va() local
438 dram0 = pruss->mem_regions[PRUSS_MEM_DRAM0]; in pru_d_da_to_va()
439 dram1 = pruss->mem_regions[PRUSS_MEM_DRAM1]; in pru_d_da_to_va()
443 shrd_ram = pruss->mem_regions[PRUSS_MEM_SHRD_RAM2]; in pru_d_da_to_va()
698 * and .pru_irq_map one. The second one contains the PRUSS interrupt mapping
738 * always at a particular offset within the PRUSS address space.
816 pru->pruss = platform_get_drvdata(ppdev); in pru_rproc_probe()