Searched refs:MFP_TIMERC (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/arch/x68k/stand/libsa/
H A Dconsio.h32 #define MFP_TIMERC (*((volatile uint8_t *)MFP_TIMERC_PHYS)) macro
H A Dclock.c34 #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)
H A Dconsio.c137 while (MFP_TIMERC > 100)
139 while (MFP_TIMERC <= 100)

Completed in 204 milliseconds