HomeSort by relevance Sort by last modified time
    Searched refs:VX_CONNECTORS (Results 1 - 2 of 2) sorted by null

  /external/grub/netboot/
3c595.c 34 static unsigned short vx_connector, vx_connectors; variable
39 } conn_tab[VX_CONNECTORS] = {
355 vx_connectors = inw(BASE + VX_W3_RESET_OPT) & 0x7f;
356 for (n = 0, k = 0; k < VX_CONNECTORS; k++) {
357 if (vx_connectors & conn_tab[k].bit) {
365 if (vx_connectors == 0) {
398 if ((vx_connectors & conn_tab[vx_connector].bit) == 0) {
3c595.h 429 #define VX_CONNECTORS 8

Completed in 672 milliseconds