Searched refs:base (Results 1 – 5 of 5) sorted by relevance
39 base = 0; in test_atomic_api()44 base = 2; in test_atomic_api()50 base = 11; in test_atomic_api()55 base = 2; in test_atomic_api()61 base = 0xFF00; in test_atomic_api()67 base = 0xFF00; in test_atomic_api()85 base = 0x0; in test_atomic_api()90 base = 0x1; in test_atomic_api()96 base = 0x1; in test_atomic_api()112 base = 10; in test_atomic_api()[all …]
18 #define UART_FR(base) __REG32(base + 0x18) argument19 #define UART_DR(base) __REG32(base + 0x00) argument
19 #define UART_FR(base) __REG32(base + 0x18) argument20 #define UART_DR(base) __REG32(base + 0x00) argument
281 rt_size_t base = 0, size = SZ_1G; in test_memblock_reserve_many_in_one_region() local290 err = rt_memblock_add_memory("memory", base, base + size, MEMBLOCK_NONE); in test_memblock_reserve_many_in_one_region()
Completed in 44 milliseconds