Home
last modified time | relevance | path

Searched refs:old (Results 1 – 25 of 182) sorted by relevance

12345678

/bsp/allwinner/libraries/sunxi-hal/hal/source/sound/core/
A Dsnd_io.c79 unsigned int old, new; in snd_codec_update_bits() local
85 old = codec->read(codec, reg); in snd_codec_update_bits()
87 old = snd_readl(codec->codec_base_addr + reg); in snd_codec_update_bits()
88 snd_io_debug("old: 0X%x\n", old); in snd_codec_update_bits()
89 new = (old & ~mask) | (value & mask); in snd_codec_update_bits()
91 change = old != new; in snd_codec_update_bits()
137 unsigned int old, new; in snd_platform_update_bits() local
142 old = snd_readl(platform->mem_base + reg); in snd_platform_update_bits()
143 snd_io_debug("old: 0X%x\n", old); in snd_platform_update_bits()
144 new = (old & ~mask) | (value & mask); in snd_platform_update_bits()
[all …]
/bsp/microchip/samd51-adafruit-metro-m4/bsp/hal/utils/src/
A Dutils_syscalls.c48 extern int link(char *old, char *_new);
78 extern int link(char *old, char *_new) in link() argument
80 (void)old, (void)_new; in link()
/bsp/microchip/samc21/bsp/hal/utils/src/
A Dutils_syscalls.c48 extern int link(char *old, char *_new);
78 extern int link(char *old, char *_new) in link() argument
80 (void)old, (void)_new; in link()
/bsp/microchip/saml10/bsp/hal/utils/src/
A Dutils_syscalls.c48 extern int link(char *old, char *_new);
78 extern int link(char *old, char *_new) in link() argument
80 (void)old, (void)_new; in link()
/bsp/microchip/same70/bsp/hal/utils/src/
A Dutils_syscalls.c48 extern int link(char *old, char *_new);
78 extern int link(char *old, char *_new) in link() argument
80 (void)old, (void)_new; in link()
/bsp/microchip/same54/bsp/hal/utils/src/
A Dutils_syscalls.c48 extern int link(char *old, char *_new);
78 extern int link(char *old, char *_new) in link() argument
80 (void)old, (void)_new; in link()
/bsp/microchip/samd51-seeed-wio-terminal/bsp/hal/utils/src/
A Dutils_syscalls.c48 extern int link(char *old, char *_new);
78 extern int link(char *old, char *_new) in link() argument
80 (void)old, (void)_new; in link()
/bsp/samd21/sam_d2x_asflib/sam0/utils/syscalls/gcc/
A Dsyscalls.c61 extern int link(char *old, char *new);
85 extern int link(char *old, char *new) in link() argument
/bsp/allwinner/libraries/sunxi-hal/include/hal/sdmmc/sys/
A Dlist.h116 static __always_inline void list_replace(struct list_head *old, struct list_head *newl) in list_replace() argument
118 newl->next = old->next; in list_replace()
120 newl->prev = old->prev; in list_replace()
124 static __always_inline void list_replace_init(struct list_head *old, in list_replace_init() argument
127 list_replace(old, newl); in list_replace_init()
128 INIT_LIST_HEAD(old); in list_replace_init()
/bsp/allwinner/libraries/sunxi-hal/include/hal/
A Daw_list.h127 static inline void list_replace(struct list_head *old, in list_replace() argument
130 new->next = old->next; in list_replace()
132 new->prev = old->prev; in list_replace()
136 static inline void list_replace_init(struct list_head *old, in list_replace_init() argument
139 list_replace(old, new); in list_replace_init()
140 INIT_LIST_HEAD(old); in list_replace_init()
/bsp/stm32/stm32mp157a-st-discovery/board/ports/OpenAMP/open-amp/lib/include/openamp/
A Dvirtio_ring.h142 vring_need_event(uint16_t event_idx, uint16_t new_idx, uint16_t old) in vring_need_event() argument
145 (uint16_t)(new_idx - old); in vring_need_event()
/bsp/stm32/stm32mp157a-st-ev1/board/ports/OpenAMP/open-amp/lib/include/openamp/
A Dvirtio_ring.h142 vring_need_event(uint16_t event_idx, uint16_t new_idx, uint16_t old) in vring_need_event() argument
145 (uint16_t)(new_idx - old); in vring_need_event()
/bsp/dm365/platform/
A Dfindbit.S44 beq 1b @ If new byte, goto old routine
87 beq 1b @ If new byte, goto old routine
121 beq 1b @ If new byte, goto old routine
155 beq 1b @ If new byte, goto old routine
/bsp/renesas/ra4m2-eco/
A D.gitignore6 .config.old
/bsp/bluetrum/ab32vg1-ab-prougen/
A D.gitignore8 *.old
/bsp/k230/
A D.gitignore11 .config.old
/bsp/allwinner/d1/
A D.gitignore10 *.old
/bsp/allwinner/d1s/
A D.gitignore10 *.old
/bsp/allwinner/libraries/sunxi-hal/hal/source/timer/
A Dsunxi_timer.c59 uint32_t old = hal_readl((unsigned long)TIMER_CNTVAL_REG(timer)); in sunxi_timer_sync() local
61 while ((old - hal_readl((unsigned long)TIMER_CNTVAL_REG(timer))) < TIMER_SYNC_TICKS) in sunxi_timer_sync()
A Dsunxi_htimer.c64 uint32_t old = readl(HTIMER_CNTVAL_LO_REG(timer)); in sunxi_htimer_sync() local
66 while ((old - readl(HTIMER_CNTVAL_LO_REG(timer))) < HTIMER_SYNC_TICKS) in sunxi_htimer_sync()
/bsp/stm32/stm32f103-keysking-learning/
A D.gitignore12 *.old
/bsp/Infineon/psoc6-evaluationkit-062S2/
A D.gitignore12 *.old
/bsp/stm32/stm32f429-atk-apollo/
A D.gitignore12 *.old
/bsp/stm32/libraries/templates/stm32f3xx/
A D.gitignore12 *.old
/bsp/stm32/libraries/templates/stm32f7xx/
A D.gitignore12 *.old

Completed in 55 milliseconds

12345678