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

/external/grub/netboot/
H A Dsk_g16.c200 #define SK_PORT (board->port) /* Control, Status register */ macro
1047 SK_PORT = 0x00; /* Reset active */
1050 SK_PORT = SK_RESET; /* Set back to normal operation */
1057 SK_PORT = SK_RESET | SK_RAP | SK_WREG;
1060 while (SK_PORT & SK_IORUN)
1068 SK_PORT = SK_RESET | SK_RDATA | SK_RREG;
1071 while (SK_PORT & SK_IORUN)
1079 SK_PORT = SK_RESET | SK_RDATA | SK_RREG;
1083 while (SK_PORT & SK_IORUN)
1094 SK_PORT
[all...]

Completed in 85 milliseconds