Lines Matching defs:cycles
273 * This is counted in CPU cycles, with the CPU running at 24MHz. It is
274 * broken down into 7-cycles and 4-cyles delays, with a preference for
285 uint32_t cycles, fours, sevens;
289 cycles = DIV_ROUND_CLOSEST(24000000, carrier * 2) -
293 * Calculate minimum number of 7 cycles needed so
295 * (sevens * 7) & 3 == cycles & 3
297 sevens = (4 - cycles) & 3;
298 fours = (cycles - sevens * 7) / 4;
303 * 4 instructions of 7 cycles (2 bytes each) and 110
304 * instructions of 4 cycles (1 byte each). A relative branch