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