| /rk3399_rockchip-uboot/test/dm/ |
| H A D | rtc.c | 38 bool same; in cmp_times() local 40 same = expect->tm_sec == time->tm_sec; in cmp_times() 41 same &= expect->tm_min == time->tm_min; in cmp_times() 42 same &= expect->tm_hour == time->tm_hour; in cmp_times() 43 same &= expect->tm_mday == time->tm_mday; in cmp_times() 44 same &= expect->tm_mon == time->tm_mon; in cmp_times() 45 same &= expect->tm_year == time->tm_year; in cmp_times() 46 if (!same && show) { in cmp_times() 51 return same ? 0 : -EINVAL; in cmp_times()
|
| /rk3399_rockchip-uboot/drivers/input/ |
| H A D | input.c | 340 int same; /* number of elements which are the same */ in sort_array_by_ordering() local 352 same = dest_count; in sort_array_by_ordering() 360 return same; in sort_array_by_ordering() 375 int keycode[], int num_keycodes, int *same) in input_check_keycodes() argument 384 *same = sort_array_by_ordering(keycode, num_keycodes, in input_check_keycodes() 390 return *same != num_keycodes; in input_check_keycodes() 451 int max_chars, int same) in input_keycodes_to_ascii() argument 470 for (i = same; i < num_keycodes; i++) { in input_keycodes_to_ascii() 511 int count, i, same = 0; in _input_send_keycodes() local 516 if (!input_check_keycodes(config, keycode, num_keycodes, &same)) { in _input_send_keycodes() [all …]
|
| H A D | cros_ec_keyb.c | 109 bool same = false; in cros_ec_kbc_check() local 124 &same); in cros_ec_kbc_check() 148 if ((irq_pending < 0) && same) in cros_ec_kbc_check()
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/net/ |
| H A D | ethernet.txt | 16 - phy-connection-type: the same as "phy-mode" property but described in ePAPR; 19 - phy: the same as "phy-handle" property, not recommended for new bindings. 20 - phy-device: the same as "phy-handle" property, not recommended for new 25 They are described in the phy.txt file in this same directory.
|
| H A D | altera_tse.txt | 7 the information of registers in the same order as described by reg-names 22 - phy-mode: See ethernet.txt in the same directory. 23 - phy-handle: See ethernet.txt in the same directory. 24 - phy-addr: See ethernet.txt in the same directory. A configuration should 48 - local-mac-address: See ethernet.txt in the same directory. 49 - max-frame-size: See ethernet.txt in the same directory.
|
| H A D | snps,dwc-qos-ethernet.txt | 21 same order. See ../clock/clock-bindings.txt. 86 - phy-mode: See ethernet.txt file in the same directory 88 same order. See ../reset/reset.txt. 105 - mac-address: See ethernet.txt in the same directory 106 - local-mac-address: See ethernet.txt in the same directory 120 - phy-handle: See ethernet.txt file in the same directory 133 - fixed-mode device tree subnode: see fixed-link.txt in the same directory
|
| H A D | allwinner,sun4i-emac.txt | 8 - phy: see ethernet.txt file in the same directory.
|
| H A D | fsl-tsec-phy.txt | 7 - phy-handle : See ethernet.txt file in the same directory. 8 - phy-connection-type : See ethernet.txt file in the same directory. This
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/timer/ |
| H A D | arc_timer.txt | 23 NOTE: if you specify both timers, clocks always should be the same 24 as each timer is driven by the same core clock.
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.ARM-memory-map | 13 CONFIG_SYS_TEXT_BASE and _armboot_start are both used for the same purpose in 16 another variable (_TEXT_BASE) with the same content as _armboot_start.
|
| H A D | README.sched | 5 See the example, function 'sched(...)', in the same file for its 34 the same.
|
| H A D | README.multi-dtb-fit | 16 The selection is done using board_fit_config_name_match() (same as what the SPL 25 boards (or board revisions) with the same SPL binary, SPL_MULTI_DTB_FIT 37 FIT (same as what the SPL uses to select the DTB for U-Boot).
|
| H A D | README.plan9 | 3 confaddr must be defined with the same value as CONFADDR (see mem.h).
|
| H A D | README.nokia_rx51 | 40 * 1.3 same order for 2. - 4. fat partition 41 * 2. same as 1. but for ext2/3 partition 42 * 3. same as 1. but for ext4 partition
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/ |
| H A D | chosen.txt | 59 A special specifier "same-as-spl" can be used at any position in the 64 Note that if "same-as-spl" expands to an actual node for a given 73 u-boot,spl-boot-order = "same-as-spl", &sdmmc, "/sdhci@fe330000";
|
| /rk3399_rockchip-uboot/ |
| H A D | .mailmap | 4 # and/or not always written the same way, making contributions from the 5 # same person appearing not to be so or badly displayed.
|
| /rk3399_rockchip-uboot/drivers/cpu/ |
| H A D | amp.its | 19 arch = "arm"; // "arm64" or "arm", the same as U-Boot state 68 arch = "arm"; // "arm64" or "arm", the same as U-Boot state
|
| /rk3399_rockchip-uboot/drivers/net/phy/ |
| H A D | Kconfig | 89 This should not be enabled at the same time with PHY_MICREL_KSZ8XXX 90 as the KSZ9021 and KS8721 share the same ID. 100 This should not be enabled at the same time with PHY_MICREL_KSZ90X1 101 as the KSZ9021 and KS8721 share the same ID.
|
| /rk3399_rockchip-uboot/drivers/i2c/muxes/ |
| H A D | Kconfig | 34 paritioning I2C bus and connect multiple devices with the same address 35 to the same I2C controller where driver handles proper routing to
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/exynos/ |
| H A D | soc.txt | 8 to the device tree file name. The same name is generated in U-Boot, so the new
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/i2c/ |
| H A D | tegra20-i2c.txt | 10 does not change and is the same for all I2C nodes.
|
| /rk3399_rockchip-uboot/arch/arm/dts/ |
| H A D | uniphier-ld6b.dtsi | 12 * The D-chip (digital chip) is the same as the PXs2 die.
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/usb/ |
| H A D | marvell.xhci-usb.txt | 4 It uses the same properties as a generic XHCI host controller
|
| /rk3399_rockchip-uboot/doc/SPI/ |
| H A D | README.dual-flash | 46 - two memory flash devices should has same hw part attributes (like size, 76 - two memory flash devices should has same hw part attributes (like size,
|
| /rk3399_rockchip-uboot/board/logicpd/omap3som/ |
| H A D | README | 6 …ated into U-Boot,but the MMC controller, GPIO and I2C controllers are the same, so for the purpose…
|