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

  /src/sys/arch/i386/stand/lib/
message.S 36 #if defined(BOOT_MSG_COM0) && !defined(COM_PORT_VAL)
37 #define COM_PORT_VAL $0x3f8 /* Value for COM1 */
56 #ifdef COM_PORT_VAL
57 mov COM_PORT_VAL, %dx
message32.S 41 #ifndef COM_PORT_VAL
42 #define COM_PORT_VAL $0x3f8 /* Standard address COM1 (dty0) */
52 mov COM_PORT_VAL, %dx
  /src/sys/arch/i386/stand/mbr/
mbr.S 58 #define COM_PORT_VAL (0x400 + (COM_PORT * 2))
60 #define COM_PORT_VAL $COM_PORT
160 mov COM_PORT_VAL, %dx
288 #ifdef COM_PORT_VAL
289 mov COM_PORT_VAL, %dx
395 #ifdef COM_PORT_VAL
556 #ifdef COM_PORT_VAL

Completed in 27 milliseconds