| /src/external/gpl3/gdb.old/dist/sim/mn10300/ |
| dv-mn103tim.c | 31 mn103tim - mn103002 timers (8 and 16 bit) 36 Implements the mn103002 8 and 16 bit timers as described in the mn103002 user guide. 41 reg = <8bit-timers-addr> <8bit-timers-size> <16bit-timers-addr> <16bit-timers-size> 49 /* The timers' register address blocks */ 170 struct mn103tim *timers) 188 timers->block[i].base = attach_address; 192 timers->block[i].bound = attach_address + (attach_size - 1) 203 struct mn103tim *timers; local 532 struct mn103tim *timers = hw_data (me); local 570 struct mn103tim *timers = hw_data(me); local 611 struct mn103tim *timers = hw_data(me); local 985 struct mn103tim *timers = hw_data (me); local [all...] |
| /src/external/gpl3/gdb/dist/sim/mn10300/ |
| dv-mn103tim.c | 31 mn103tim - mn103002 timers (8 and 16 bit) 36 Implements the mn103002 8 and 16 bit timers as described in the mn103002 user guide. 41 reg = <8bit-timers-addr> <8bit-timers-size> <16bit-timers-addr> <16bit-timers-size> 49 /* The timers' register address blocks */ 170 struct mn103tim *timers) 188 timers->block[i].base = attach_address; 192 timers->block[i].bound = attach_address + (attach_size - 1) 203 struct mn103tim *timers; local 532 struct mn103tim *timers = hw_data (me); local 570 struct mn103tim *timers = hw_data(me); local 611 struct mn103tim *timers = hw_data(me); local 985 struct mn103tim *timers = hw_data (me); local [all...] |
| /src/external/gpl3/gdb.old/dist/sim/lm32/ |
| dv-lm32timer.c | 92 struct lm32timer *timers = hw_data (me); local 106 timer_reg = base - timers->base; 111 timers->status = value; 114 timers->control = value; 115 if (timers->control & 0x4) 122 timers->period = value; 136 struct lm32timer *timers = hw_data (me); local 143 timer_reg = base - timers->base; 148 value = timers->status; 151 value = timers->control 201 struct lm32timer *timers; local [all...] |
| /src/external/gpl3/gdb/dist/sim/lm32/ |
| dv-lm32timer.c | 92 struct lm32timer *timers = hw_data (me); local 106 timer_reg = base - timers->base; 111 timers->status = value; 114 timers->control = value; 115 if (timers->control & 0x4) 122 timers->period = value; 136 struct lm32timer *timers = hw_data (me); local 143 timer_reg = base - timers->base; 148 value = timers->status; 151 value = timers->control 201 struct lm32timer *timers; local [all...] |
| /src/external/mit/libuv/dist/test/ |
| benchmark-million-timers.c | 42 uv_timer_t* timers; local 51 timers = malloc(NUM_TIMERS * sizeof(timers[0])); 52 ASSERT_NOT_NULL(timers); 60 ASSERT(0 == uv_timer_init(loop, timers + i)); 61 ASSERT(0 == uv_timer_start(timers + i, timer_cb, timeout, 0)); 69 uv_close((uv_handle_t*) (timers + i), close_cb); 76 free(timers);
|
| /src/sys/dev/ic/ |
| am9513reg.h | 260 #define AM9513_CMD_ARM(timers) _AM9513_CMD(0x20 | (timers)) 261 #define AM9513_CMD_LOAD(timers) _AM9513_CMD(0x40 | (timers)) 262 #define AM9513_CMD_LOAD_ARM(timers) _AM9513_CMD(0x60 | (timers)) 263 #define AM9513_CMD_SAVE(timers) _AM9513_CMD(0xA0 | (timers)) 264 #define AM9513_CMD_DISARM(timers) _AM9513_CMD(0xC0 | (timers)) [all...] |
| /src/external/bsd/atf/dist/tools/ |
| timers.hpp | 40 namespace timers { namespace in namespace:tools 80 } // namespace timers
|
| timers.cpp | 41 #include "timers.hpp" 43 namespace impl = tools::timers; 44 #define IMPL_NAME "tools::timers"
|
| test-program.cpp | 57 #include "timers.hpp" 768 timers::child_timer timeout_timer(timeout, child_pid, terminate_poll);
|
| /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/st/ |
| stm32f746.dtsi | 78 timers2: timers@40000000 { 81 compatible = "st,stm32-timers"; 100 timers3: timers@40000400 { 103 compatible = "st,stm32-timers"; 122 timers4: timers@40000800 { 125 compatible = "st,stm32-timers"; 144 timers5: timers@40000c00 { 147 compatible = "st,stm32-timers"; 166 timers6: timers@40001000 { 169 compatible = "st,stm32-timers"; [all...] |
| stm32f429.dtsi | 96 timers2: timers@40000000 { 99 compatible = "st,stm32-timers"; 118 timers3: timers@40000400 { 121 compatible = "st,stm32-timers"; 140 timers4: timers@40000800 { 143 compatible = "st,stm32-timers"; 162 timers5: timers@40000c00 { 165 compatible = "st,stm32-timers"; 184 timers6: timers@40001000 { 187 compatible = "st,stm32-timers"; [all...] |
| /src/external/bsd/libbind/dist/isc/ |
| ev_timers.c | 20 /* ev_timers.c - implement timers for the eventlib 213 if (heap_insert(ctx->timers, id) < 0) 221 evPrintf(ctx, 7, "timers after evSetTimer:\n"); 222 (void) heap_for_each(ctx->timers, print_timer, (void *)ctx); 245 if (heap_element(ctx->timers, del->index) != del) 248 if (heap_delete(ctx->timers, del->index) < 0) 253 evPrintf(ctx, 7, "timers after evClearTimer:\n"); 254 (void) heap_for_each(ctx->timers, print_timer, (void *)ctx); 272 if (heap_element(ctx->timers, timer->index) != timer) 298 if (heap_element(ctx->timers, timer->index) != timer [all...] |
| eventlib.c | 126 /* Timers. */ 131 ctx->timers = evCreateTimers(ctx); 132 if (ctx->timers == NULL) 185 /* Timers. */ 267 if ((nextTimer = heap_element(ctx->timers, 1)) != NULL) { 390 /* Timers go first since we'd like them to be accurate. */ 403 /* No timers, so there should be a ready file descriptor. */ 617 if (heap_element(ctx->timers, this->index) != this) {
|
| eventlib_p.h | 253 /* Timers. */ 255 heap_context timers; member in struct:__anon7190
|
| /src/lib/libc/isc/ |
| ev_timers.c | 20 /* ev_timers.c - implement timers for the eventlib 230 if (heap_insert(ctx->timers, id) < 0) 238 evPrintf(ctx, 7, "timers after evSetTimer:\n"); 239 (void) heap_for_each(ctx->timers, print_timer, (void *)ctx); 262 if (heap_element(ctx->timers, del->index) != del) 265 if (heap_delete(ctx->timers, del->index) < 0) 270 evPrintf(ctx, 7, "timers after evClearTimer:\n"); 271 (void) heap_for_each(ctx->timers, print_timer, (void *)ctx); 289 if (heap_element(ctx->timers, timer->index) != timer) 315 if (heap_element(ctx->timers, timer->index) != timer [all...] |
| eventlib_p.h | 253 /* Timers. */ 255 heap_context timers; member in struct:__anon376
|
| /src/external/bsd/atf/lib/tools/ |
| Makefile | 35 timers.cpp \
|
| /src/external/bsd/ntp/dist/include/ |
| ntp_unixtime.h | 21 # include <sys/timers.h>
|
| /src/external/bsd/libbind/dist/ |
| port_before.h.in | 34 #include <sys/timers.h>
|
| /src/external/mpl/dhcp/bind/dist/lib/isc/ |
| timer.c | 92 LIST(isc_timer_t) timers; 259 * Create a new 'type' timer managed by 'manager'. The timers 344 APPEND(manager->timers, timer, link); 496 UNLINK(manager->timers, timer, link); 695 INIT_LIST(manager->timers); 732 REQUIRE(EMPTY(manager->timers));
|
| /src/external/gpl2/texinfo/dist/util/ |
| gen-dir-node | 63 "h" gives a primer for first-timers,
|
| fix-info-dir | 181 "h" gives a primer for first-timers,
|
| /src/sys/external/mit/xen-include-public/dist/xen/include/public/arch-x86/hvm/ |
| save.h | 512 #define HPET_TIMER_NUM 3 /* 3 timers supported now */ 523 struct { /* timers */ 528 } timers[HPET_TIMER_NUM]; member in struct:hvm_hw_hpet
|
| /src/sys/dev/pci/cxgb/ |
| cxgb_t3_hw.c | 2470 unsigned int timers = 0, timers_shift = 22; local 2474 timers = 1; 2477 timers = 2; 2480 timers = 3; 2507 t3_write_reg(adap, A_TP_CMM_TIMER_BASE, V_CMTIMERMAXNUM(timers) | m);
|
| /src/sys/arch/hppa/dev/ |
| mongoose.c | 90 struct timers { struct in struct:mongoose_ctrl 96 } tmr[2]; /* 0x40 -- timers control */
|