/u-boot/test/dm/ |
A D | rtc.c | 42 bool same; in cmp_times() local 44 same = expect->tm_sec == time->tm_sec; in cmp_times() 45 same &= expect->tm_min == time->tm_min; in cmp_times() 46 same &= expect->tm_hour == time->tm_hour; in cmp_times() 47 same &= expect->tm_mday == time->tm_mday; in cmp_times() 48 same &= expect->tm_mon == time->tm_mon; in cmp_times() 49 same &= expect->tm_year == time->tm_year; in cmp_times() 50 if (!same && show) { in cmp_times() 55 return same ? 0 : -EINVAL; in cmp_times()
|
/u-boot/drivers/input/ |
A D | input.c | 358 int same; /* number of elements which are the same */ in sort_array_by_ordering() local 370 same = dest_count; in sort_array_by_ordering() 378 return same; in sort_array_by_ordering() 393 int keycode[], int num_keycodes, int *same) in input_check_keycodes() argument 402 *same = sort_array_by_ordering(keycode, num_keycodes, in input_check_keycodes() 408 return *same != num_keycodes; in input_check_keycodes() 470 int max_chars, int same) in input_keycodes_to_ascii() argument 489 for (i = same; i < num_keycodes; i++) { in input_keycodes_to_ascii() 530 int count, i, same = 0; in _input_send_keycodes() local 535 if (!input_check_keycodes(config, keycode, num_keycodes, &same)) { in _input_send_keycodes() [all …]
|
A D | cros_ec_keyb.c | 127 bool same = false; in cros_ec_kbc_check() local 142 &same); in cros_ec_kbc_check() 166 if ((irq_pending < 0) && same) in cros_ec_kbc_check()
|
/u-boot/doc/device-tree-bindings/timer/ |
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.
|
/u-boot/doc/device-tree-bindings/net/ |
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.
|
A D | ethernet.txt | 45 - phy-connection-type: the same as "phy-mode" property but described in the 50 - phy: the same as "phy-handle" property, not recommended for new bindings. 51 - phy-device: the same as "phy-handle" property, not recommended for new 65 They are described in the phy.txt file in this same directory.
|
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
|
A D | allwinner,sun4i-emac.txt | 8 - phy: see ethernet.txt file in the same directory.
|
/u-boot/arch/arm/dts/ |
A D | rk3399-ficus-u-boot.dtsi | 11 u-boot,spl-boot-order = "same-as-spl", &sdhci, &sdmmc;
|
A D | rk3399-nanopi4-u-boot.dtsi | 10 u-boot,spl-boot-order = "same-as-spl", &sdhci, &sdmmc;
|
A D | rk3399pro-rock-pi-n10-u-boot.dtsi | 11 u-boot,spl-boot-order = "same-as-spl", &sdhci, &sdmmc;
|
A D | rk3308-evb-u-boot.dtsi | 9 u-boot,spl-boot-order = "same-as-spl", &emmc;
|
A D | rk3308-roc-cc-u-boot.dtsi | 9 u-boot,spl-boot-order = "same-as-spl", &emmc;
|
A D | rk3399-rock-pi-4-u-boot.dtsi | 11 u-boot,spl-boot-order = "same-as-spl", &sdhci, &sdmmc;
|
A D | rk3399-firefly-u-boot.dtsi | 11 u-boot,spl-boot-order = "same-as-spl", &sdhci, &sdmmc;
|
A D | rk3399-khadas-edge-u-boot.dtsi | 11 u-boot,spl-boot-order = "same-as-spl", &sdhci, &sdmmc;
|
A D | rk3399-leez-p710-u-boot.dtsi | 11 u-boot,spl-boot-order = "same-as-spl", &sdhci, &sdmmc;
|
A D | rk3288-tinker-s-u-boot.dtsi | 12 "same-as-spl", &sdmmc, &emmc;
|
A D | rk3399-rock960-u-boot.dtsi | 11 u-boot,spl-boot-order = "same-as-spl", &sdhci, &sdmmc;
|
A D | rk3399-rockpro64-u-boot.dtsi | 10 u-boot,spl-boot-order = "same-as-spl", &spi_flash, &sdmmc, &sdhci;
|
A D | meson-g12b-odroid-n2-plus.dts | 9 /* The Amlogic S922X Rev. C supports the same OPPs as the A311D variant */
|
A D | rk3399-pinebook-pro-u-boot.dtsi | 11 u-boot,spl-boot-order = "same-as-spl", &sdhci, &spiflash, &sdmmc;
|
/u-boot/tools/binman/etype/ |
A D | intel_ifwi.py | 117 same = orig_data == self.data 118 return same
|
/u-boot/drivers/i2c/muxes/ |
A D | Kconfig | 34 I2C bus and connect multiple devices with the same address to the same
|
/u-boot/doc/ |
A D | README.sched | 5 See the example, function 'sched(...)', in the same file for its 34 the same.
|