Lines Matching defs:base_addr
190 wl3501_outb(page, this->base_addr + WL3501_NIC_BSS);
201 int base_addr = this->base_addr;
204 wl3501_outb(WL3501_BSS_FPAGE3, base_addr + WL3501_NIC_BSS); /* BSS */
205 wl3501_outb(0x00, base_addr + WL3501_NIC_LMAL); /* LMAL */
206 wl3501_outb(0x40, base_addr + WL3501_NIC_LMAH); /* LMAH */
210 this->mac_addr[0] = inb(base_addr + WL3501_NIC_IODPA);
212 this->mac_addr[1] = inb(base_addr + WL3501_NIC_IODPA);
214 this->mac_addr[2] = inb(base_addr + WL3501_NIC_IODPA);
216 this->mac_addr[3] = inb(base_addr + WL3501_NIC_IODPA);
218 this->mac_addr[4] = inb(base_addr + WL3501_NIC_IODPA);
220 this->mac_addr[5] = inb(base_addr + WL3501_NIC_IODPA);
222 this->reg_domain = inb(base_addr + WL3501_NIC_IODPA);
224 wl3501_outb(WL3501_BSS_FPAGE0, base_addr + WL3501_NIC_BSS);
225 wl3501_outb(0x04, base_addr + WL3501_NIC_LMAL);
226 wl3501_outb(0x40, base_addr + WL3501_NIC_LMAH);
228 this->version[0] = inb(base_addr + WL3501_NIC_IODPA);
230 this->version[1] = inb(base_addr + WL3501_NIC_IODPA);
254 wl3501_outb(dest & 0xff, this->base_addr + WL3501_NIC_LMAL);
255 wl3501_outb(((dest >> 8) & 0x7f), this->base_addr + WL3501_NIC_LMAH);
258 wl3501_outsb(this->base_addr + WL3501_NIC_IODPA, src, size);
277 wl3501_outb(src & 0xff, this->base_addr + WL3501_NIC_LMAL);
278 wl3501_outb((src >> 8) & 0x7f, this->base_addr + WL3501_NIC_LMAH);
281 insb(this->base_addr + WL3501_NIC_IODPA, dest, size);
733 u8 old = inb(this->base_addr + WL3501_NIC_GCR);
737 wl3501_outb(new, this->base_addr + WL3501_NIC_GCR);
750 u8 old = inb(this->base_addr + WL3501_NIC_GCR);
754 wl3501_outb(new, this->base_addr + WL3501_NIC_GCR);
1112 wl3501_outb(WL3501_GCR_ECINT, this->base_addr + WL3501_NIC_GCR);
1149 wl3501_outb_p(WL3501_GCR_CORESET, this->base_addr + WL3501_NIC_GCR);
1150 wl3501_outb_p(0, this->base_addr + WL3501_NIC_GCR);
1151 wl3501_outb_p(WL3501_GCR_CORESET, this->base_addr + WL3501_NIC_GCR);
1157 wl3501_outb_p(0, this->base_addr + WL3501_NIC_GCR);
1936 dev->base_addr = link->resource[0]->start;
1945 this->base_addr = dev->base_addr;
1959 dev->name, this->base_addr, (int)dev->irq,