Searched refs:port_write_cycles (Results 1 – 1 of 1) sorted by relevance
29 #define MAX_SWJ_CLOCK(delay_cycles, port_write_cycles) \ argument30 ((CPU_CLOCK / 2U) / (port_write_cycles + delay_cycles))51 uint32_t port_write_cycles; member532 if (clock >= MAX_SWJ_CLOCK(DELAY_FAST_CYCLES, config->port_write_cycles)) { in sw_set_clock()539 if (delay > config->port_write_cycles) { in sw_set_clock()540 delay -= config->port_write_cycles; in sw_set_clock()732 .port_write_cycles = DT_INST_PROP(n, port_write_cycles), \