HomeSort by: relevance | last modified time | path
    Searched refs:clock_cycle (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/sim/m68hc11/
dv-m68hc11sio.c 308 unsigned long clock_cycle; local
311 clock_cycle = controller->data_length * controller->baud_cycle;
313 controller->rx_poll_event = hw_event_queue_schedule (me, clock_cycle,
370 unsigned long clock_cycle; local
373 clock_cycle = controller->data_length * controller->baud_cycle;
375 controller->tx_poll_event = hw_event_queue_schedule (me, clock_cycle,
436 long clock_cycle; local
465 clock_cycle = controller->data_length * controller->baud_cycle;
473 n = (clock_cycle - t) / controller->baud_cycle;
633 long clock_cycle; local
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/m68hc11/
dv-m68hc11sio.c 308 unsigned long clock_cycle; local
311 clock_cycle = controller->data_length * controller->baud_cycle;
313 controller->rx_poll_event = hw_event_queue_schedule (me, clock_cycle,
370 unsigned long clock_cycle; local
373 clock_cycle = controller->data_length * controller->baud_cycle;
375 controller->tx_poll_event = hw_event_queue_schedule (me, clock_cycle,
436 long clock_cycle; local
465 clock_cycle = controller->data_length * controller->baud_cycle;
473 n = (clock_cycle - t) / controller->baud_cycle;
633 long clock_cycle; local
    [all...]

Completed in 22 milliseconds