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

  /external/syslinux/gpxe/src/drivers/net/
3c595.c 39 static unsigned short vx_connector, vx_connectors; variable
44 } conn_tab[VX_CONNECTORS] = {
362 vx_connectors = inw(BASE + VX_W3_RESET_OPT) & 0x7f;
363 for (n = 0, k = 0; k < VX_CONNECTORS; k++) {
364 if (vx_connectors & conn_tab[k].bit) {
372 if (vx_connectors == 0) {
404 if ((vx_connectors & conn_tab[vx_connector].bit) == 0) {
3c595.h 431 #define VX_CONNECTORS 8

Completed in 80 milliseconds