| /bsp/allwinner/libraries/sunxi-hal/hal/source/sound/core/ |
| A D | snd_io.c | 79 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 D | utils_syscalls.c | 48 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 D | utils_syscalls.c | 48 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 D | utils_syscalls.c | 48 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 D | utils_syscalls.c | 48 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 D | utils_syscalls.c | 48 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 D | utils_syscalls.c | 48 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 D | syscalls.c | 61 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 D | list.h | 116 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 D | aw_list.h | 127 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 D | virtio_ring.h | 142 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 D | virtio_ring.h | 142 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 D | findbit.S | 44 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 | .gitignore | 6 .config.old
|
| /bsp/bluetrum/ab32vg1-ab-prougen/ |
| A D | .gitignore | 8 *.old
|
| /bsp/k230/ |
| A D | .gitignore | 11 .config.old
|
| /bsp/allwinner/d1/ |
| A D | .gitignore | 10 *.old
|
| /bsp/allwinner/d1s/ |
| A D | .gitignore | 10 *.old
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/timer/ |
| A D | sunxi_timer.c | 59 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 D | sunxi_htimer.c | 64 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 | .gitignore | 12 *.old
|
| /bsp/Infineon/psoc6-evaluationkit-062S2/ |
| A D | .gitignore | 12 *.old
|
| /bsp/stm32/stm32f429-atk-apollo/ |
| A D | .gitignore | 12 *.old
|
| /bsp/stm32/libraries/templates/stm32f3xx/ |
| A D | .gitignore | 12 *.old
|
| /bsp/stm32/libraries/templates/stm32f7xx/ |
| A D | .gitignore | 12 *.old
|