Home
last modified time | relevance | path

Searched refs:PRA (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/net/skfp/h/
Dskfbi.h99 #define PRA(a) (0x0c80| (a)) /* configuration PROM */ macro
106 #define CDID PRA(0) /* Card ID I/O port addr. offset */
116 #define PR_A(a) (PRA(a)+smc->hw.iop) /* config. PROM */
683 #define PRA(a) (0x1000|(((a)&0x07)<<1)|(((a)&0x18)<<7)) /* PROM (read only)*/ macro
700 #define PR_A(a) (PRA(a)+smc->hw.iop) /* PROM (read only)*/
730 #define CDID (PRA(SADDRL)) /* Card ID int/O port addr. offset */
731 #define NEXT_CDID ((PRA(SADDRL+1)) - CDID)
1692 #define PRA(a) (B2_MAC_0 + (a)) /* configuration PROM (MAC address) */ macro
1749 #define PR_A(a) ADDR(PRA(a)) /* config. PROM (MAC address) */
/linux-2.4.37.9/drivers/net/skfp/
Ddrvfbi.c1265 if (inp(SADDR(slot)+PRA(i)) != OEMID(smc,i))
1271 id[i] = inp(SADDR(slot)+PRA(i)) ;
1348 if ((u_char)inpw((PRA(i)+port)) != SKLOGO(smc,i-SADDRL)) {
1355 if ((u_char)inpw((PRA(i)+port)) != OEMID(smc,i))
1361 board_logo[0] = (u_char)inpw((PRA(SADDRL)+port)) ;
1383 board_logo[i] = (u_char)inpw((PRA(SADDRL+i)+port)) ;
1390 id[i] = (u_char)inpw((PRA(i)+port)) ;