Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/pcmcia/
Dwavelan.h148 #define RX_BASE 0x0000 /* Receive memory, 8 kB */ macro
151 #define RX_SIZE (TX_BASE-RX_BASE) /* Size of receive area */
Dwavelan_cs.c1026 if((addr + len) < (RX_BASE + RX_SIZE)) in read_ringbuf()
1029 chunk_len = RX_BASE + RX_SIZE - addr; in read_ringbuf()
1033 ring_ptr = (ring_ptr - RX_BASE + chunk_len) % RX_SIZE + RX_BASE; in read_ringbuf()
2746 fd_p = read_ringbuf(dev, (fd_p + 4) % RX_SIZE + RX_BASE,