Home
last modified time | relevance | path

Searched refs:offset (Results 1 – 13 of 13) sorted by relevance

/hal_microchip-latest/mec5/drivers/
Dmec_acpi_ec_api.h65 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);
Dmec_acpi_ec.c354 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)&regs->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)&regs->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)&regs->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)&regs->AEC_E2H_DATA + (uint32_t)(offset & 0x3u); in mec_hal_acpi_ec_e2h_data_wr8()
Dmec_eeprom.c275 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()
Dmec_eeprom_api.h84 uint32_t offset, uint32_t nbytes);
/hal_microchip-latest/mpfs/drivers/mss/mss_mmc/
Dmss_mmc_regs.h823 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()
Dmss_mmc.c3047 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/
Dmss_seg.h49 volatile int32_t offset : 15; member
/hal_microchip-latest/mpfs/boards/icicle-kit-es/platform_config/linker/
Dmpfs-ddr-e51.ld159 …/* 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/
Dmpfs-ddr-loaded-by-boot-loader.ld151 …/* offset used with gp(gloabl pointer) are +/- 12 bits, so set point to middle of expected sdata r…
Dmpfs-lim.ld208 …/* offset used with gp(gloabl pointer) are +/- 12 bits, so set point to middle of expected sdata r…
Dmpfs-envm.ld235 /* offset used with gp(gloabl pointer) are +/- 12 bits, so set
Dmpfs-lim-lma-scratchpad-vma.ld204 …/* offset used with gp(gloabl pointer) are +/- 12 bits, so set point to middle of expected sdata r…
Dmpfs-envm-lma-scratchpad-vma.ld214 …/* offset used with gp(gloabl pointer) are +/- 12 bits, so set point to middle of expected sdata r…