Searched refs:leptr (Results 1 - 4 of 4) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A D7990.c85 int leptr; local
88 leptr = LANCE_ADDR (aib);
91 WRITERDP(leptr & 0xFFFF);
93 WRITERDP(leptr >> 16);
109 int leptr; local
147 leptr = LANCE_ADDR(&aib->tx_buf[i][0]);
148 ib->btx_ring [i].tmd0 = leptr;
149 ib->btx_ring [i].tmd1_hadr = leptr >> 16;
154 printk ("%d: 0x%8.8x\n", i, leptr);
161 leptr
[all...]
H A Da2065.c157 int leptr; local
159 leptr = LANCE_ADDR (aib);
162 ll->rdp = (leptr & 0xFFFF);
164 ll->rdp = leptr >> 16;
180 int leptr; local
207 leptr = LANCE_ADDR(&aib->tx_buf[i][0]);
208 ib->btx_ring [i].tmd0 = leptr;
209 ib->btx_ring [i].tmd1_hadr = leptr >> 16;
214 if (ZERO) printk ("%d: 0x%8.8x\n", i, leptr);
221 leptr
[all...]
H A Ddeclance.c300 int leptr; local
305 leptr = 0;
308 writereg(&ll->rdp, (leptr & 0xFFFF));
310 writereg(&ll->rdp, leptr >> 16);
438 int leptr; local
457 leptr = LANCE_ADDR(libdesc_offset(brx_ring, 0));
458 ib->rx_len = (LANCE_LOG_RX_BUFFERS << 13) | (leptr >> 16);
459 ib->rx_ptr = leptr;
461 printk("RX ptr: %8.8x(%8.8x)\n", leptr, libdesc_offset(brx_ring, 0));
464 leptr
[all...]
H A Dsunlance.c300 u32 leptr; local
303 leptr = 0;
305 leptr = LANCE_ADDR(lp->init_block_dvma);
308 sbus_writew(leptr & 0xffff, lp->lregs + RDP);
310 sbus_writew(leptr >> 16, lp->lregs + RDP);
324 __u32 leptr; local
344 leptr = LANCE_ADDR(aib + libbuff_offset(tx_buf, i));
345 ib->btx_ring [i].tmd0 = leptr;
346 ib->btx_ring [i].tmd1_hadr = leptr >> 16;
354 leptr
380 u32 leptr; local
[all...]

Completed in 59 milliseconds