Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/legacy/
H A Dwl3501_cs.c205 wl3501_outb(0x00, base_addr + WL3501_NIC_LMAL); /* LMAL */ in wl3501_get_flash_mac_addr()
225 wl3501_outb(0x04, base_addr + WL3501_NIC_LMAL); 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()
H A Dwl3501.h509 #define WL3501_NIC_LMAL ((u8)0x02) /* SIR2 - Local Mem addr Reg [7:0] */ macro