Searched refs:socketno (Results 1 – 2 of 2) sorted by relevance
359 static int card_present(int socketno) in card_present() argument363 if ((socketno < 0) || (socketno >= MAX_SOCKETS)) in card_present()365 if (sockets[socketno].io_base == 0) in card_present()369 val = indirect_read(socketno, 1); /* Interface status register */ in card_present()
11 static int card_present(int socketno);