Searched refs:read_POS (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/drivers/net/skfp/ |
D | drvfbi.c | 119 extern u_char read_POS() ; 123 #define read_POS(smc,a1,a2) ((u_char) inp(a1)) macro 1096 card_id = ((read_POS(smc,POS_ID_HIGH,slot - 1) & 0xff) << 8) | 1097 (read_POS(smc,POS_ID_LOW,slot - 1) & 0xff) ; 1151 if (!(read_POS(smc,POS_102, slot - 1) & POS_CARD_EN)) { 1156 val = read_POS(smc,POS_104, slot - 1) ; /* I/O, IRQ */ 1166 i = ((read_POS(smc,POS_103, slot - 1) & POS_MSEL) >> 4) & 0x07 ;
|