Home
last modified time | relevance | path

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

/drivers/net/wireless/
Dwavelan_cs.h148 #define RX_BASE 0x0000 /* Receive memory, 8 kB */ macro
151 #define RX_SIZE (TX_BASE-RX_BASE) /* Size of receive area */
Dwavelan_cs.c961 if((addr + len) < (RX_BASE + RX_SIZE)) in read_ringbuf()
964 chunk_len = RX_BASE + RX_SIZE - addr; in read_ringbuf()
968 ring_ptr = (ring_ptr - RX_BASE + chunk_len) % RX_SIZE + RX_BASE; in read_ringbuf()
2854 fd_p = read_ringbuf(dev, (fd_p + 4) % RX_SIZE + RX_BASE, in wv_packet_read()