Searched refs:rdp (Results 1 – 11 of 11) sorted by relevance
/linux-2.4.37.9/drivers/net/ |
D | a2065.c | 162 ll->rdp = (leptr & 0xFFFF); in load_csrs() 164 ll->rdp = leptr >> 16; in load_csrs() 166 ll->rdp = lp->busmaster_regval; in load_csrs() 259 ll->rdp = LE_C0_INIT; in init_restart_lance() 262 for (i = 0; (i < 100) && !(ll->rdp & (LE_C0_ERR | LE_C0_IDON)); i++) in init_restart_lance() 264 if ((i == 100) || (ll->rdp & LE_C0_ERR)) { in init_restart_lance() 265 printk ("LANCE unopened after %d ticks, csr0=%4.4x.\n", i, ll->rdp); in init_restart_lance() 270 ll->rdp = LE_C0_IDON; in init_restart_lance() 271 ll->rdp = LE_C0_INEA | LE_C0_STRT; in init_restart_lance() 300 ll->rdp = LE_C0_RINT|LE_C0_INEA; in lance_rx() [all …]
|
D | declance.c | 281 volatile unsigned short rdp; /* register data port */ member 308 writereg(&ll->rdp, (leptr & 0xFFFF)); in load_csrs() 310 writereg(&ll->rdp, leptr >> 16); in load_csrs() 312 writereg(&ll->rdp, lp->busmaster_regval); in load_csrs() 510 writereg(&ll->rdp, LE_C0_INIT); in init_restart_lance() 513 for (i = 0; (i < 100) && !(ll->rdp & LE_C0_IDON); i++) { in init_restart_lance() 516 if ((i == 100) || (ll->rdp & LE_C0_ERR)) { in init_restart_lance() 517 printk("LANCE unopened after %d ticks, csr0=%4.4x.\n", i, ll->rdp); in init_restart_lance() 520 if ((ll->rdp & LE_C0_ERR)) { in init_restart_lance() 521 printk("LANCE unopened after %d ticks, csr0=%4.4x.\n", i, ll->rdp); in init_restart_lance() [all …]
|
D | mvme147.c | 160 lp->lance.ll->rdp = value; in m147lance_writerdp() 165 return lp->lance.ll->rdp; in m147lance_readrdp()
|
D | hplance.c | 191 lp->lance.ll->rdp = value; in hplance_writerdp() 201 val = lp->lance.ll->rdp; in hplance_readrdp()
|
D | a2065.h | 41 unsigned short rdp; /* Register Data Port */ member
|
D | 7990.h | 19 unsigned short rdp; /* Register Data Port */ member
|
/linux-2.4.37.9/arch/x86_64/ia32/ |
D | fpu32.c | 92 G(5, fxsave->rdp); in convert_fxsr_from_user() 135 P(5, fxsave->rdp); in convert_fxsr_to_user()
|
/linux-2.4.37.9/include/asm-x86_64/ |
D | sigcontext.h | 15 __u64 rdp; member
|
D | user.h | 57 __u64 rdp; member
|
D | processor.h | 272 u64 rdp; member
|
/linux-2.4.37.9/drivers/pnp/ |
D | isapnp.c | 279 int rdp = isapnp_rdp; in isapnp_next_rdp() local 280 while (rdp <= 0x3ff) { in isapnp_next_rdp() 285 if ((rdp < 0x280 || rdp > 0x380) && !check_region(rdp, 1)) in isapnp_next_rdp() 287 isapnp_rdp = rdp; in isapnp_next_rdp() 290 rdp += RDP_STEP; in isapnp_next_rdp()
|