Searched refs:flash_offset (Results 1 – 4 of 4) sorted by relevance
165 uint32_t flash_offset; in qla4_83xx_lockless_flash_read_u32() local169 flash_offset = addr & (QLA83XX_FLASH_SECTOR_SIZE - 1); in qla4_83xx_lockless_flash_read_u32()187 if ((flash_offset + (u32_word_count * sizeof(uint32_t))) > in qla4_83xx_lockless_flash_read_u32()204 flash_offset = flash_offset + 4; in qla4_83xx_lockless_flash_read_u32()206 if (flash_offset > (QLA83XX_FLASH_SECTOR_SIZE - 1)) { in qla4_83xx_lockless_flash_read_u32()216 flash_offset = 0; in qla4_83xx_lockless_flash_read_u32()
28 __le32 flash_offset; member
1035 uint32_t flash_offset; in qla8044_lockless_flash_read_u32() local1039 flash_offset = addr & (QLA8044_FLASH_SECTOR_SIZE - 1); in qla8044_lockless_flash_read_u32()1059 if ((flash_offset + (u32_word_count * sizeof(uint32_t))) > in qla8044_lockless_flash_read_u32()1074 flash_offset = flash_offset + 4; in qla8044_lockless_flash_read_u32()1075 if (flash_offset > (QLA8044_FLASH_SECTOR_SIZE - 1)) { in qla8044_lockless_flash_read_u32()1086 flash_offset = 0; in qla8044_lockless_flash_read_u32()
2644 u32 word, range, flash_offset, addr = flash_addr, ret; in qlcnic_83xx_lockless_flash_read32() local2648 flash_offset = addr & (QLCNIC_FLASH_SECTOR_SIZE - 1); in qlcnic_83xx_lockless_flash_read32()2657 range = flash_offset + (count * sizeof(u32)); in qlcnic_83xx_lockless_flash_read32()2672 flash_offset = flash_offset + 4; in qlcnic_83xx_lockless_flash_read32()2674 if (flash_offset > (QLCNIC_FLASH_SECTOR_SIZE - 1)) { in qlcnic_83xx_lockless_flash_read32()2680 flash_offset = 0; in qlcnic_83xx_lockless_flash_read32()
Completed in 24 milliseconds