Home
last modified time | relevance | path

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

12

/u-boot/lib/
A Drbtree.c53 __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 Dnon-atomic.h65 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 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
/u-boot/arch/powerpc/include/asm/
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
/u-boot/arch/sandbox/include/asm/
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
/u-boot/arch/arm/include/asm/
A Dbitops.h54 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 Dfdt_rw.c5 int fdt_remove_unused_strings(const void *old, void *new) in fdt_remove_unused_strings()
/u-boot/drivers/sound/
A Dmaxim_codec.c73 unsigned char old, new; in maxim_bic_or() local
A Drt5677.c98 uint old, new_value; in rt5677_bic_or() local
/u-boot/drivers/timer/
A Dsti-timer.c26 u32 old = readl(&global_timer->cnt_h); in sti_timer_get_count() local
/u-boot/arch/sh/include/asm/
A Dsystem.h197 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/arch/arm/mach-rmobile/
A Dtimer.c25 u32 old = readl(&global_timer->cnt_h); in get_cpu_global_timer() local
/u-boot/cmd/
A Dsetexpr.c143 const char *old, int olen, const char *new, int nlen) in substitute()
195 const char *old; in setexpr_regex_sub() local
/u-boot/arch/arm/cpu/arm926ejs/mxs/
A Dtimer.c127 uint32_t old, new, incr; in __udelay() local
/u-boot/common/
A Diomux.c143 int iomux_replace_device(const int console, const char *old, const char *new) in iomux_replace_device()
A Dusb_kbd.c113 uint8_t old[USB_KBD_BOOT_REPORT_SIZE]; member
288 uint8_t *old; in usb_kbd_service_key() local
/u-boot/drivers/gpio/
A Dsifive-gpio.c42 u32 old = readl(ptr); in sifive_update_gpio_reg() local
/u-boot/include/asm-generic/
A Datomic-long.h135 #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 Dsystem.h16 #define synch_cmpxchg(ptr, old, new) \ argument
/u-boot/include/linux/
A Drbtree_augmented.h98 __rb_change_child(struct rb_node *old, struct rb_node *new, in __rb_change_child()
/u-boot/drivers/virtio/
A Dvirtio_ring.c107 u16 new, old; in virtqueue_kick_prepare() local
A Dvirtio-uclass.c139 u8 old; in virtio_add_status() local
/u-boot/drivers/pci/
A Dpci_sh7751.c115 u32 addr, reg, old; in sh7751_pci_write_config() local
A Dpci-rcar-gen2.c154 u32 addr, reg, old; in rcar_gen2_pci_write_config() local
/u-boot/include/
A Dvirtio_ring.h150 static inline int vring_need_event(__u16 event_idx, __u16 new_idx, __u16 old) in vring_need_event()

Completed in 24 milliseconds

12