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