| /u-boot/lib/ |
| A D | rbtree.c | 53 __rb_rotate_set_parents(struct rb_node *old, struct rb_node *new, in __rb_rotate_set_parents() 64 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in __rb_insert() 193 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in ____rb_erase_color() 355 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in __rb_erase_color() 369 static inline void dummy_copy(struct rb_node *old, struct rb_node *new) {} in dummy_copy() 370 static inline void dummy_rotate(struct rb_node *old, struct rb_node *new) {} in dummy_rotate() 399 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in __rb_insert_augmented()
|
| /u-boot/arch/nios2/include/asm/bitops/ |
| A D | non-atomic.h | 65 unsigned long old = *p; in __test_and_set_bit() local 84 unsigned long old = *p; in __test_and_clear_bit() local 96 unsigned long old = *p; in __test_and_change_bit() local
|
| A D | atomic.h | 131 unsigned long old; in test_and_set_bit() local 155 unsigned long old; in test_and_clear_bit() local 178 unsigned long old; in test_and_change_bit() local
|
| /u-boot/arch/powerpc/include/asm/ |
| A D | bitops.h | 33 unsigned long old; in set_bit() local 50 unsigned long old; in clear_bit() local 67 unsigned long old; in change_bit() local 84 unsigned int old, t; in test_and_set_bit() local 103 unsigned int old, t; in test_and_clear_bit() local 122 unsigned int old, t; in test_and_change_bit() local
|
| /u-boot/arch/sandbox/include/asm/ |
| A D | bitops.h | 55 unsigned long old = *p; in __test_and_set_bit() local 77 unsigned long old = *p; in __test_and_clear_bit() local 101 unsigned long old = *p; in __test_and_change_bit() local
|
| /u-boot/arch/arm/include/asm/ |
| A D | bitops.h | 54 unsigned long old = *p; in __test_and_set_bit() local 76 unsigned long old = *p; in __test_and_clear_bit() local 100 unsigned long old = *p; in __test_and_change_bit() local
|
| /u-boot/tools/libfdt/ |
| A D | fdt_rw.c | 5 int fdt_remove_unused_strings(const void *old, void *new) in fdt_remove_unused_strings()
|
| /u-boot/drivers/input/ |
| A D | apple_spi_kbd.c | 73 struct apple_spi_kbd_report old; /* previous keyboard input report */ member 108 u8 old = priv->old.modifiers; in apple_spi_kbd_service_modifiers() local 141 u8 *old; in apple_spi_kbd_service_key() local
|
| /u-boot/drivers/sound/ |
| A D | maxim_codec.c | 73 unsigned char old, new; in maxim_bic_or() local
|
| A D | rt5677.c | 98 uint old, new_value; in rt5677_bic_or() local
|
| /u-boot/drivers/timer/ |
| A D | arm_global_timer.c | 28 u32 old = readl(&global_timer->cnt_h); in arm_global_timer_get_count() local
|
| /u-boot/arch/sh/include/asm/ |
| A D | system.h | 197 static inline unsigned long __cmpxchg_u32(volatile int * m, unsigned long old, in __cmpxchg_u32() 217 static inline unsigned long __cmpxchg(volatile void * ptr, unsigned long old, in __cmpxchg()
|
| /u-boot/cmd/ |
| A D | setexpr.c | 147 const char *old, int olen, const char *new, int nlen) in substitute() 199 const char *old; in setexpr_regex_sub() local
|
| /u-boot/arch/arm/cpu/arm926ejs/mxs/ |
| A D | timer.c | 127 uint32_t old, new, incr; in __udelay() local
|
| /u-boot/common/ |
| A D | iomux.c | 143 int iomux_replace_device(const int console, const char *old, const char *new) in iomux_replace_device()
|
| A D | usb_kbd.c | 116 uint8_t old[USB_KBD_BOOT_REPORT_SIZE]; member 291 uint8_t *old; in usb_kbd_service_key() local
|
| /u-boot/drivers/pci/ |
| A D | pci_msc01.c | 87 u32 old; in msc01_pci_write_config() local
|
| A D | pci_gt64120.c | 141 u32 old; in gt64120_pci_write_config() local
|
| A D | pcie_dw_common.c | 249 ulong old; in pcie_dw_write_config() local
|
| A D | pci_sh7751.c | 95 u32 addr, reg, old; in sh7751_pci_write_config() local
|
| /u-boot/drivers/gpio/ |
| A D | sifive-gpio.c | 42 u32 old = readl(ptr); in sifive_update_gpio_reg() local
|
| /u-boot/include/asm-generic/ |
| A D | atomic-long.h | 135 #define atomic_long_cmpxchg(l, old, new) \ argument 254 #define atomic_long_cmpxchg(l, old, new) \ argument
|
| /u-boot/arch/arm/include/asm/xen/ |
| A D | system.h | 16 #define synch_cmpxchg(ptr, old, new) \ argument
|
| /u-boot/include/linux/ |
| A D | rbtree_augmented.h | 98 __rb_change_child(struct rb_node *old, struct rb_node *new, in __rb_change_child()
|
| /u-boot/test/boot/ |
| A D | bootdev.c | 504 struct udevice *dev, *old; in bootdev_test_hunt_label() local
|