Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/legacy/
H A Dwl3501_cs.c206 wl3501_outb(0x40, base_addr + WL3501_NIC_LMAH); /* LMAH */ in wl3501_get_flash_mac_addr()
226 wl3501_outb(0x40, base_addr + WL3501_NIC_LMAH); in wl3501_get_flash_mac_addr()
255 wl3501_outb(((dest >> 8) & 0x7f), this->base_addr + WL3501_NIC_LMAH); in wl3501_set_to_wla()
278 wl3501_outb((src >> 8) & 0x7f, this->base_addr + WL3501_NIC_LMAH); in wl3501_get_from_wla()
H A Dwl3501.h510 #define WL3501_NIC_LMAH ((u8)0x03) /* SIR3 - Local Mem addr Reg [14:8] */ macro