Home
last modified time | relevance | path

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

1234567891011

/u-boot/test/dm/
A Drtc.c42 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 Dinput.c358 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 Dcros_ec_keyb.c127 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 Darc_timer.txt23 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 Daltera_tse.txt7 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 Dethernet.txt45 - 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 Dsnps,dwc-qos-ethernet.txt21 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 Dallwinner,sun4i-emac.txt8 - phy: see ethernet.txt file in the same directory.
/u-boot/arch/arm/dts/
A Drk3399-ficus-u-boot.dtsi11 u-boot,spl-boot-order = "same-as-spl", &sdhci, &sdmmc;
A Drk3399-nanopi4-u-boot.dtsi10 u-boot,spl-boot-order = "same-as-spl", &sdhci, &sdmmc;
A Drk3399pro-rock-pi-n10-u-boot.dtsi11 u-boot,spl-boot-order = "same-as-spl", &sdhci, &sdmmc;
A Drk3308-evb-u-boot.dtsi9 u-boot,spl-boot-order = "same-as-spl", &emmc;
A Drk3308-roc-cc-u-boot.dtsi9 u-boot,spl-boot-order = "same-as-spl", &emmc;
A Drk3399-rock-pi-4-u-boot.dtsi11 u-boot,spl-boot-order = "same-as-spl", &sdhci, &sdmmc;
A Drk3399-firefly-u-boot.dtsi11 u-boot,spl-boot-order = "same-as-spl", &sdhci, &sdmmc;
A Drk3399-khadas-edge-u-boot.dtsi11 u-boot,spl-boot-order = "same-as-spl", &sdhci, &sdmmc;
A Drk3399-leez-p710-u-boot.dtsi11 u-boot,spl-boot-order = "same-as-spl", &sdhci, &sdmmc;
A Drk3288-tinker-s-u-boot.dtsi12 "same-as-spl", &sdmmc, &emmc;
A Drk3399-rock960-u-boot.dtsi11 u-boot,spl-boot-order = "same-as-spl", &sdhci, &sdmmc;
A Drk3399-rockpro64-u-boot.dtsi10 u-boot,spl-boot-order = "same-as-spl", &spi_flash, &sdmmc, &sdhci;
A Dmeson-g12b-odroid-n2-plus.dts9 /* The Amlogic S922X Rev. C supports the same OPPs as the A311D variant */
A Drk3399-pinebook-pro-u-boot.dtsi11 u-boot,spl-boot-order = "same-as-spl", &sdhci, &spiflash, &sdmmc;
/u-boot/tools/binman/etype/
A Dintel_ifwi.py117 same = orig_data == self.data
118 return same
/u-boot/drivers/i2c/muxes/
A DKconfig34 I2C bus and connect multiple devices with the same address to the same
/u-boot/doc/
A DREADME.sched5 See the example, function 'sched(...)', in the same file for its
34 the same.

Completed in 18 milliseconds

1234567891011