| /rk3399_rockchip-uboot/scripts/kconfig/ |
| H A D | expr.c | 38 e->right.expr = e2; in expr_alloc_two() 47 e->right.sym = s2; in expr_alloc_comp() 88 e->right.sym = org->right.sym; in expr_copy() 94 e->right.expr = expr_copy(org->right.expr); in expr_copy() 127 expr_free(e->right.expr); in expr_free() 145 __expr_eliminate_eq(type, &e1->right.expr, &e2); in __expr_eliminate_eq() 150 __expr_eliminate_eq(type, &e1, &e2->right.expr); in __expr_eliminate_eq() 213 return e1->left.sym == e2->left.sym && e1->right.sym == e2->right.sym; in expr_eq() 253 e->right.expr = expr_eliminate_yn(e->right.expr); in expr_eliminate_yn() 257 expr_free(e->right.expr); in expr_eliminate_yn() [all …]
|
| H A D | expr.h | 44 union expr_data left, right; member 52 for (e = (l); e && (s = e->right.sym); e = e->left.expr)
|
| H A D | symbol.c | 178 val2 = sym_get_range_val(prop->expr->right.sym, base); in sym_validate_range() 546 if (e->right.sym->visible != no) in sym_set_tristate_value() 547 e->right.sym->flags |= SYMBOL_DEF_USER; in sym_set_tristate_value() 640 val <= sym_get_range_val(prop->expr->right.sym, 10); in sym_string_within_range() 649 val <= sym_get_range_val(prop->expr->right.sym, 16); in sym_string_within_range() 1200 return sym_check_expr_deps(e->right.expr); in sym_check_expr_deps() 1212 return sym_check_deps(e->right.sym); in sym_check_expr_deps() 1407 sym_env_list->right.sym = sym; in prop_add_env()
|
| H A D | menu.c | 94 e->right.expr = menu_check_dep(e->right.expr); in menu_check_dep() 277 !menu_validate_number(sym, prop->expr->right.sym)) in sym_check_prop() 421 (*ep)->right.sym = menu->sym; in menu_finalize()
|
| /rk3399_rockchip-uboot/post/lib_powerpc/ |
| H A D | complex.c | 57 int right; in cpu_post_test_complex_2() local 66 right = 1; in cpu_post_test_complex_2() 69 right *= x; in cpu_post_test_complex_2() 71 right = 1 - right; in cpu_post_test_complex_2() 73 if (left != right) in cpu_post_test_complex_2()
|
| /rk3399_rockchip-uboot/drivers/spi/ |
| H A D | rockchip_sfc.c | 742 u16 right, left = 0; in rockchip_sfc_delay_lines_tuning() local 761 for (right = 0; right <= cell_max; right += step) { in rockchip_sfc_delay_lines_tuning() 764 rockchip_sfc_set_delay_lines(sfc, right, cs); in rockchip_sfc_delay_lines_tuning() 771 right -= step; in rockchip_sfc_delay_lines_tuning() 776 left = right; in rockchip_sfc_delay_lines_tuning() 782 if (right == cell_max) in rockchip_sfc_delay_lines_tuning() 784 if (right + step > cell_max) in rockchip_sfc_delay_lines_tuning() 785 right = cell_max - step; in rockchip_sfc_delay_lines_tuning() 788 if (dll_valid && (right - left) >= SFC_DLL_TRANING_VALID_WINDOW) { in rockchip_sfc_delay_lines_tuning() 789 if (left == 0 && right < cell_max) in rockchip_sfc_delay_lines_tuning() [all …]
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/video/ |
| H A D | displaymode.txt | 8 - left-margin, right-margin, hsync-len: Horizontal Display timing 36 right-margin = <25>;
|
| H A D | exynos-dp.txt | 13 samsung,h-front-porch right margin
|
| H A D | tegra20-dc.txt | 72 right-margin = <58>;
|
| /rk3399_rockchip-uboot/board/freescale/mx28evk/ |
| H A D | README | 20 * JTAG PSWITCH RESET: To the right (reset disabled) 29 * JTAG PSWITCH RESET: To the right (reset disabled)
|
| /rk3399_rockchip-uboot/arch/arm/dts/ |
| H A D | tegra20-medcom-wide.dts | 52 right-margin = <47>;
|
| H A D | tegra20-tec.dts | 64 right-margin = <120>;
|
| H A D | at91sam9m10g45ek.dts | 335 right {
|
| /rk3399_rockchip-uboot/arch/arc/lib/ |
| H A D | start.S | 17 ; by platform code right before passing control to the Linux kernel
|
| /rk3399_rockchip-uboot/arch/arm/mach-bcm283x/include/mach/ |
| H A D | mbox.h | 437 u32 right; member 443 u32 right; member
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/pinctrl/ |
| H A D | atmel,at91-pio4-pinctrl.txt | 25 right representation of the pin.
|
| /rk3399_rockchip-uboot/board/lego/ev3/ |
| H A D | README | 25 The program is started by holding down the right button on the EV3 when powering
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.sha1 | 48 the calculated checksum at the right place:
|
| H A D | README.video | 72 This configures a black border on the left and right resp. top and bottom
|
| H A D | README.i2c | 4 While I2C supports multi-master buses this is difficult to get right.
|
| /rk3399_rockchip-uboot/arch/arm/mach-bcm283x/ |
| H A D | msg.c | 136 msg_setup->overscan.body.req.right = 0; in bcm2835_set_video_params()
|
| /rk3399_rockchip-uboot/examples/standalone/ |
| H A D | README_rkspi.md | 125 Is right in the main function of rkspi.
|
| /rk3399_rockchip-uboot/board/sunxi/ |
| H A D | README.sunxi64 | 24 The SPL will load both ATF and U-Boot proper along with the right device 152 boot0img will also take care of putting the different binaries at the right 159 Then write this image to a microSD card, replacing /dev/sdx with the right
|
| /rk3399_rockchip-uboot/arch/arm/mach-exynos/ |
| H A D | dmc_init_ddr3.c | 411 int right[NUM_BYTE_LANES]; in software_find_read_offset() local 426 test_shifts(phy_ctrl, ch, right_limit, left_limit, right); in software_find_read_offset() 434 temp_center = (left[byte_lane] + right[byte_lane]) / 2; in software_find_read_offset()
|
| /rk3399_rockchip-uboot/tools/buildman/ |
| H A D | kconfiglib.py | 1516 relation, left, right = eq 1525 right = transform_y_m_n(right) 1529 left, right = right, left 1532 if (relation == EQUAL and (right == "y" or right == "m")) or \ 1533 (relation == UNEQUAL and right == "n"):
|