Searched refs:start (Results 1 – 6 of 6) sorted by relevance
34 uint32_t start = (uint32_t)addr; in sedi_core_inv_clean_dcache_by_addr() local35 uint32_t end = start + dsize; in sedi_core_inv_clean_dcache_by_addr()39 for (; start < end; start += SEDI_DCACHE_LINE_SIZE) { in sedi_core_inv_clean_dcache_by_addr()40 __asm__ volatile("clflush %0;\n\t" : "+m"(*(volatile char *)start)); in sedi_core_inv_clean_dcache_by_addr()
19 bool "Automatically start I2C backend"22 When enabled automatically start the I2C logging backend on23 application start. When disabled, the application needs to start
254 #define SET_BITS(reg_name, start, width, value) \ argument257 reg_name &= ~((tmp - 1) << (start)); \258 reg_name |= ((value) << (start)); \266 #define GET_BITS(reg_name, start, width) \ argument267 ((reg_name) & (((1<<(width)) - 1) << (start)))
25 uint64_t start = sedi_rtc_get_us(); in get_sec() local27 return (uint32_t)(start / 1000 / 1000); in get_sec()
43 uint32_t start : 1; /* start flag */ member299 bsp_timers[timer_id].start = 0; in sedi_hpet_config_timer()336 bsp_timers[timer_id].start = 1; in sedi_hpet_start_timer()
1158 # In case all classes in a project start with a common prefix, all classes will1196 # the setting GENERATE_TREEVIEW). It is highly recommended to start with a2022 # man pages. In case the manual section does not start with a number, the number