Lines Matching refs:wl3501_outb
67 #define wl3501_outb(a, b) { outb(a, b); slow_down_io(); } macro
189 wl3501_outb(page, this->base_addr + WL3501_NIC_BSS); in wl3501_switch_page()
203 wl3501_outb(WL3501_BSS_FPAGE3, base_addr + WL3501_NIC_BSS); /* BSS */ in wl3501_get_flash_mac_addr()
204 wl3501_outb(0x00, base_addr + WL3501_NIC_LMAL); /* LMAL */ in wl3501_get_flash_mac_addr()
205 wl3501_outb(0x40, base_addr + WL3501_NIC_LMAH); /* LMAH */ in wl3501_get_flash_mac_addr()
223 wl3501_outb(WL3501_BSS_FPAGE0, base_addr + WL3501_NIC_BSS); in wl3501_get_flash_mac_addr()
224 wl3501_outb(0x04, base_addr + WL3501_NIC_LMAL); in wl3501_get_flash_mac_addr()
225 wl3501_outb(0x40, base_addr + WL3501_NIC_LMAH); in wl3501_get_flash_mac_addr()
252 wl3501_outb(dest & 0xff, this->base_addr + WL3501_NIC_LMAL); in wl3501_set_to_wla()
253 wl3501_outb(((dest >> 8) & 0x7f), this->base_addr + WL3501_NIC_LMAH); in wl3501_set_to_wla()
274 wl3501_outb(src & 0xff, this->base_addr + WL3501_NIC_LMAL); in wl3501_get_from_wla()
275 wl3501_outb((src >> 8) & 0x7f, this->base_addr + WL3501_NIC_LMAH); in wl3501_get_from_wla()
722 wl3501_outb(new, this->base_addr + WL3501_NIC_GCR); in wl3501_block_interrupt()
739 wl3501_outb(new, this->base_addr + WL3501_NIC_GCR); in wl3501_unblock_interrupt()
1096 wl3501_outb(WL3501_GCR_ECINT, this->base_addr + WL3501_NIC_GCR); in wl3501_ack_interrupt()