Searched defs:old (Results 1 - 25 of 47) sorted by relevance

12

/u-boot/arch/nios2/include/asm/bitops/
H A Datomic.h131 unsigned long old; local
155 unsigned long old; local
178 unsigned long old; local
[all...]
H A Dnon-atomic.h65 unsigned long old = *p; local
84 unsigned long old = *p; local
96 unsigned long old = *p; local
[all...]
/u-boot/tools/libfdt/
H A Dfdt_rw.c5 int fdt_remove_unused_strings(const void *old, void *new) argument
/u-boot/drivers/sound/
H A Dmaxim_codec.c73 unsigned char old, new; local
H A Drt5677.c98 uint old, new_value; local
/u-boot/drivers/timer/
H A Darm_global_timer.c28 u32 old = readl(&global_timer->cnt_h); local
/u-boot/arch/arm/cpu/arm926ejs/mxs/
H A Dtimer.c127 uint32_t old, new, incr; local
/u-boot/common/
H A Diomux.c143 int iomux_replace_device(const int console, const char *old, const char *new) argument
/u-boot/drivers/gpio/
H A Dsifive-gpio.c42 u32 old = readl(ptr); local
/u-boot/drivers/pci/
H A Dpci_msc01.c87 u32 old; local
H A Dpci_ftpci100.c49 u32 old = in_le32(&regs->data); local
H A Dpci_gt64120.c141 u32 old; local
H A Dpcie_dw_common.c249 ulong old; local
/u-boot/arch/sandbox/include/asm/
H A Dbitops.h55 unsigned long old = *p; local
77 unsigned long old = *p; local
101 unsigned long old = *p; local
/u-boot/include/linux/
H A Drbtree_augmented.h98 __rb_change_child(struct rb_node *old, struc argument
[all...]
/u-boot/lib/
H A Drbtree.c53 __rb_rotate_set_parents(struct rb_node *old, struct rb_node *new, argument
63 __rb_insert(struct rb_node *node, struct rb_root *root, void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) argument
192 ____rb_erase_color(struct rb_node *parent, struct rb_root *root, void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) argument
354 __rb_erase_color(struct rb_node *parent, struct rb_root *root, void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) argument
369 dummy_copy(struct rb_node *old, struct rb_node *new) argument
370 dummy_rotate(struct rb_node *old, struct rb_node *new) argument
398 __rb_insert_augmented(struct rb_node *node, struct rb_root *root, void (*augment_rotate)(struct rb_node *old, struct rb_node *new)) argument
[all...]
/u-boot/arch/sh/include/asm/
H A Dsystem.h197 static inline unsigned long __cmpxchg_u32(volatile int * m, unsigned long old, argument
217 static inline unsigned long __cmpxchg(volatile void * ptr, unsigned long old, argument
/u-boot/arch/arm/include/asm/
H A Dbitops.h79 unsigned long old = *p; local
101 unsigned long old = *p; local
125 unsigned long old = *p; local
/u-boot/test/boot/
H A Dbootdev.c556 struct udevice *dev, *old; local
/u-boot/arch/powerpc/include/asm/
H A Dbitops.h33 unsigned long old; local
50 unsigned long old; local
67 unsigned long old; local
84 unsigned int old, t; local
103 unsigned int old, local
122 unsigned int old, t; local
[all...]
/u-boot/drivers/pinctrl/
H A Dpinctrl-apple.c31 u32 old, new; local
/u-boot/drivers/input/
H A Dapple_spi_kbd.c73 struct apple_spi_kbd_report old; /* previous keyboard input report */ member in struct:apple_spi_kbd_priv
108 u8 old = priv->old.modifiers; local
141 u8 *old; local
[all...]
/u-boot/drivers/virtio/
H A Dvirtio_ring.c178 u16 new, old; local
H A Dvirtio-uclass.c142 u8 old; local
/u-boot/include/
H A Dvirtio_ring.h167 static inline int vring_need_event(__u16 event_idx, __u16 new_idx, __u16 old) argument

Completed in 145 milliseconds

12