/u-boot/tools/buildman/ |
A D | board.py | 219 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 D | builder.py | 1707 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 D | rk_hdmi.c | 27 .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 D | gpio.h | 179 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 D | os.c | 240 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 D | fru_ops.c | 166 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 D | kwboot.c | 711 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 D | README.P1010RDB-PB | 117 b) For long-term use case 124 b) For long-term use case
|
/u-boot/doc/android/ |
A D | bcb.rst | 19 Bootloader Control Block (BCB) is a well established term/acronym in
|
/u-boot/include/ |
A D | dw_hdmi.h | 515 u32 term; /* transmission termination value */ member
|
/u-boot/doc/driver-model/ |
A D | remoteproc-framework.rst | 12 on various System on Chip(SoCs). The term remote processor is used to
|
A D | fdt-fixup.rst | 49 solution is needed to address the problem at least in the medium-term.
|
/u-boot/arch/arm/dts/ |
A D | tegra30.dtsi | 824 nvidia,term-range-adj = <6>; 861 nvidia,term-range-adj = <6>; 897 nvidia,term-range-adj = <6>;
|
A D | tegra124.dtsi | 893 nvidia,term-range-adj = <6>; 930 nvidia,term-range-adj = <6>; 966 nvidia,term-range-adj = <6>;
|
A D | tegra114.dtsi | 699 nvidia,term-range-adj = <6>; 735 nvidia,term-range-adj = <6>;
|
A D | tegra20.dtsi | 674 nvidia,term-range-adj = <6>; 733 nvidia,term-range-adj = <6>;
|
A D | tegra210.dtsi | 793 nvidia,term-range-adj = <6>; 831 nvidia,term-range-adj = <6>;
|
/u-boot/doc/ |
A D | README.kconfig | 69 long term to move all of them to Kconfig. In the interim, the two different
|
/u-boot/drivers/video/ |
A D | dw_hdmi.c | 425 hdmi_phy_i2c_write(hdmi, hdmi->phy_cfg[i].term, PHY_TXTERM); in hdmi_phy_configure()
|
/u-boot/drivers/usb/gadget/ |
A D | ether.c | 1965 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 D | mxs.txt | 10 The term "MXS" refers to a family of Freescale SoCs that is composed by MX23
|
/u-boot/Licenses/ |
A D | gpl-2.0.txt | 70 the term "modification".) Each licensee is addressed as "you".
|
A D | lgpl-2.1.txt | 134 included without limitation in the term "modification".)
|
A D | lgpl-2.0.txt | 121 included without limitation in the term "modification".)
|
/u-boot/common/ |
A D | dlmalloc.src | 645 mmap threshold of 192K led to near-minimal long term resource
|