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);
549 ulong addr = le32_to_cpu(ent->t270.addr);
556 qla27xx_write_reg(ISPREG(vha), 0xc0, addr|0x80000000, buf);
557 qla27xx_insert32(addr, buf, len);
559 addr += sizeof(uint32_t);
569 ulong addr = le32_to_cpu(ent->t271.addr);
576 qla27xx_write_reg(ISPREG(vha), 0xc0, addr, buf);
586 ulong start = le32_to_cpu(ent->t272.addr);
606 ulong addr = le32_to_cpu(ent->t273.addr);
613 if (pci_read_config_dword(vha->hw->pdev, addr, &value))
615 "%s: failed pcicfg read at %lx\n", __func__, addr);
616 qla27xx_insert32(addr, buf, len);
618 addr += sizeof(uint32_t);