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

/osnet-11/usr/src/grub/grub-0.97/netboot/
H A D3c595.c35 static unsigned short vx_connector, vx_connectors; variable
373 vx_connector = (inl(BASE + VX_W3_INTERNAL_CFG)
376 if (vx_connector & 0x10) {
377 vx_connector &= 0x0f;
378 printf("[*%s*]", conn_tab[vx_connector].name);
381 printf("[*%s*]", conn_tab[vx_connector].name);
393 prev_conn = vx_connector;
396 i = vx_connector; /* default in EEPROM */
400 if ((vx_connectors & conn_tab[vx_connector].bit) == 0) {

Completed in 16 milliseconds