Lines Matching refs:WL3501_NIC_IODPA
209 this->mac_addr[0] = inb(base_addr + WL3501_NIC_IODPA); in wl3501_get_flash_mac_addr()
211 this->mac_addr[1] = inb(base_addr + WL3501_NIC_IODPA); in wl3501_get_flash_mac_addr()
213 this->mac_addr[2] = inb(base_addr + WL3501_NIC_IODPA); in wl3501_get_flash_mac_addr()
215 this->mac_addr[3] = inb(base_addr + WL3501_NIC_IODPA); in wl3501_get_flash_mac_addr()
217 this->mac_addr[4] = inb(base_addr + WL3501_NIC_IODPA); in wl3501_get_flash_mac_addr()
219 this->mac_addr[5] = inb(base_addr + WL3501_NIC_IODPA); in wl3501_get_flash_mac_addr()
221 this->reg_domain = inb(base_addr + WL3501_NIC_IODPA); in wl3501_get_flash_mac_addr()
227 this->version[0] = inb(base_addr + WL3501_NIC_IODPA); in wl3501_get_flash_mac_addr()
229 this->version[1] = inb(base_addr + WL3501_NIC_IODPA); in wl3501_get_flash_mac_addr()
256 wl3501_outsb(this->base_addr + WL3501_NIC_IODPA, src, size); in wl3501_set_to_wla()
278 insb(this->base_addr + WL3501_NIC_IODPA, dest, size); in wl3501_get_from_wla()