Searched refs:read_val (Results 1 – 1 of 1) sorted by relevance
868 uint32_t read_val = rte_read32((volatile void *)((char *)base + reg)); in hns3_read_reg() local869 return rte_le_to_cpu_32(read_val); in hns3_read_reg()