Searched refs:WL3501_NIC_IODPA (Results 1 – 2 of 2) sorted by relevance
210 this->mac_addr[0] = inb(base_addr + WL3501_NIC_IODPA); in wl3501_get_flash_mac_addr()212 this->mac_addr[1] = inb(base_addr + WL3501_NIC_IODPA); in wl3501_get_flash_mac_addr()214 this->mac_addr[2] = inb(base_addr + WL3501_NIC_IODPA); in wl3501_get_flash_mac_addr()216 this->mac_addr[3] = inb(base_addr + WL3501_NIC_IODPA); in wl3501_get_flash_mac_addr()218 this->mac_addr[4] = inb(base_addr + WL3501_NIC_IODPA); in wl3501_get_flash_mac_addr()220 this->mac_addr[5] = inb(base_addr + WL3501_NIC_IODPA); in wl3501_get_flash_mac_addr()222 this->reg_domain = inb(base_addr + WL3501_NIC_IODPA); in wl3501_get_flash_mac_addr()228 this->version[0] = inb(base_addr + WL3501_NIC_IODPA); in wl3501_get_flash_mac_addr()230 this->version[1] = inb(base_addr + WL3501_NIC_IODPA); in wl3501_get_flash_mac_addr()258 wl3501_outsb(this->base_addr + WL3501_NIC_IODPA, src, size); in wl3501_set_to_wla()[all …]
511 #define WL3501_NIC_IODPA ((u8)0x04) /* SIR4 - I/O Data Port A */ macro