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

  /src/sys/arch/next68k/stand/boot/
en.c 114 volatile u_int *bmap_chip; local in function:en_init
120 bmap_chip = (u_int *)P_BMAP;
139 (bmap_chip[13] & 0x20000000) ? "BNC" : "TP"));
140 if (!(bmap_chip[13] & 0x20000000)) {
141 bmap_chip[12] |= 0x90000000;
142 bmap_chip[13] |= (0x80000000|0x10000000); /* TP */

Completed in 11 milliseconds