Home
last modified time | relevance | path

Searched refs:term (Results 1 – 25 of 25) sorted by relevance

/u-boot/tools/buildman/
A Dboard.py219 if term:
224 term = None
230 term.AddExpr(sym)
233 if term:
235 term = Term()
236 term.AddExpr(sym)
237 if term:
238 terms.append(term)
268 for term in terms:
269 result[str(term)] = []
[all …]
A Dbuilder.py1707 term = threading.Thread(target=self.queue.join)
1708 term.setDaemon(True)
1709 term.start()
1710 while term.is_alive():
1711 term.join(100)
/u-boot/drivers/video/rockchip/
A Drk_hdmi.c27 .sym_ctr = 0x8009, .term = 0x0004, .vlev_ctr = 0x0272,
30 .sym_ctr = 0x802b, .term = 0x0004, .vlev_ctr = 0x028d,
33 .sym_ctr = 0x8039, .term = 0x0005, .vlev_ctr = 0x028d,
36 .sym_ctr = 0x8039, .term = 0x0000, .vlev_ctr = 0x019d,
39 .sym_ctr = 0x0000, .term = 0x0000, .vlev_ctr = 0x0000,
/u-boot/arch/x86/include/asm/arch-braswell/
A Dgpio.h179 gpio_light_mode, int_type, int_sel, term, open_drain, current_source,\ argument
184 (((term) != NA) ? (term << 20) : 0) | \
192 (((term) != NA) ? (FOUR_BIT << 20) : 0) | \
/u-boot/arch/sandbox/cpu/
A Dos.c240 struct termios term; in os_tty_raw() local
250 term = orig_term; in os_tty_raw()
251 term.c_iflag = IGNBRK | IGNPAR; in os_tty_raw()
252 term.c_oflag = OPOST | ONLCR; in os_tty_raw()
253 term.c_cflag = CS8 | CREAD | CLOCAL; in os_tty_raw()
254 term.c_lflag = allow_sigs ? ISIG : 0; in os_tty_raw()
255 if (tcsetattr(fd, TCSANOW, &term)) in os_tty_raw()
/u-boot/board/xilinx/common/
A Dfru_ops.c166 u8 *data, *term, *limit; in fru_parse_board() local
199 term = data + (u8)len; in fru_parse_board()
200 *term = 0; in fru_parse_board()
/u-boot/tools/
A Dkwboot.c711 int rv, rc, tty, term, prot, patch; in main() local
724 term = 0; in main()
756 term = 1; in main()
789 if (!bootmsg && !term && !debugmsg) in main()
846 if (term) { in main()
/u-boot/board/freescale/p1010rdb/
A DREADME.P1010RDB-PB117 b) For long-term use case
124 b) For long-term use case
/u-boot/doc/android/
A Dbcb.rst19 Bootloader Control Block (BCB) is a well established term/acronym in
/u-boot/include/
A Ddw_hdmi.h515 u32 term; /* transmission termination value */ member
/u-boot/doc/driver-model/
A Dremoteproc-framework.rst12 on various System on Chip(SoCs). The term remote processor is used to
A Dfdt-fixup.rst49 solution is needed to address the problem at least in the medium-term.
/u-boot/arch/arm/dts/
A Dtegra30.dtsi824 nvidia,term-range-adj = <6>;
861 nvidia,term-range-adj = <6>;
897 nvidia,term-range-adj = <6>;
A Dtegra124.dtsi893 nvidia,term-range-adj = <6>;
930 nvidia,term-range-adj = <6>;
966 nvidia,term-range-adj = <6>;
A Dtegra114.dtsi699 nvidia,term-range-adj = <6>;
735 nvidia,term-range-adj = <6>;
A Dtegra20.dtsi674 nvidia,term-range-adj = <6>;
733 nvidia,term-range-adj = <6>;
A Dtegra210.dtsi793 nvidia,term-range-adj = <6>;
831 nvidia,term-range-adj = <6>;
/u-boot/doc/
A DREADME.kconfig69 long term to move all of them to Kconfig. In the interim, the two different
/u-boot/drivers/video/
A Ddw_hdmi.c425 hdmi_phy_i2c_write(hdmi, hdmi->phy_cfg[i].term, PHY_TXTERM); in hdmi_phy_configure()
/u-boot/drivers/usb/gadget/
A Dether.c1965 char term = (i == 5 ? '\0' : ':'); in is_eth_addr_valid() local
1969 if ((q - p) != 2 || *q++ != term) in is_eth_addr_valid()
/u-boot/doc/imx/common/
A Dmxs.txt10 The term "MXS" refers to a family of Freescale SoCs that is composed by MX23
/u-boot/Licenses/
A Dgpl-2.0.txt70 the term "modification".) Each licensee is addressed as "you".
A Dlgpl-2.1.txt134 included without limitation in the term "modification".)
A Dlgpl-2.0.txt121 included without limitation in the term "modification".)
/u-boot/common/
A Ddlmalloc.src645 mmap threshold of 192K led to near-minimal long term resource

Completed in 41 milliseconds