DELTA 320005 0 340 SVNN cx phMwHnD astatic uint64_t get_sar_value_armada38xstatic uint64_t get_sar_value_armada38x(void) { uint32_t sar_low, sar_high; sar_high = 0; sar_low = bus_space_read_4(fdtbus_bs_tag, MV_MISC_BASE, SAMPLE_AT_RESET_ARMADA38X); return (((uint64_t)sar_high << 32) | sar_low); }_armada38x(); sar = (sar & TCLK_MASK_ARMADA38X) >> TCLK_SHIFT_ARMADA38X_armada38xENDREP DELTA 326258 39725 68 SVNT2V<q4%K#fnTstatic uint64_t get_sar_value_armadaxpstatic uint64_t get_sar_value_armadaxp(void) { uint32_t sar_low, sar_high; sar_high = bus_space_read_4(fdtbus_bs_tag, MV_MISC_BASE, SAMPLE_AT_RESET_HI); sar_low = bus_space_read_4(fdtbus_bs_tag, MV_MISC_BASE, SAMPLE_AT_RESET_LO); return (((uint64_t)sar_high << 32) | sar_low); }_armadaxpENDREP DELTA 331229 505 38 SVNe==ENDREP DELTA 331951 503 214 SVN/>An=Nu