Home
last modified time | relevance | path

Searched refs:UPDATE (Results 1 – 3 of 3) sorted by relevance

/u-boot/drivers/power/domain/
A Dtegra186-power-domain.c15 #define UPDATE BIT(0) macro
42 req.logic_state = UPDATE | on_state; in tegra186_power_domain_common()
43 req.sram_state = UPDATE | on_state; in tegra186_power_domain_common()
49 req.clock_state = UPDATE; in tegra186_power_domain_common()
/u-boot/doc/board/tbs/
A Dtbs2910.rst29 BOOT/UPDATE boot switch:
31 The BOOT/UPDATE switch (SW11) is connected to the BOOT_MODE0 and
32 BOOT_MODE1 SoC pins. It has "BOOT" and "UPDATE" markings both on
35 When set to the "UPDATE" position, the SoC will use the "Boot From Fuses"
125 the boot switch is set to "UPDATE"
/u-boot/lib/zlib/
A Dinflate.c152 # define UPDATE(check, buf, len) \ macro
155 # define UPDATE(check, buf, len) adler32(check, buf, len) macro
859 UPDATE(state->check, put - out, out); in inflate()
921 UPDATE(state->check, strm->next_out - out, out); in inflate()

Completed in 5 milliseconds