| /bsp/rockchip/common/rk_hal/lib/hal/inc/ |
| A D | hal_list.h | 50 l->next = l->prev = l; in HAL_LIST_Init() 60 l->next->prev = n; in HAL_LIST_InsertAfter() 61 n->next = l->next; in HAL_LIST_InsertAfter() 63 l->next = n; in HAL_LIST_InsertAfter() 64 n->prev = l; in HAL_LIST_InsertAfter() 74 l->prev->next = n; in HAL_LIST_InsertBefore() 75 n->prev = l->prev; in HAL_LIST_InsertBefore() 77 l->prev = n; in HAL_LIST_InsertBefore() 78 n->next = l; in HAL_LIST_InsertBefore() 99 return l->next == l; in HAL_LIST_IsEmpty() [all …]
|
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/include/ |
| A D | bflb_list.h | 55 l->next = l->prev = l; in bflb_dlist_init() 66 l->next->prev = n; in bflb_dlist_insert_after() 67 n->next = l->next; in bflb_dlist_insert_after() 69 l->next = n; in bflb_dlist_insert_after() 70 n->prev = l; in bflb_dlist_insert_after() 81 l->prev->next = n; in bflb_dlist_insert_before() 82 n->prev = l->prev; in bflb_dlist_insert_before() 84 l->prev = n; in bflb_dlist_insert_before() 85 n->next = l; in bflb_dlist_insert_before() 126 return l->next == l; in bflb_dlist_isempty() [all …]
|
| /bsp/wch/risc-v/Libraries/CH32V10x_StdPeriph_Driver/StdPeriph_Driver/src/ |
| A D | ch32v10x_usb.c | 76 void DevEP1_IN_Deal(UINT8 l) in DevEP1_IN_Deal() argument 78 R8_UEP1_T_LEN = l; in DevEP1_IN_Deal() 91 void DevEP2_IN_Deal(UINT8 l) in DevEP2_IN_Deal() argument 93 R8_UEP2_T_LEN = l; in DevEP2_IN_Deal() 106 void DevEP3_IN_Deal(UINT8 l) in DevEP3_IN_Deal() argument 108 R8_UEP3_T_LEN = l; in DevEP3_IN_Deal() 121 void DevEP4_IN_Deal(UINT8 l) in DevEP4_IN_Deal() argument 123 R8_UEP4_T_LEN = l; in DevEP4_IN_Deal() 138 R8_UEP5_T_LEN = l; in DevEP5_IN_Deal() 153 R8_UEP6_T_LEN = l; in DevEP6_IN_Deal() [all …]
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sdmmc/ |
| A D | _sd_define.h | 59 #define sd_hex_dump_bytes(a, l) ROM_DUMP_BYTES(card->debug_mask, a, l) argument 69 #define sd_hex_dump_bytes(a, l) do{ }while(0) 90 #define sdc_hex_dump_word(a, l) ROM_DUMP_WORDS(host->debug_mask, a, l) argument 100 #define sdc_hex_dump_word(a, l) do{ }while(0) 119 #define SDC_Memset(d, c, l) HAL_Memset(d, c, l) argument 132 #define SDC_SemCreate(l, n) OS_SemaphoreCreate(l, n, OS_SEMAPHORE_MAX_COUNT) argument 133 #define SDC_SemDel(l) OS_SemaphoreDelete(l) argument 134 #define SDC_SemPend(l, t) OS_SemaphoreWait(l, t) argument 135 #define SDC_SemPost(l) OS_SemaphoreRelease(l) argument 136 #define SDC_SemRest(l) OS_SemaphoreReset(l) argument
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sdmmc/osal/os/FreeRTOS/ |
| A D | os_util.h | 71 #define OS_Malloc(l) malloc(l) argument 73 #define OS_Memcpy(d, s, l) memcpy(d, s, l) argument 74 #define OS_Memset(d, c, l) memset(d, c, l) argument 75 #define OS_Memcmp(a, b, l) memcmp(a, b, l) argument
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sdmmc/osal/os/RT-Thread/ |
| A D | os_util.h | 64 #define OS_Malloc(l) malloc(l) argument 66 #define OS_Memcpy(d, s, l) memcpy(d, s, l) argument 67 #define OS_Memset(d, c, l) memset(d, c, l) argument 68 #define OS_Memcmp(a, b, l) memcmp(a, b, l) argument
|
| /bsp/wch/arm/ch579m/libraries/StdPeriphDriver/inc/ |
| A D | CH57x_usbdev.h | 36 void DevEP1_OUT_Deal( UINT8 l ); /* 设备端点1下传通道处理 */ 37 void DevEP2_OUT_Deal( UINT8 l ); /* 设备端点2下传通道处理 */ 38 void DevEP3_OUT_Deal( UINT8 l ); /* 设备端点3下传通道处理 */ 39 void DevEP4_OUT_Deal( UINT8 l ); /* 设备端点4下传通道处理 */ 41 void DevEP1_IN_Deal( UINT8 l ); /* 设备端点1上传通道处理 */ 42 void DevEP2_IN_Deal( UINT8 l ); /* 设备端点2上传通道处理 */ 43 void DevEP3_IN_Deal( UINT8 l ); /* 设备端点3上传通道处理 */ 44 void DevEP4_IN_Deal( UINT8 l ); /* 设备端点4上传通道处理 */
|
| A D | CH57x_uart.h | 56 void UART0_SendString( PUINT8 buf, UINT16 l ); /* 串口多字节发送 */ 77 void UART1_SendString( PUINT8 buf, UINT16 l ); /* 串口多字节发送 */ 98 void UART2_SendString( PUINT8 buf, UINT16 l ); /* 串口多字节发送 */ 120 void UART3_SendString( PUINT8 buf, UINT16 l ); /* 串口多字节发送 */
|
| /bsp/dm365/platform/ |
| A D | interrupt.c | 195 rt_uint32_t l; in rt_hw_interrupt_mask() local 200 l = davinci_irq_readl(IRQ_ENT_REG1_OFFSET); in rt_hw_interrupt_mask() 201 l &= ~mask; in rt_hw_interrupt_mask() 202 davinci_irq_writel(l, IRQ_ENT_REG1_OFFSET); in rt_hw_interrupt_mask() 204 l = davinci_irq_readl(IRQ_ENT_REG0_OFFSET); in rt_hw_interrupt_mask() 205 l &= ~mask; in rt_hw_interrupt_mask() 206 davinci_irq_writel(l, IRQ_ENT_REG0_OFFSET); in rt_hw_interrupt_mask() 217 rt_uint32_t l; in rt_hw_interrupt_umask() local 222 l = davinci_irq_readl(IRQ_ENT_REG1_OFFSET); in rt_hw_interrupt_umask() 223 l |= mask; in rt_hw_interrupt_umask() [all …]
|
| /bsp/allwinner/libraries/sunxi-hal/include/hal/sdmmc/osal/ |
| A D | hal_os.h | 203 #define HAL_Malloc(l) malloc(l) argument 205 #define HAL_Memcpy(d, s, l) memcpy(d, s, l) argument 206 #define HAL_Memset(d, c, l) memset(d, c, l) argument 207 #define HAL_Memcmp(a, b, l) memcmp(a, b, l) argument 209 #define HAL_MallocAlign(l) (malloc_align_buf(l)) argument
|
| /bsp/allwinner/libraries/sunxi-hal/include/hal/sdmmc/sys/ |
| A D | mbuf_0.h | 253 #define m_adj(m, l) mb_adj(m, l) argument 254 #define m_copydata(m, o, l, p) mb_copydata(m, o, l, p) argument 256 #define m_pullup(m, l) mb_pullup(m, l) argument 257 #define m_split(m, l, w) mb_split(m, l) argument 258 #define m_append(m, l, c) mb_append(m, l, c) argument
|
| /bsp/wch/risc-v/Libraries/CH32V10x_StdPeriph_Driver/StdPeriph_Driver/inc/ |
| A D | ch32v10x_usb.h | 672 void DevEP1_OUT_Deal(UINT8 l); 673 void DevEP2_OUT_Deal(UINT8 l); 674 void DevEP3_OUT_Deal(UINT8 l); 675 void DevEP4_OUT_Deal(UINT8 l); 680 void DevEP1_IN_Deal(UINT8 l); 681 void DevEP2_IN_Deal(UINT8 l); 682 void DevEP3_IN_Deal(UINT8 l); 683 void DevEP4_IN_Deal(UINT8 l); 684 void DevEP5_IN_Deal(UINT8 l); 685 void DevEP6_IN_Deal(UINT8 l); [all …]
|
| /bsp/xuantie/libraries/xuantie_libraries/csi/csi2/include/drv/ |
| A D | list.h | 235 static inline slist_t *slist_remove(slist_t *l, slist_t *n) in slist_remove() argument 238 struct slist_s *node = l; in slist_remove() 244 return l; in slist_remove() 247 static inline slist_t *slist_first(slist_t *l) in slist_first() argument 249 return l->next; in slist_first() 252 static inline slist_t *slist_tail(slist_t *l) in slist_tail() argument 254 while (l->next) l = l->next; in slist_tail() 256 return l; in slist_tail()
|
| /bsp/stm32/stm32l4r9-st-eval/board/ports/ |
| A D | drv_touch.c | 141 rt_list_t *l; in rt_touch_thread_init() local 149 for (l = driver_list.next; l != &driver_list; l = l->next) in rt_touch_thread_init() 151 if (rt_list_entry(l, struct touch_drivers, list)->probe(i2c_bus)) in rt_touch_thread_init() 153 current_driver = rt_list_entry(l, struct touch_drivers, list); in rt_touch_thread_init()
|
| /bsp/rx/RPDL/ |
| A D | r_pdl_bsc_rx62nxx.h | 92 #define R_BSC_CreateArea(a, b, c, d, e, f, g, h, i, j, k, l, m, n, o) \ argument 95 R_BSC_CreateAreaAll( (a), (b), (c), (d), (e), (f), (g), (h), (i), (j), (k), (l), (m), (n), (o) ) : \ 100 #define R_BSC_SDRAM_CreateArea(a, b, c, d, e, f, g, h, i, j, k, l) \ argument 105 #define R_BSC_SDRAM_CreateArea(a, b, c, d, e, f, g, h, i, j, k, l) \ argument 107 R_BSC_SDRAM_CreateAreaAll( (a), (b), (c), (d), (e), (f), (g), (h), (i), (j), (k), (l) ) \
|
| A D | r_pdl_dmac_rx62nxx.h | 72 #define R_DMAC_Create(a, b, c, d, e, f, g, h, i, j, k, l) \ argument 74 ( ( ((a) < DMAC_CHANNELS ) && ((l) <= IPL_MAX) ) ) ? \ 75 R_DMAC_CreateAll( (a), (b), (c), (d), (e), (f), (g), (h), (i), (j), (k), (l) ) : \
|
| /bsp/stm32/stm32f407-atk-explorer/board/ports/touch/ |
| A D | drv_touch.c | 154 rt_list_t *l; in rt_touch_thread_init() local 162 for (l = driver_list.next; l != &driver_list; l = l->next) in rt_touch_thread_init() 164 if (rt_list_entry(l, struct touch_drivers, list)->probe(i2c_bus)) in rt_touch_thread_init() 166 current_driver = rt_list_entry(l, struct touch_drivers, list); in rt_touch_thread_init()
|
| /bsp/m16c62p/ |
| A D | m16c62p.ld | 3 ram (rw) : o = 0x0000400, l = 31k 4 rom (rx) : o = 0x00A0000, l = 384k 5 nrom(rx) : o = 0x0000F000, l = 4k 6 xram(rw) : o = 0x00028000, l = 4k
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/usb/core/ |
| A D | usb_core_base.c | 222 int l = 0; in usb_host_free_virt_dev() local 229 for (l = 0; l < virt_dev->config[j].intf_cache[k]->num_altsetting; l++) in usb_host_free_virt_dev() 232 if (virt_dev->config[j].intf_cache[k]->altsetting_array[l].endpoint) in usb_host_free_virt_dev() 234 free(virt_dev->config[j].intf_cache[k]->altsetting_array[l].endpoint); in usb_host_free_virt_dev() 235 virt_dev->config[j].intf_cache[k]->altsetting_array[l].endpoint = NULL; in usb_host_free_virt_dev()
|
| /bsp/raspberry-pi/raspi-dm2.0/drivers/sdhci/include/ |
| A D | sdhci.h | 692 #define readsb(p, d, l) ({ __raw_readsb(p,d,l); __iormb(); }) argument 693 #define readsw(p, d, l) ({ __raw_readsw(p,d,l); __iormb(); }) argument 694 #define readsl(p, d, l) ({ __raw_readsl(p,d,l); __iormb(); }) argument 699 #define writesb(p, d, l) ({ __iowmb(); __raw_writesb(p,d,l); }) argument 700 #define writesw(p, d, l) ({ __iowmb(); __raw_writesw(p,d,l); }) argument 701 #define writesl(p, d, l) ({ __iowmb(); __raw_writesl(p,d,l); }) argument
|
| /bsp/tms320c6678/ |
| A D | KeyStone.cmd | 23 VECTORS: o = 0x00800000 l = 0x00000200 24 LL2_CODE: o = 0x00800200 l = 0x0001FE00 25 LL2_RW_DATA: o = 0x00820000 l = 0x00020000 /*set memory protection attribitue as read/write*/
|
| /bsp/simulator/ |
| A D | createdef.py | 15 l = re.findall(restr, s, re.S) variable 16 lines = [i[len(prefix):-1] for i in l]
|
| /bsp/wch/arm/Libraries/CH32F10x_StdPeriph_Driver/StdPeriph_Driver/inc/ |
| A D | ch32f10x_usb.h | 657 void DevEP1_OUT_Deal( UINT8 l ); 658 void DevEP2_OUT_Deal( UINT8 l ); 659 void DevEP3_OUT_Deal( UINT8 l ); 660 void DevEP4_OUT_Deal( UINT8 l ); 662 void DevEP1_IN_Deal( UINT8 l ); 663 void DevEP2_IN_Deal( UINT8 l ); 664 void DevEP3_IN_Deal( UINT8 l ); 665 void DevEP4_IN_Deal( UINT8 l );
|
| /bsp/wch/arm/ch579m/libraries/StdPeriphDriver/ |
| A D | CH57x_uart0.c | 97 void UART0_SendString( PUINT8 buf, UINT16 l ) in UART0_SendString() argument 99 UINT16 len = l; in UART0_SendString()
|
| A D | CH57x_uart1.c | 97 void UART1_SendString( PUINT8 buf, UINT16 l ) in UART1_SendString() argument 99 UINT16 len = l; in UART1_SendString()
|