Lines Matching refs:addr
107 uint32_t addr, uint offset, uint count, uint width, void *buf,
113 qla27xx_write_reg(reg, IOBAR(reg), addr, buf);
115 qla27xx_insert32(addr, buf, len);
118 addr++;
162 ulong addr = le32_to_cpu(ent->t256.base_addr);
169 qla27xx_read_window(ISPREG(vha), addr, offset, count, width, buf, len);
178 ulong addr = le32_to_cpu(ent->t257.base_addr);
184 qla27xx_write_reg(ISPREG(vha), IOBASE(vha), addr, buf);
196 ulong addr = le32_to_cpu(ent->t258.base_addr);
204 qla27xx_read_window(ISPREG(vha), addr, offset, count, width, buf, len);
213 ulong addr = le32_to_cpu(ent->t259.base_addr);
221 qla27xx_write_reg(ISPREG(vha), IOBASE(vha), addr, buf);
554 ulong addr = le32_to_cpu(ent->t270.addr);
561 qla27xx_write_reg(ISPREG(vha), 0xc0, addr|0x80000000, buf);
562 qla27xx_insert32(addr, buf, len);
564 addr += sizeof(uint32_t);
574 ulong addr = le32_to_cpu(ent->t271.addr);
581 qla27xx_write_reg(ISPREG(vha), 0xc0, addr, buf);
591 ulong start = le32_to_cpu(ent->t272.addr);
611 ulong addr = le32_to_cpu(ent->t273.addr);
618 if (pci_read_config_dword(vha->hw->pdev, addr, &value))
620 "%s: failed pcicfg read at %lx\n", __func__, addr);
621 qla27xx_insert32(addr, buf, len);
623 addr += sizeof(uint32_t);