Home
last modified time | relevance | path

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

/AliOS-Things-master/hardware/board/c906/csi_core/include/
A Dcsi_rv64_gcc.h513 uint64_t pmpcfgx = 0; in __get_PMPxCFG() local
516 pmpcfgx = __get_PMPCFG0(); in __get_PMPxCFG()
566 uint64_t pmpcfgx = 0; in __set_PMPxCFG() local
570 pmpcfgx = (pmpcfgx & ~(0xFF << (idx << 3))) | (pmpxcfg << (idx << 3)); in __set_PMPxCFG()
571 __set_PMPCFG0(pmpcfgx); in __set_PMPxCFG()
575 pmpcfgx = (pmpcfgx & ~(0xFF << (idx << 3))) | (pmpxcfg << (idx << 3)); in __set_PMPxCFG()
576 __set_PMPCFG1(pmpcfgx); in __set_PMPxCFG()
580 pmpcfgx = (pmpcfgx & ~(0xFF << (idx << 3))) | (pmpxcfg << (idx << 3)); in __set_PMPxCFG()
581 __set_PMPCFG2(pmpcfgx); in __set_PMPxCFG()
585 pmpcfgx = (pmpcfgx & ~(0xFF << (idx << 3))) | (pmpxcfg << (idx << 3)); in __set_PMPxCFG()
[all …]
/AliOS-Things-master/components/csi/csi1/include/core/
A Dcsi_rv32_gcc.h523 uint32_t pmpcfgx = 0; in __get_PMPxCFG() local
526 pmpcfgx = __get_PMPCFG0(); in __get_PMPxCFG()
576 uint32_t pmpcfgx = 0; in __set_PMPxCFG() local
580 pmpcfgx = (pmpcfgx & ~(0xFF << (idx << 3))) | (pmpxcfg << (idx << 3)); in __set_PMPxCFG()
581 __set_PMPCFG0(pmpcfgx); in __set_PMPxCFG()
585 pmpcfgx = (pmpcfgx & ~(0xFF << (idx << 3))) | (pmpxcfg << (idx << 3)); in __set_PMPxCFG()
586 __set_PMPCFG1(pmpcfgx); in __set_PMPxCFG()
590 pmpcfgx = (pmpcfgx & ~(0xFF << (idx << 3))) | (pmpxcfg << (idx << 3)); in __set_PMPxCFG()
591 __set_PMPCFG2(pmpcfgx); in __set_PMPxCFG()
595 pmpcfgx = (pmpcfgx & ~(0xFF << (idx << 3))) | (pmpxcfg << (idx << 3)); in __set_PMPxCFG()
[all …]
/AliOS-Things-master/components/csi/csi2/include/core/
A Dcsi_rv32_gcc.h547 uint32_t pmpcfgx = 0; in __get_PMPxCFG() local
550 pmpcfgx = __get_PMPCFG0(); in __get_PMPxCFG()
600 uint32_t pmpcfgx = 0; in __set_PMPxCFG() local
604 pmpcfgx = (pmpcfgx & ~(0xFF << (idx << 3))) | (pmpxcfg << (idx << 3)); in __set_PMPxCFG()
605 __set_PMPCFG0(pmpcfgx); in __set_PMPxCFG()
609 pmpcfgx = (pmpcfgx & ~(0xFF << (idx << 3))) | (pmpxcfg << (idx << 3)); in __set_PMPxCFG()
610 __set_PMPCFG1(pmpcfgx); in __set_PMPxCFG()
614 pmpcfgx = (pmpcfgx & ~(0xFF << (idx << 3))) | (pmpxcfg << (idx << 3)); in __set_PMPxCFG()
615 __set_PMPCFG2(pmpcfgx); in __set_PMPxCFG()
619 pmpcfgx = (pmpcfgx & ~(0xFF << (idx << 3))) | (pmpxcfg << (idx << 3)); in __set_PMPxCFG()
[all …]

Completed in 20 milliseconds