Searched refs:offset (Results 1 – 13 of 13) sorted by relevance
/hal_microchip-latest/mec5/drivers/ |
D | mec_acpi_ec_api.h | 65 uint8_t mec_hal_acpi_ec_host_to_ec_data_rd8(struct mec_acpi_ec_regs *regs, uint8_t offset); 66 void mec_hal_acpi_ec_host_to_ec_data_wr8(struct mec_acpi_ec_regs *regs, uint8_t offset, 71 uint8_t mec_hal_acpi_ec_e2h_data_rd8(struct mec_acpi_ec_regs *regs, uint8_t offset); 72 void mec_hal_acpi_ec_e2h_data_wr8(struct mec_acpi_ec_regs *regs, uint8_t offset, uint8_t data);
|
D | mec_acpi_ec.c | 354 uint8_t mec_hal_acpi_ec_host_to_ec_data_rd8(struct mec_acpi_ec_regs *regs, uint8_t offset) in mec_hal_acpi_ec_host_to_ec_data_rd8() argument 361 uint32_t addr = (uint32_t)®s->AEC_H2E_DATA + (uint32_t)(offset & 0x3u); in mec_hal_acpi_ec_host_to_ec_data_rd8() 366 void mec_hal_acpi_ec_host_to_ec_data_wr8(struct mec_acpi_ec_regs *regs, uint8_t offset, in mec_hal_acpi_ec_host_to_ec_data_wr8() argument 374 uint32_t addr = (uint32_t)®s->AEC_H2E_DATA + (uint32_t)(offset & 0x3u); in mec_hal_acpi_ec_host_to_ec_data_wr8() 400 uint8_t mec_hal_acpi_ec_e2h_data_rd8(struct mec_acpi_ec_regs *regs, uint8_t offset) in mec_hal_acpi_ec_e2h_data_rd8() argument 407 uint32_t addr = (uint32_t)®s->AEC_E2H_DATA + (uint32_t)(offset & 0x3u); in mec_hal_acpi_ec_e2h_data_rd8() 412 void mec_hal_acpi_ec_e2h_data_wr8(struct mec_acpi_ec_regs *regs, uint8_t offset, uint8_t data) in mec_hal_acpi_ec_e2h_data_wr8() argument 419 uint32_t addr = (uint32_t)®s->AEC_E2H_DATA + (uint32_t)(offset & 0x3u); in mec_hal_acpi_ec_e2h_data_wr8()
|
D | mec_eeprom.c | 275 uint32_t offset, uint32_t nbytes) in mec_hal_eeprom_xfr_start() argument 293 rexe = ((uint32_t)offset << MEC_EEPROM_CTRL_EXE_TADDR_Pos) in mec_hal_eeprom_xfr_start() 302 rexe = offset & (MEC5_EEPROM_SIZE_IN_BYTES - 1u); in mec_hal_eeprom_xfr_start()
|
D | mec_eeprom_api.h | 84 uint32_t offset, uint32_t nbytes);
|
/hal_microchip-latest/mpfs/drivers/mss/mss_mmc/ |
D | mss_mmc_regs.h | 823 const uintptr_t offset = (groupNum - 1u) * 2u; in SDCARD_SWITCH_FUNC_IS_FUNC_SUPPORTED() local 825 supportStatus = (((uint32_t)GET_BYTE_FROM_BUFFER2(val, 64u, 50u - offset) in SDCARD_SWITCH_FUNC_IS_FUNC_SUPPORTED() 826 | (uint32_t)(GET_BYTE_FROM_BUFFER2(val, 64u, 51u - offset))) << 8) in SDCARD_SWITCH_FUNC_IS_FUNC_SUPPORTED() 838 const uintptr_t offset = 47u + ((groupNum - 1u) / 2u); in SDCARD_SWICH_FUNC_GET_STAT_CODE() local 840 result = (GET_BYTE_FROM_BUFFER2(val, 64u, offset) >> shift) & 0xFu; in SDCARD_SWICH_FUNC_GET_STAT_CODE() 851 const uintptr_t offset = (groupNum - 1u) * 2u; in SDCARD_SWICH_FUNC_GET_BUSY_STAT() local 853 busyStatus = ((GET_BYTE_FROM_BUFFER2(val, 64u, 34u - offset) in SDCARD_SWICH_FUNC_GET_BUSY_STAT() 854 | GET_BYTE_FROM_BUFFER2(val, 64u, 35u - offset)) << 8) in SDCARD_SWICH_FUNC_GET_BUSY_STAT()
|
D | mss_mmc.c | 3047 uint32_t offset = MMC_CLEAR; in adma2_create_descriptor_table() local 3093 offset = (i * WORD_SIZE) - WORD_SIZE; in adma2_create_descriptor_table() 3094 adma_descriptor_table[offset] |= ADMA2_DESCRIPTOR_END; in adma2_create_descriptor_table()
|
/hal_microchip-latest/mpfs/mpfs_hal/common/ |
D | mss_seg.h | 49 volatile int32_t offset : 15; member
|
/hal_microchip-latest/mpfs/boards/icicle-kit-es/platform_config/linker/ |
D | mpfs-ddr-e51.ld | 159 …/* offset used with gp(gloabl pointer) are +/- 12 bits, so set point to middle of expected sdata r…
|
/hal_microchip-latest/mpfs/platform_config_reference/linker/ |
D | mpfs-ddr-loaded-by-boot-loader.ld | 151 …/* offset used with gp(gloabl pointer) are +/- 12 bits, so set point to middle of expected sdata r…
|
D | mpfs-lim.ld | 208 …/* offset used with gp(gloabl pointer) are +/- 12 bits, so set point to middle of expected sdata r…
|
D | mpfs-envm.ld | 235 /* offset used with gp(gloabl pointer) are +/- 12 bits, so set
|
D | mpfs-lim-lma-scratchpad-vma.ld | 204 …/* offset used with gp(gloabl pointer) are +/- 12 bits, so set point to middle of expected sdata r…
|
D | mpfs-envm-lma-scratchpad-vma.ld | 214 …/* offset used with gp(gloabl pointer) are +/- 12 bits, so set point to middle of expected sdata r…
|