Lines Matching defs:base
123 unsigned short base; /* Low word of base addr */
125 unsigned char base_hi; /* High word of base addr (unused) */
131 unsigned short base; /* Low word of base addr */
133 unsigned char base_hi; /* High word of base addr (unused) */
149 /* Receive and transmit ring base, along with length bits. */
192 /* base+0x0 */ volatile unsigned short data;
193 /* base+0x2 */ volatile unsigned short addr;
195 /* base+0x7 */ volatile unsigned char ivec;
197 /* base+0xd */ volatile unsigned char eeprom;
199 /* base+0xf */ volatile unsigned char mem;
241 #define PKTBUF_ADDR(head) (((unsigned char *)(MEM)) + (head)->base)
706 MEM->tx_head[i].base = offset;
716 MEM->rx_head[i].base = offset;
751 DPRINTK( 2, ( "rx #%d: base=%04x blen=%04x mlen=%04x\n",
752 i, MEM->rx_head[i].base,
756 DPRINTK( 2, ( "tx #%d: base=%04x len=%04x misc=%04x\n",
757 i, MEM->tx_head[i].base,