Home
last modified time | relevance | path

Searched defs:old (Results 1 – 25 of 38) sorted by relevance

12

/rk3399_rockchip-uboot/lib/
H A Drbtree.c54 __rb_rotate_set_parents(struct rb_node *old, struct rb_node *new, in __rb_rotate_set_parents()
65 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in __rb_insert()
194 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in ____rb_erase_color()
356 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in __rb_erase_color()
370 static inline void dummy_copy(struct rb_node *old, struct rb_node *new) {} in dummy_copy()
371 static inline void dummy_rotate(struct rb_node *old, struct rb_node *new) {} in dummy_rotate()
400 void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) in __rb_insert_augmented()
/rk3399_rockchip-uboot/arch/nios2/include/asm/bitops/
H A Dnon-atomic.h61 unsigned long old = *p; in __test_and_set_bit() local
80 unsigned long old = *p; in __test_and_clear_bit() local
92 unsigned long old = *p; in __test_and_change_bit() local
H A Datomic.h131 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
/rk3399_rockchip-uboot/arch/powerpc/include/asm/
H A Dbitops.h33 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
/rk3399_rockchip-uboot/arch/sandbox/include/asm/
H A Dbitops.h55 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
/rk3399_rockchip-uboot/arch/arm/include/asm/
H A Dbitops.h46 unsigned long old = *p; in __test_and_set_bit() local
68 unsigned long old = *p; in __test_and_clear_bit() local
92 unsigned long old = *p; in __test_and_change_bit() local
/rk3399_rockchip-uboot/tools/libfdt/
H A Dfdt_rw.c5 int fdt_remove_unused_strings(const void *old, void *new) in fdt_remove_unused_strings()
/rk3399_rockchip-uboot/cmd/
H A Dsetexpr.c84 const char *old,/* old (replaced) string */ in substitute()
178 const char *old; in regex_sub() local
/rk3399_rockchip-uboot/drivers/timer/
H A Dsti-timer.c27 u32 old = readl(&global_timer->cnt_h); in sti_timer_get_count() local
/rk3399_rockchip-uboot/arch/sh/include/asm/
H A Dsystem.h220 static inline unsigned long __cmpxchg_u32(volatile int * m, unsigned long old, in __cmpxchg_u32()
240 static inline unsigned long __cmpxchg(volatile void * ptr, unsigned long old, in __cmpxchg()
/rk3399_rockchip-uboot/arch/arm/mach-rmobile/
H A Dtimer.c23 u32 old = readl(&global_timer->cnt_h); in get_cpu_global_timer() local
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/mxs/
H A Dtimer.c129 uint32_t old, new, incr; in __udelay() local
/rk3399_rockchip-uboot/include/asm-generic/
H A Datomic-long.h135 #define atomic_long_cmpxchg(l, old, new) \ argument
254 #define atomic_long_cmpxchg(l, old, new) \ argument
/rk3399_rockchip-uboot/common/
H A Dusb_kbd.c118 uint8_t old[USB_KBD_BOOT_REPORT_SIZE]; member
293 uint8_t *old; in usb_kbd_service_key() local
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Dfit_misc.c189 char *old, *new; in board_fit_image_post_process() local
H A Dfit.c69 ulong old, ulong new) in fix_image_set_addr()
/rk3399_rockchip-uboot/include/linux/
H A Drbtree_augmented.h99 __rb_change_child(struct rb_node *old, struct rb_node *new, in __rb_change_child()
H A Dlist.h112 static inline void list_replace(struct list_head *old, in list_replace()
121 static inline void list_replace_init(struct list_head *old, in list_replace_init()
/rk3399_rockchip-uboot/fs/jffs2/
H A Djffs2_nand_1pass.c177 static int compare_inodes(struct b_node *new, struct b_node *old) in compare_inodes()
194 static int compare_dirents(struct b_node *new, struct b_node *old) in compare_dirents()
H A Djffs2_1pass.c624 static int compare_inodes(struct b_node *new, struct b_node *old) in compare_inodes()
645 static int compare_dirents(struct b_node *new, struct b_node *old) in compare_dirents()
/rk3399_rockchip-uboot/drivers/sound/
H A Dmax98095.c96 unsigned char old, new; in max98095_update_bits() local
H A Dwm8994.c138 unsigned short old, new; in wm8994_update_bits() local
/rk3399_rockchip-uboot/drivers/net/
H A Dmacb.h292 #define MACB_BFINS(name, value, old) \ argument
305 #define GEM_BFINS(name, value, old) \ argument
/rk3399_rockchip-uboot/drivers/pci/
H A Dpcie_dw_mvebu.c257 ulong old; in pcie_dw_mvebu_write_config() local
/rk3399_rockchip-uboot/arch/arm/mach-imx/mx6/
H A Dsoc.c251 u32 val, step, old, reg = readl(&anatop->reg_core); in set_ldo_voltage() local

12