/openbmc/u-boot/test/dm/ |
H A D | core.c | 109 struct dm_test_state *dms = uts->priv; in dm_test_autobind() local 116 ut_assert(dms->root); in dm_test_autobind() 199 struct dm_test_state *dms = uts->priv; in dm_test_autoprobe() local 213 ut_assert(dms->root->flags & DM_FLAG_ACTIVATED); in dm_test_autoprobe() 233 ut_assert(dms->root->flags & DM_FLAG_ACTIVATED); in dm_test_autoprobe() 285 struct dm_test_state *dms = uts->priv; in dm_test_lifecycle() local 293 ut_assertok(device_bind_by_name(dms->root, false, &driver_info_manual, in dm_test_lifecycle() 301 dms->force_fail_alloc = 1; in dm_test_lifecycle() 309 dms->force_fail_alloc = 0; in dm_test_lifecycle() 341 struct dm_test_state *dms = uts->priv; in dm_test_ordering() local [all …]
|
H A D | test-main.c | 26 struct dm_test_state *dms = uts->priv; in dm_test_init() local 28 memset(dms, '\0', sizeof(*dms)); in dm_test_init() 38 dms->root = dm_root(); in dm_test_init()
|
H A D | bus.c | 78 struct dm_test_state *dms = test_state; in testbus_child_post_remove() local 81 if (dms) in testbus_child_post_remove() 82 dms->removed = dev; in testbus_child_post_remove() 335 struct dm_test_state *dms = uts->priv; in dm_test_bus_parent_ops() local 339 test_state = dms; in dm_test_bus_parent_ops() 362 ut_asserteq_ptr(dms->removed, dev); in dm_test_bus_parent_ops()
|
H A D | test-uclass.c | 72 struct dm_test_state *dms = uts->priv; in test_post_probe() local 78 if (dms->skip_post_probe) in test_post_probe()
|
H A D | test-driver.c | 116 struct dm_test_state *dms = uts->priv; in test_manual_probe() local 119 if (!dms->force_fail_alloc) in test_manual_probe()
|
/openbmc/u-boot/board/advantech/dms-ba16/ |
H A D | Kconfig | 16 default "board/advantech/dms-ba16/dms-ba16_2g.cfg" if SYS_DDR_2G 17 default "board/advantech/dms-ba16/dms-ba16_1g.cfg" if SYS_DDR_1G 20 default "dms-ba16"
|
H A D | MAINTAINERS | 5 F: board/advantech/dms-ba16/ 7 F: configs/dms-ba16_defconfig 8 F: configs/dms-ba16-1g_defconfig
|
H A D | Makefile | 6 obj-y := dms-ba16.o
|
/openbmc/linux/lib/zstd/compress/ |
H A D | zstd_lazy.c | 162 const ZSTD_matchState_t * const dms = ms->dictMatchState; in ZSTD_DUBT_findBetterDictMatch() local 163 const ZSTD_compressionParameters* const dmsCParams = &dms->cParams; in ZSTD_DUBT_findBetterDictMatch() 164 const U32 * const dictHashTable = dms->hashTable; in ZSTD_DUBT_findBetterDictMatch() 172 const BYTE* const dictBase = dms->window.base; in ZSTD_DUBT_findBetterDictMatch() 173 const BYTE* const dictEnd = dms->window.nextSrc; in ZSTD_DUBT_findBetterDictMatch() 174 U32 const dictHighLimit = (U32)(dms->window.nextSrc - dms->window.base); in ZSTD_DUBT_findBetterDictMatch() 175 U32 const dictLowLimit = dms->window.lowLimit; in ZSTD_DUBT_findBetterDictMatch() 178 U32* const dictBt = dms->chainTable; in ZSTD_DUBT_findBetterDictMatch() 517 const ZSTD_matchState_t* const dms, in ZSTD_dedicatedDictSearch_lazy_search() argument 521 const U32 ddsLowestIndex = dms->window.dictLimit; in ZSTD_dedicatedDictSearch_lazy_search() [all …]
|
H A D | zstd_double_fast.c | 280 const ZSTD_matchState_t* const dms = ms->dictMatchState; in ZSTD_compressBlock_doubleFast_dictMatchState_generic() local 281 const ZSTD_compressionParameters* const dictCParams = &dms->cParams; in ZSTD_compressBlock_doubleFast_dictMatchState_generic() 282 const U32* const dictHashLong = dms->hashTable; in ZSTD_compressBlock_doubleFast_dictMatchState_generic() 283 const U32* const dictHashSmall = dms->chainTable; in ZSTD_compressBlock_doubleFast_dictMatchState_generic() 284 const U32 dictStartIndex = dms->window.dictLimit; in ZSTD_compressBlock_doubleFast_dictMatchState_generic() 285 const BYTE* const dictBase = dms->window.base; in ZSTD_compressBlock_doubleFast_dictMatchState_generic() 287 const BYTE* const dictEnd = dms->window.nextSrc; in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
|
H A D | zstd_fast.c | 392 const ZSTD_matchState_t* const dms = ms->dictMatchState; in ZSTD_compressBlock_fast_dictMatchState_generic() local 393 const ZSTD_compressionParameters* const dictCParams = &dms->cParams ; in ZSTD_compressBlock_fast_dictMatchState_generic() 394 const U32* const dictHashTable = dms->hashTable; in ZSTD_compressBlock_fast_dictMatchState_generic() 395 const U32 dictStartIndex = dms->window.dictLimit; in ZSTD_compressBlock_fast_dictMatchState_generic() 396 const BYTE* const dictBase = dms->window.base; in ZSTD_compressBlock_fast_dictMatchState_generic() 398 const BYTE* const dictEnd = dms->window.nextSrc; in ZSTD_compressBlock_fast_dictMatchState_generic()
|
H A D | zstd_opt.c | 593 const ZSTD_matchState_t* dms = dictMode == ZSTD_dictMatchState ? ms->dictMatchState : NULL; in ZSTD_insertBtAndGetAllMatches() local 595 dictMode == ZSTD_dictMatchState ? &dms->cParams : NULL; in ZSTD_insertBtAndGetAllMatches() 596 const BYTE* const dmsBase = dictMode == ZSTD_dictMatchState ? dms->window.base : NULL; in ZSTD_insertBtAndGetAllMatches() 597 const BYTE* const dmsEnd = dictMode == ZSTD_dictMatchState ? dms->window.nextSrc : NULL; in ZSTD_insertBtAndGetAllMatches() 599 U32 const dmsLowLimit = dictMode == ZSTD_dictMatchState ? dms->window.lowLimit : 0; in ZSTD_insertBtAndGetAllMatches() 744 U32 dictMatchIndex = dms->hashTable[dmsH]; in ZSTD_insertBtAndGetAllMatches() 745 const U32* const dmsBt = dms->chainTable; in ZSTD_insertBtAndGetAllMatches()
|
/openbmc/linux/drivers/edac/ |
H A D | amd76x_edac.c | 191 u32 mba, mba_base, mba_mask, dms; in amd76x_init_csrows() local 207 pci_read_config_dword(pdev, AMD76X_DRAM_MODE_STATUS, &dms); in amd76x_init_csrows() 214 dimm->dtype = ((dms >> index) & 0x1) ? DEV_X4 : DEV_UNKNOWN; in amd76x_init_csrows()
|
/openbmc/linux/drivers/dma/dw/ |
H A D | dw.c | 74 u8 dms = (dwc->direction == DMA_MEM_TO_DEV) ? p_master : m_master; in dw_dma_prepare_ctllo() local 79 DWC_CTLL_DMS(dms) | DWC_CTLL_SMS(sms); in dw_dma_prepare_ctllo()
|
/openbmc/qemu/hw/mem/ |
H A D | memory-device.c | 488 DeviceMemoryState *dms = container_of(listener, DeviceMemoryState, in memory_devices_region_mod() local 510 dms->used_memslots += add ? 1 : -1; in memory_devices_region_mod() 512 if (dms->used_memslots > dms->required_memslots) { in memory_devices_region_mod()
|
/openbmc/linux/drivers/mmc/host/ |
H A D | dw_mmc.c | 774 dmaengine_terminate_async(host->dms->ch); in dw_mci_edmac_stop_dma() 806 ret = dmaengine_slave_config(host->dms->ch, &cfg); in dw_mci_edmac_start_dma() 812 desc = dmaengine_prep_slave_sg(host->dms->ch, sgl, in dw_mci_edmac_start_dma() 830 dma_async_issue_pending(host->dms->ch); in dw_mci_edmac_start_dma() 838 host->dms = kzalloc(sizeof(struct dw_mci_dma_slave), GFP_KERNEL); in dw_mci_edmac_init() 839 if (!host->dms) in dw_mci_edmac_init() 842 host->dms->ch = dma_request_chan(host->dev, "rx-tx"); in dw_mci_edmac_init() 843 if (IS_ERR(host->dms->ch)) { in dw_mci_edmac_init() 844 int ret = PTR_ERR(host->dms->ch); in dw_mci_edmac_init() 847 kfree(host->dms); in dw_mci_edmac_init() [all …]
|
H A D | dw_mmc.h | 189 struct dw_mci_dma_slave *dms; member
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/directfb/directfb/ |
H A D | union-sigval.patch | 19 …D_LOG( Direct_Trap, VERBOSE, "NOT RAISING signal %d from %s, waiting for %dms... attach gdb --pid=…
|
/openbmc/u-boot/configs/ |
H A D | dms-ba16-1g_defconfig | 12 CONFIG_DEFAULT_FDT_FILE="imx6q-dms-ba16.dtb"
|
H A D | dms-ba16_defconfig | 11 CONFIG_DEFAULT_FDT_FILE="imx6q-dms-ba16.dtb"
|
/openbmc/qemu/hw/ppc/ |
H A D | spapr_hcall.c | 30 DeviceMemoryState *dms = machine->device_memory; in is_ram_address() local 35 if (dms && (addr >= dms->base) in is_ram_address() 36 && ((addr - dms->base) < memory_region_size(&dms->mr))) { in is_ram_address()
|
/openbmc/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx6q-dms-ba16.dts | 10 compatible = "advantech,imx6q-dms-ba16", "advantech,imx6q-ba16", "fsl,imx6q";
|
H A D | Makefile | 165 imx6q-dms-ba16.dtb \
|
/openbmc/u-boot/arch/arm/mach-imx/mx6/ |
H A D | Kconfig | 103 bool "Advantech dms-ba16" 539 source "board/advantech/dms-ba16/Kconfig"
|
/openbmc/linux/ |
H A D | opengrok1.0.log | 4542 2024-12-28 20:07:13.709-0600 FINE t586 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/u-boot/board/advantech/dms-ba16/Makefile' (ShAnalyzer) 4543 2024-12-28 20:07:13.710-0600 FINER t586 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/u-boot',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/u-boot/board/advantech/dms-ba16/Makefile' 4545 2024-12-28 20:07:13.711-0600 FINER t586 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/u-boot',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/u-boot/board/advantech/dms-ba16/Makefile' 4546 2024-12-28 20:07:13.711-0600 FINEST t586 Statistics.logIt: Added: '/openbmc/u-boot/board/advantech/dms-ba16/Makefile' (ShAnalyzer) (took 2 ms) [all...] |