Searched refs:socketno (Results 1 – 2 of 2) sorted by relevance
384 static int card_present(int socketno) in card_present() argument389 if ((socketno<0) || (socketno >= MAX_SOCKETS)) in card_present()391 if (sockets[socketno].io_base == 0) in card_present()395 val = indirect_read(socketno, 1); /* Interface status register */ in card_present()
23 static int card_present(int socketno);