Home
last modified time | relevance | path

Searched refs:rev_1 (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/drivers/misc/
Dfsl_portals.c178 u32 rev_1 = in_be32(&qman->ip_rev_1); in fdt_fixup_qportals() local
183 maj = (rev_1 >> 8) & 0xff; in fdt_fixup_qportals()
184 min = rev_1 & 0xff; in fdt_fixup_qportals()
277 u32 rev_1 = in_be32(&bman->ip_rev_1); in fdt_fixup_bportals() local
282 maj = (rev_1 >> 8) & 0xff; in fdt_fixup_bportals()
283 min = rev_1 & 0xff; in fdt_fixup_bportals()
/external/u-boot/drivers/i2c/
Dat91_i2c.h44 u32 rev_1; member
/external/tensorflow/tensorflow/compiler/xla/service/
Dcopy_insertion_test.cc1890 HloInstruction* rev_1 = builder.AddInstruction( in MakeBenchmarkWhileBody() local
1896 HloInstruction::CreateTuple({element_0, rev_1, add_1_2})); in MakeBenchmarkWhileBody()
/external/vixl/test/aarch64/
Dtest-cpu-features-aarch64.cc411 TEST_NONE(rev_1, rev(x0, x1))