Searched refs:start (Results 1 – 16 of 16) sorted by relevance
/hal_microchip-latest/mpfs/mpfs_hal/common/ |
D | mss_l2_cache.c | 174 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()
|
D | mss_l2_cache.h | 526 uint8_t check_num_scratch_ways(uint64_t *start, uint64_t *end);
|
/hal_microchip-latest/mec5/drivers/ |
D | mec_espi_taf.c | 376 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()
|
D | mec_espi_pc.c | 192 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()
|
D | mec_espi_oob.c | 236 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()
|
D | mec_espi_oob.h | 77 void mec_hal_espi_oob_tx_start(struct mec_espi_io_regs *iobase, uint8_t tag, uint8_t start);
|
D | mec_espi_taf.h | 198 uint32_t start; member
|
D | mec_espi_pc.h | 145 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/ |
D | mpfs-ddr-e51.ld | 35 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/ |
D | mpfs-ddr-loaded-by-boot-loader.ld | 45 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
|
D | mpfs-envm-lma-scratchpad-vma.ld | 30 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 */
|
D | mpfs-envm.ld | 30 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 */
|
D | mpfs-lim-lma-scratchpad-vma.ld | 31 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 */
|
D | mpfs-lim.ld | 29 to the start of the envm at address 0x2022_0100, giving 128K-256B of contiguous
|
/hal_microchip-latest/mpfs/mpfs_hal/startup_gcc/ |
D | mss_entry.S | 124 # 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/ |
D | mss_ddr_sgmii_phy_defs.h | 3492 __IO uint32_t start :1; member
|