Home
last modified time | relevance | path

Searched full:mem_boundary (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/dts/bindings/mspi/
Dmspi-device.yaml200 mem_boundary: Memory boundary in bytes of a device that a transfer
210 .mem_boundary = 0;
/Zephyr-latest/drivers/memc/
Dmemc_mspi_aps6404l.c396 .mem_boundary = 1024, \
416 .mem_boundary = 1024, \
/Zephyr-latest/drivers/mspi/
Dmspi_ambiq_ap3.c156 static am_hal_mspi_dma_boundary_e mspi_set_mem_boundary(uint32_t mem_boundary) in mspi_set_mem_boundary() argument
158 switch (mem_boundary) { in mspi_set_mem_boundary()
727 hal_dev_cfg.eDMABoundary = mspi_set_mem_boundary(dev_cfg->mem_boundary); in mspi_ambiq_dev_config()
729 LOG_INST_ERR(cfg->log, "%u, mem_boundary too large.", __LINE__); in mspi_ambiq_dev_config()
Dmspi_emul.c297 data->dev_cfg.mem_boundary = dev_cfg->mem_boundary; in mspi_dev_cfg_check_save()
/Zephyr-latest/include/zephyr/drivers/mspi/
Ddevicetree.h52 .mem_boundary = COND_CODE_1(DT_NODE_HAS_PROP(mspi_dev, ce_break_config), \
/Zephyr-latest/include/zephyr/drivers/
Dmspi.h298 uint32_t mem_boundary; member
/Zephyr-latest/drivers/flash/
Dflash_mspi_atxp032.c807 .mem_boundary = 0, \