Home
last modified time | relevance | path

Searched refs:start (Results 1 – 16 of 16) sorted by relevance

/hal_microchip-latest/mpfs/mpfs_hal/common/
Dmss_l2_cache.c174 const uint64_t start = (const uint64_t)&__l2_scratchpad_vma_start; in check_config_l2_scratchpad() local
177 ASSERT(start >= (uint64_t)ZERO_DEVICE_BOTTOM); in check_config_l2_scratchpad()
179 ASSERT(end >= start); in check_config_l2_scratchpad()
185 n_scratchpad_ways = (uint8_t)((end - start) / WAY_BYTE_LENGTH); in check_config_l2_scratchpad()
186 modulo = (end - start) % WAY_BYTE_LENGTH; in check_config_l2_scratchpad()
Dmss_l2_cache.h526 uint8_t check_num_scratch_ways(uint64_t *start, uint64_t *end);
/hal_microchip-latest/mec5/drivers/
Dmec_espi_taf.c376 if (!MEC_IS_PTR_ALIGNED4K(pr->start) || !MEC_IS_PTR_ALIGNED4K(pr->size)) { in mec_hal_espi_taf_pr_set()
383 pregs->START = (pr->start >> MEC_TAF_PR_UNIT_SHIFT) & MEC_TAF_PR_START_LIM_MASK; in mec_hal_espi_taf_pr_set()
384 pregs->LIMIT = (((pr->start + pr->size - 1u) >> MEC_TAF_PR_UNIT_SHIFT) in mec_hal_espi_taf_pr_set()
Dmec_espi_pc.c192 void mec_hal_espi_pc_ltr_ctrl(struct mec_espi_io_regs *iobase, uint8_t tag, uint8_t start) in mec_hal_espi_pc_ltr_ctrl() argument
201 if (start) { in mec_hal_espi_pc_ltr_ctrl()
Dmec_espi_oob.c236 void mec_hal_espi_oob_tx_start(struct mec_espi_io_regs *iobase, uint8_t tag, uint8_t start) in mec_hal_espi_oob_tx_start() argument
244 if (start) { in mec_hal_espi_oob_tx_start()
Dmec_espi_oob.h77 void mec_hal_espi_oob_tx_start(struct mec_espi_io_regs *iobase, uint8_t tag, uint8_t start);
Dmec_espi_taf.h198 uint32_t start; member
Dmec_espi_pc.h145 void mec_hal_espi_pc_ltr_ctrl(struct mec_espi_io_regs *iobase, uint8_t tag, uint8_t start);
/hal_microchip-latest/mpfs/boards/icicle-kit-es/platform_config/linker/
Dmpfs-ddr-e51.ld35 to the start of the envm at address 0x2022_0100, giving 128K-256B of contiguous
44 start of LIM, 0x0800_0000.
54 /* start at page 1 of the envm */
83 * obtained from the boot-loader on start-up
/hal_microchip-latest/mpfs/platform_config_reference/linker/
Dmpfs-ddr-loaded-by-boot-loader.ld45 to the start of the envm at address 0x2022_0100, giving 128K-256B of contiguous
57 /* start at page 1 of the envm */
86 * obtained from the boot-loader on start-up
Dmpfs-envm-lma-scratchpad-vma.ld30 to the start of the envm at address 0x2022_0100, giving 128K-256B of contiguous
39 start of LIM, 0x0800_0000.
49 /* start at page 1 of the envm */
165 … /* placed at the start of used scratchpad, used as check to verify enough available in code */
Dmpfs-envm.ld30 to the start of the envm at address 0x2022_0100, giving 128K-256B of contiguous
39 start of LIM, 0x0800_0000.
50 /* start at page 1 of the envm */
Dmpfs-lim-lma-scratchpad-vma.ld31 to the start of the envm at address 0x2022_0100, giving 128K-256B of contiguous
156 … /* placed at the start of used scratchpad, used as check to verify enough available in code */
Dmpfs-lim.ld29 to the start of the envm at address 0x2022_0100, giving 128K-256B of contiguous
/hal_microchip-latest/mpfs/mpfs_hal/startup_gcc/
Dmss_entry.S124 # location 2k after sdata start as the offsets used in the gp are +/- 2k
339 # location 2k after sdata start as the offsets used in the gp are +/- 2k
/hal_microchip-latest/mpfs/mpfs_hal/common/nwc/
Dmss_ddr_sgmii_phy_defs.h3492 __IO uint32_t start :1; member