Searched refs:BBC_CLOCK (Results 1 – 1 of 1) sorted by relevance
113 #define BBC_CLOCK (2 * EXCAL_CLOCK) /* BBC clock is half speed */ macro116 (index == 0) ? (BBC_DELAY/(BBC_CLOCK * 32)) : \117 ((index == 1) ? (BBC_DELAY/(BBC_CLOCK * 2)) : \118 BBC_DELAY/BBC_CLOCK)