Searched refs:wl3501_outb (Results 1 - 1 of 1) sorted by relevance
/linux-4.1.27/drivers/net/wireless/ |
H A D | wl3501_cs.c | 67 #define wl3501_outb(a, b) { outb(a, b); slow_down_io(); } macro 189 wl3501_outb(page, this->base_addr + WL3501_NIC_BSS); wl3501_switch_page() 203 wl3501_outb(WL3501_BSS_FPAGE3, base_addr + WL3501_NIC_BSS); /* BSS */ wl3501_get_flash_mac_addr() 204 wl3501_outb(0x00, base_addr + WL3501_NIC_LMAL); /* LMAL */ wl3501_get_flash_mac_addr() 205 wl3501_outb(0x40, base_addr + WL3501_NIC_LMAH); /* LMAH */ wl3501_get_flash_mac_addr() 223 wl3501_outb(WL3501_BSS_FPAGE0, base_addr + WL3501_NIC_BSS); wl3501_get_flash_mac_addr() 224 wl3501_outb(0x04, base_addr + WL3501_NIC_LMAL); wl3501_get_flash_mac_addr() 225 wl3501_outb(0x40, base_addr + WL3501_NIC_LMAH); wl3501_get_flash_mac_addr() 252 wl3501_outb(dest & 0xff, this->base_addr + WL3501_NIC_LMAL); wl3501_set_to_wla() 253 wl3501_outb(((dest >> 8) & 0x7f), this->base_addr + WL3501_NIC_LMAH); wl3501_set_to_wla() 274 wl3501_outb(src & 0xff, this->base_addr + WL3501_NIC_LMAL); wl3501_get_from_wla() 275 wl3501_outb((src >> 8) & 0x7f, this->base_addr + WL3501_NIC_LMAH); wl3501_get_from_wla() 722 wl3501_outb(new, this->base_addr + WL3501_NIC_GCR); wl3501_block_interrupt() 739 wl3501_outb(new, this->base_addr + WL3501_NIC_GCR); wl3501_unblock_interrupt() 1096 wl3501_outb(WL3501_GCR_ECINT, this->base_addr + WL3501_NIC_GCR); wl3501_ack_interrupt()
|
Completed in 38 milliseconds