Searched refs:RT_BITMAP_DECLARE (Results 1 – 12 of 12) sorted by relevance
| /components/drivers/pic/ |
| A D | pic_rthw.c | 69 RT_BITMAP_DECLARE(cpu_masks, RT_CPUS_NR) = { cpu_mask }; in rt_hw_ipi_send()
|
| /components/utilities/libadt/bitmap/ |
| A D | bitmap.h | 21 #define RT_BITMAP_DECLARE(name, bits) rt_bitmap_t name[RT_BITMAP_LEN(bits)] macro
|
| /components/drivers/pci/msi/ |
| A D | irq.c | 18 static RT_BITMAP_DECLARE(msi_irq_map, MAX_HANDLERS) = {};
|
| /components/drivers/include/drivers/ |
| A D | pci_endpoint.h | 92 RT_BITMAP_DECLARE(functions_map, 8);
|
| A D | dma.h | 84 RT_BITMAP_DECLARE(dir_cap, RT_DMA_DIR_MAX);
|
| A D | pic.h | 100 #define RT_IRQ_AFFINITY_DECLARE(name) RT_BITMAP_DECLARE(name, RT_CPUS_NR)
|
| /components/drivers/include/drivers/core/ |
| A D | dm.h | 42 RT_BITMAP_DECLARE(map, RT_DM_IDA_NUM);
|
| /components/drivers/ofw/ |
| A D | irq.c | 627 RT_BITMAP_DECLARE(affinity, RT_CPUS_NR) = { 0 }; in rt_ofw_get_irq()
|
| A D | ofw.c | 87 RT_BITMAP_DECLARE(idx_mask, RT_ARRAY_SIZE(ofw_obj_cmp_list)) = {}; in ofw_parse_object()
|
| A D | base.c | 1608 RT_BITMAP_DECLARE(ak, sizeof(split_field)) = {0}; in ofw_get_prop_fuzzy_name()
|
| /components/drivers/pci/host/dw/ |
| A D | pcie-dw.h | 203 RT_BITMAP_DECLARE(msi_map, MAX_MSI_IRQS);
|
| /components/mm/ |
| A D | mm_page.c | 240 RT_BITMAP_DECLARE(_init_region_usage_trace, (1 << (1 + ARCH_SECTION_SHIFT - ARCH_PAGE_SHIFT)));
|
Completed in 21 milliseconds