Searched refs:socketno (Results 1 – 2 of 2) sorted by relevance
360 static int card_present(int socketno) in card_present() argument365 if ((socketno<0) || (socketno >= MAX_SOCKETS)) in card_present()367 if (sockets[socketno].io_base == 0) in card_present()371 val = indirect_read(socketno, 1); /* Interface status register */ in card_present()
24 static int card_present(int socketno);