Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/legacy/
H A Dwl3501_cs.c68 #define wl3501_outb(a, b) { outb(a, b); slow_down_io(); } macro
190 wl3501_outb(page, this->base_addr + WL3501_NIC_BSS); in wl3501_switch_page()
205 wl3501_outb(0x00, base_addr + WL3501_NIC_LMAL); /* LMAL */ in wl3501_get_flash_mac_addr()
206 wl3501_outb(0x40, base_addr + WL3501_NIC_LMAH); /* LMAH */ in wl3501_get_flash_mac_addr()
224 wl3501_outb(WL3501_BSS_FPAGE0, base_addr + WL3501_NIC_BSS); in wl3501_get_flash_mac_addr()
225 wl3501_outb(0x04, base_addr + WL3501_NIC_LMAL); in wl3501_get_flash_mac_addr()
226 wl3501_outb(0x40, base_addr + WL3501_NIC_LMAH); in wl3501_get_flash_mac_addr()
254 wl3501_outb(dest & 0xff, this->base_addr + WL3501_NIC_LMAL); in wl3501_set_to_wla()
277 wl3501_outb(src & 0xff, this->base_addr + WL3501_NIC_LMAL); in wl3501_get_from_wla()
737 wl3501_outb(new, this->base_addr + WL3501_NIC_GCR); in wl3501_block_interrupt()
[all …]