Lines Matching defs:offset
355 * In: 'off_in' is offset from CRB space in 128M pci map
674 "access, offset is 0x%llx.\n",
746 "access, offset is 0x%llx.\n",
796 unsigned long base_addr, offset, pci_base;
803 offset = addr & 0x000fffff;
813 return pci_base + offset;
1102 unsigned offset, n;
1181 offset = n & 0xffffU;
1202 if (qla82xx_rom_fast_read(ha, 8*i + 4*offset, &val) != 0 ||
1203 qla82xx_rom_fast_read(ha, 8*i + 4*offset + 4, &addr) != 0) {
1519 uint32_t offset;
1524 offset = le32_to_cpu(directory->findex) +
1526 tab_type = get_unaligned_le32((u32 *)&unirom[offset] + 8);
1529 return (struct qla82xx_uri_table_desc *)&unirom[offset];
1543 uint32_t offset;
1549 offset = le32_to_cpu(tab_desc->findex) +
1552 return (struct qla82xx_uri_data_desc *)&unirom[offset];
1558 u32 offset = BOOTLD_START;
1565 offset = le32_to_cpu(uri_desc->findex);
1568 return (u8 *)&ha->hablob->fw->data[offset];
1588 u32 offset = IMAGE_START;
1595 offset = le32_to_cpu(uri_desc->findex);
1598 return (u8 *)&ha->hablob->fw->data[offset];
1787 * at a specified offset to indicate
1807 uint32_t flags, file_chiprev, offset;
1821 offset = le32_to_cpu(ptab_desc->findex) +
1823 flags = le32_to_cpu(*((__le32 *)&unirom[offset] +
1825 file_chiprev = le32_to_cpu(*((__le32 *)&unirom[offset] +
1831 ha->file_prd_off = offset;
2631 uint32_t offset, uint32_t length)
2634 qla82xx_read_flash_data(vha, buf, offset, length);
2739 uint32_t offset, uint32_t length)
2745 rval = qla82xx_write_flash_data(vha, buf, offset, length >> 2);