Home
last modified time | relevance | path

Searched refs:change (Results 1 – 25 of 152) sorted by relevance

1234567

/u-boot/drivers/sound/
A Dmaxim_codec.c72 int change, ret = 0; in maxim_bic_or() local
78 change = (old != new) ? 1 : 0; in maxim_bic_or()
79 if (change) in maxim_bic_or()
84 return change; in maxim_bic_or()
A Dwm8994.c131 int change , ret = 0; in wm8994_bic_or() local
137 change = (old != new) ? 1 : 0; in wm8994_bic_or()
138 if (change) in wm8994_bic_or()
143 return change; in wm8994_bic_or()
/u-boot/drivers/usb/emul/
A Dsandbox_hub.c119 int change[SANDBOX_NUM_PORTS]; member
165 int *change = &priv->change[port]; in clrset_post_state() local
194 *change |= *status & clear; in clrset_post_state()
195 *change |= ~*status & set; in clrset_post_state()
196 *change &= 0x1f; in clrset_post_state()
238 portsts->wPortChange = priv->change[port]; in sandbox_hub_submit_control_msg()
277 priv->change[port] &= 1 << in sandbox_hub_submit_control_msg()
/u-boot/arch/powerpc/cpu/mpc86xx/
A DKconfig46 the current value in SoC. If not sure, do not change.
52 If not sure, do not change.
/u-boot/tools/patman/
A DREADME10 - Inserts a cover letter with change lists
304 - This change
306 - But this change is separate
446 <change 'pick' to 'edit' in 89234f5>
569 to, or anything about the change logs.
588 6. It is a good idea to add the change log info as you change the commit,
590 go back and change or remove logs from commits.
605 - Some change
608 - Another change
615 - Another change
[all …]
A Dtest_checkpatch.py48 change = 0
52 change += 1
54 lines.append(' %d files changed, %d insertions(+)' % (change, insert))
/u-boot/doc/uImage.FIT/
A Dkernel.its90 change both arch values to "x86_64". U-Boot will then change to 64-bit mode
/u-boot/doc/
A DREADME.watchdog13 Can be used to change the timeout for i.mx31/35/5x/6x.
24 Can be used to change the timeout for FTWDT010.
A DREADME.JFFS211 chpart - change active partition
27 and you can change where the partition is with two defines.
A DREADME.generic-board21 The main change is that the arch/<arch>/lib/board.c file is removed in
40 What is the motivation for this change?
42 1. There is a lot of repeated code in the board.c files. Any change to
43 things like setting up the baud rate requires a change in 10 separate
58 5. While it is a bit of a tricky change, I believe it is worthwhile and
109 be done as a separate change, and this series does not require it.
A DREADME.VLAN11 Note: In order to enable CDP support a small change is needed in the
/u-boot/doc/arch/
A Dnios2.rst67 You will need to change the names of board header file and device tree,
93 Please change the SDRAM base and size to match your board. The base
102 You will need to change the environment variables location and setting,
103 too. You may change other configs to fit your board.
/u-boot/tools/patman/test/
A Dtest01.txt17 - second revision change
56 change
/u-boot/arch/arm/dts/
A Dsunxi-bananapi-m2-plus-v1.2.dtsi10 * Bananapi M2+ v1.2 uses a GPIO line to change the effective
/u-boot/doc/device-tree-bindings/i2c/
A Dtegra20-i2c.txt10 does not change and is the same for all I2C nodes.
/u-boot/board/toradex/colibri_imx6/
A DKconfig39 If executed on already fused modules it doesn't change any fuse setting.
/u-boot/board/freescale/mx6memcal/
A DREADME9 1. It's open-source, so it's easier to change if needed.
10 Typical reasons for needing to change include the use of alternate
/u-boot/test/overlay/
A Dtest-fdt-overlay.dts11 /* Test that we can change an int by another */
/u-boot/board/keymile/scripts/
A DREADME10 Last change: 24.11.2011
/u-boot/drivers/button/
A DKconfig7 Many boards have buttons which can be used to change behaviour (reset, ...).
/u-boot/doc/imx/common/
A Dmxs.txt166 * t 1 ................... change first partition ID
167 * 53 ............ change the ID to 0x53 (OnTrack DM6 Aux3)
209 -w <size> change page size (default 2048 b)
210 -o <size> change oob size (default 64 b)
211 -e <size> change erase size (default 131072 b)
258 user changes STRIDE by blowing fuses, the user also has to change
260 blowing fuses, the user also has to change "update_nand_count"
/u-boot/board/keymile/km_arm/
A DKconfig8 Include capability to change FPGA configuration.
/u-boot/board/toradex/apalis_imx6/
A DKconfig39 If executed on already fused modules it doesn't change any fuse setting.
/u-boot/doc/device-tree-bindings/thermal/
A Dti_soc_thermal.txt17 the mapping may change from soc to soc, apart from depending
/u-boot/doc/SPI/
A DREADME.sh_qspi_test26 other boards, please change the value according to each environment.

Completed in 34 milliseconds

1234567