Searched refs:PER_MEM_BASE (Results 1 – 25 of 298) sorted by relevance
12345678910>>...12
156 BITBAND_PER_BASE + (((uint32_t)addr - PER_MEM_BASE) * (uint32_t) 32) + (bit * (uint32_t) 4); in BUS_RegBitWrite()193 BITBAND_PER_BASE + (((uint32_t)addr - PER_MEM_BASE) * (uint32_t)32) + (bit * (uint32_t) 4); in BUS_RegBitRead()228 uint32_t aliasAddr = PER_BITSET_MEM_BASE + ((uint32_t)addr - PER_MEM_BASE); in BUS_RegMaskedSet()266 uint32_t aliasAddr = PER_BITCLR_MEM_BASE + ((uint32_t)addr - PER_MEM_BASE); in BUS_RegMaskedClear()
153 #define PER_MEM_BASE (0x40000000UL) /**< PER base address */ macro
140 #define PER_MEM_BASE (0x40000000UL) /**< PER base address */ macro
167 #define PER_MEM_BASE (0x40000000UL) /**< PER base address */ macro