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

  /src/sys/arch/x68k/stand/libsa/
consio.h 32 #define MFP_TIMERC (*((volatile uint8_t *)MFP_TIMERC_PHYS))
clock.c 34 #include "consio.h" /* XXX: for MFP_TIMERC */
100 MFP_TIMERC = 200;
101 while (MFP_TIMERC >= 100)
107 MFP_TIMERC = 200;
108 while (MFP_TIMERC >= end)
consio.c 137 while (MFP_TIMERC > 100)
139 while (MFP_TIMERC <= 100)

Completed in 41 milliseconds