Searched refs:change (Results 1 - 17 of 17) sorted by relevance

/u-boot/drivers/sound/
H A Dmaxim_codec.c25 * Return: int value 1 for change, 0 for no change or negative error code.
72 int change, ret = 0; local
78 change = (old != new) ? 1 : 0;
79 if (change)
84 return change;
H A Dwm8994.c74 * Return: int value 1 for change, 0 for no change or negative error code.
125 * Return: int value 1 if change in the register value,
126 * 0 for no change or negative error code.
131 int change , ret = 0; local
137 change = (old != new) ? 1 : 0;
138 if (change)
143 return change;
/u-boot/drivers/usb/emul/
H A Dsandbox_hub.c119 int change[SANDBOX_NUM_PORTS]; member in struct:sandbox_hub_priv
165 int *change = &priv->change[port]; local
194 *change |= *status & clear;
195 *change |= ~*status & set;
196 *change &= 0x1f;
234 portsts->wPortChange = priv->change[port];
272 priv->change[port] &= 1 <<
/u-boot/scripts/
H A Dconfig39 --file config-file .config file to change (default .config)
H A DMakefile.spl365 @# of OF_PLATDATA_INST and this might change between builds. Leaving old
440 OBJCOPYFLAGS_u-boot-spl-dtb.hex := -I binary -O ihex --change-address=$(CONFIG_SPL_TEXT_BASE)
H A Dget_maintainer.pl578 if (m/^ mode change [0-7]+ => [0-7]+ (\S+)\s*$/) {
1114 directory, can change whatever get_maintainer defaults are desired.
H A Dcheckpatch.pl2873 # check if it's a mode change, rename or start of a patch
2875 ($line =~ /^ mode change [0-7]+ => [0-7]+ \S+\s*$/ ||
2954 "do not modify files in include/asm, change architecture specific files in include/asm-<architecture>\n" . "$here$rawline\n");
3268 "A patch subject line should describe the change not the tool that found it\n" . $herecurr);
3272 if ($realfile eq '' && !$has_patch_separator && $line =~ /^\s*change-id:/i) {
/u-boot/tools/patman/
H A Dtest_checkpatch.py76 change = 0
80 change += 1
82 lines.append(' %d files changed, %d insertions(+)' % (change, insert))
H A Dpatchstream.py91 self.in_change = None # Name of the change list we are in
92 self.change_version = 0 # Non-zero if we are in a change list
93 self.change_lines = [] # Lines of the current change
225 """_finalise a (multi-line) change and add it to the series or commit"""
228 change = '\n'.join(self.change_lines)
231 self.series.AddChange(self.change_version, self.commit, change)
233 self.series.AddChange(self.change_version, None, change)
235 self.commit.add_change(self.change_version, change)
305 without a starting tag, or two commits with two change IDs
364 # but we are already in a change lis
[all...]
/u-boot/drivers/usb/host/
H A Dusb-uclass.c686 * a big change to the USB stack.
743 int change = 0; local
772 change++;
776 return change;
/u-boot/include/firmware/imx/sci/
H A Dsci.h130 int sc_seco_forward_lifecycle(sc_ipc_t ipc, u32 change);
333 static inline int sc_seco_forward_lifecycle(sc_ipc_t ipc, u32 change) argument
/u-boot/common/
H A Dusb.c154 int change = 0; local
167 change++;
171 return change;
/u-boot/arch/mips/mach-octeon/include/mach/
H A Docteon_ddr.h775 void change_dll_offset_enable(struct ddr_priv *priv, int if_num, int change);
/u-boot/doc/sphinx/
H A Dparse-headers.pl398 This is free software: you are free to change and redistribute it.
/u-boot/drivers/misc/imx8/
H A Dscu_api.c978 int sc_seco_forward_lifecycle(sc_ipc_t ipc, u32 change) argument
988 RPC_U32(&msg, 0U) = (u32)change;
993 printf("%s: change:%u, res:%d\n", __func__,
994 change, RPC_R8(&msg));
/u-boot/arch/mips/include/asm/
H A Dmipsregs.h2758 change_##name(unsigned int change, unsigned int val) \
2763 new = res & ~change; \
2764 new |= (val & change); \
/u-boot/drivers/ram/octeon/
H A Docteon_ddr.c304 * LMC(0..3)_DLL_CTL2[QUAD_DLL_ENA] must not change after this point
327 * LMC(0..3)_DLL_CTL2[DLL_BRINGUP] must not change after this point
344 * LMC(0..3)_DLL_CTL2[DRESET] must not change after this point without
600 * we cannot change LMC0 DCLK_INVERT on 73XX any pass
710 * The LMC0_DDR_PLL_CTL[CLKF] value must not change after
932 * must not change after this point without restarting
1888 // how big was the delay change, if any
1892 * Even if the trend did not change to the opposite direction,
1893 * check for the magnitude of the change, and scale the
2031 void change_dll_offset_enable(struct ddr_priv *priv, int if_num, int change) argument
[all...]

Completed in 276 milliseconds