Searched refs:section_offset (Results 1 – 10 of 10) sorted by relevance
66 unsigned section_offset = ((pin >> 3) & 3)*ZEVIO_GPIO_SECTION_SIZE; in zevio_gpio_port_get() local67 return readl(IOMEM(c->regs + section_offset + port_offset)); in zevio_gpio_port_get()73 unsigned section_offset = ((pin >> 3) & 3)*ZEVIO_GPIO_SECTION_SIZE; in zevio_gpio_port_set() local74 writel(val, IOMEM(c->regs + section_offset + port_offset)); in zevio_gpio_port_set()
128 u32 i, len, section_len, section_offset; in hinic_flash_fw() local151 section_offset = in hinic_flash_fw()198 fw_update_msg->section_offset = send_pos; in hinic_flash_fw()214 section_offset + send_pos, in hinic_flash_fw()
763 u32 section_offset; member
117 uint32_t section_offset) in amdgpu_cper_entry_fill_section_desc() argument121 section_desc->sec_offset = section_offset; in amdgpu_cper_entry_fill_section_desc()
142 u32 section_num, dl_size, section_offset; in btmtk_setup_firmware_79xx() local166 section_offset = le32_to_cpu(sectionmap->secoffset); in btmtk_setup_firmware_79xx()208 fw_ptr += section_offset; in btmtk_setup_firmware_79xx()
516 sec_desc->section_offset = sizeof(struct cper_record_header); in set_rec_fields()
7776 u32 section_offset; member8162 u32 section_offset; in pqi_process_config_table() local8190 section_offset = get_unaligned_le32(&config_table->first_section_offset); in pqi_process_config_table()8192 while (section_offset) { in pqi_process_config_table()8193 section = (void *)config_table + section_offset; in pqi_process_config_table()8196 section_info.section_offset = section_offset; in pqi_process_config_table()8197 section_info.section_iomem_addr = table_iomem_addr + section_offset; in pqi_process_config_table()8211 section_offset + in pqi_process_config_table()8218 section_offset + in pqi_process_config_table()8224 section_offset = get_unaligned_le16(§ion->next_section_offset); in pqi_process_config_table()
1347 u32 section_offset[]; member
4901 sec_off = sec_tbl->section_offset[i]; in i40e_validate_profile()4952 sec_off = sec_tbl->section_offset[i]; in i40e_write_profile()5015 sec_off = sec_tbl->section_offset[i]; in i40e_rollback_profile()
1155 rcd->sec_hdr.section_offset = sizeof(*rcd); in erst_writer()
Completed in 50 milliseconds