Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/
Dwl3501_cs.c204 wl3501_outb(0x00, base_addr + WL3501_NIC_LMAL); /* LMAL */ in wl3501_get_flash_mac_addr()
224 wl3501_outb(0x04, base_addr + WL3501_NIC_LMAL); in wl3501_get_flash_mac_addr()
252 wl3501_outb(dest & 0xff, this->base_addr + WL3501_NIC_LMAL); in wl3501_set_to_wla()
274 wl3501_outb(src & 0xff, this->base_addr + WL3501_NIC_LMAL); in wl3501_get_from_wla()
Dwl3501.h510 #define WL3501_NIC_LMAL ((u8)0x02) /* SIR2 - Local Mem addr Reg [7:0] */ macro