Home
last modified time | relevance | path

Searched refs:PRU_IRAM_DA (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/remoteproc/
H A Dpru_rproc.c63 #define PRU_IRAM_DA 0 /* Instruction RAM */ macro
717 if (da + len <= PRU_IRAM_DA + pru->mem_regions[PRU_IOMEM_IRAM].size) { in pru_i_da_to_va()
718 offset = da - PRU_IRAM_DA; in pru_i_da_to_va()